# osCommerce, Open Source E-Commerce Solutions
# http://www.oscommerce.com
#
# Database Backup For BEAD FUN WHOLESALE STORE
# Copyright (c) 2010 Sharon-Ann
#
# Database: errol_oscbuttonfuncom
# Database Server: localhost
#
# Backup Date: 02/23/2010 03:37:33

drop table if exists address_book;
create table address_book (
  address_book_id int(11) not null auto_increment,
  customers_id int(11) default 0 not null ,
  entry_gender char(1) not null ,
  entry_company varchar(32) ,
  entry_firstname varchar(32) not null ,
  entry_lastname varchar(32) not null ,
  entry_street_address varchar(64) not null ,
  entry_suburb varchar(32) ,
  entry_postcode varchar(10) not null ,
  entry_city varchar(32) not null ,
  entry_state varchar(32) ,
  entry_country_id int(11) default 0 not null ,
  entry_zone_id int(11) default 0 not null ,
  PRIMARY KEY (address_book_id),
  KEY idx_address_book_customers_id (customers_id)
);

insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('8', '8', 'f', NULL, 'Lee', 'Ferns', '28 Tolbos Street', 'Mayberry Park', '1448', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('7', '7', 'f', NULL, 'Kim', 'Wright', '8 Owen Place', 'Amanzimtoti', '4126', 'Durban', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('9', '9', 'f', NULL, 'Corrie', 'Liguori', 'Po Box 3029', 'Anse Royale', '0000', 'Mahe', 'Seychelles', '186', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('11', '11', 'f', NULL, 'Wilna', 'Marè', 'Pres Nelson Mandela Rd 34', '', '1390', 'Phalaborwa', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('12', '12', 'm', NULL, 'FRANS', 'BENADé', '3 EDMUND HESS STR', 'JAN KEMPDORP', '8550', 'JAN KEMPDORP', 'N/C', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('13', '13', 'f', NULL, 'Saralien', 'Ackerman', '89 Pieter Uys Ave', 'Florentia', '1449', 'ALBERTON', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('14', '14', 'f', NULL, 'Estelle', 'Henery', 'Elizabeth Road', 'Impalapark', '1459', 'Boksburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('15', '15', 'f', NULL, 'Elma', 'Du Plessis', '8 Toerien Street', 'SW1', '1911', 'Vanderbijlpark', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('16', '16', 'f', NULL, 'Desiree', 'Havenga', 'P O Box 577', '', '6300', 'Humansdorp', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('17', '17', 'f', NULL, 'Adéle', 'du Plessis', 'Eland singel 11', 'La Provence', '9701', 'Bethlehem', 'Freestate', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('18', '18', 'f', NULL, 'Anna', 'Grobler', 'Franfipanilaan 20', 'Safarituine', '0299', 'Rutenburg', 'Noord Wes', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('23', '21', 'f', NULL, 'Gaylyn', 'Els', '66 Preston Road', 'Hillary', '4094', 'Durban', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('20', '18', 'f', NULL, 'Anna', 'Grobler', 'cnr Thabo Mbeki&Nelson Mandela dr', 'Rustenburg', '0299', 'Rustenburg', 'Noord Wes', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('21', '18', 'f', NULL, 'Biblio Plaza Apteek (Anna)', 'Grobler', 'cnr Thabo Mbeki&Nelson Mandela Dr', 'Biblio Plaza Sentrum', '0299', 'Rustenburg', 'Noord Wes', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1151', '1040', 'f', NULL, 'DOUGLAS JANINE', 'BEADSNEEDS', '18 ZIRCON ST', 'JUKSKEI PARK', '2153', 'JHB', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('24', '22', 'f', NULL, 'Cilanie', 'du Toit', 'Plaas Swartkoppies', '', '0715', 'Dendron', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('25', '23', 'f', NULL, 'Lienie', 'du toit', 'Van Bruggenstreet 21', 'Ivypark', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('26', '24', 'f', NULL, 'Chantel', 'Maaren', '44 Lily Ave', 'Dunvegan', '1609', 'Edenvale', 'Guateng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('27', '25', 'f', NULL, 'Annatjie', 'Terblanche', 'Frans Claassen str 34', '', '6220', 'Despatch', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('28', '26', 'f', NULL, 'Mariette', 'Smit', '8 George st', '', '9755', 'Lady Grey', 'Rsa', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('29', '27', 'f', NULL, 'Janet', 'van Rooyen', 'Plaas Geluksfontein', '', '0715', 'Dendron', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('30', '27', 'f', NULL, 'Janet', 'van Rooyen', 'Posbus 103', '', '0715', 'Dendron', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('31', '28', 'f', NULL, 'Hannetjie', 'Martins', '8 Bulpin Street', 'Nelspruit', '1200', 'Nelspruit', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('32', '29', 'f', NULL, 'Irma', 'van As', '13 Farrer Crescent', 'Ernestville', '8301', 'Kimberley', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('33', '30', 'f', NULL, 'Naomi', 'Nieberle', '317 Sam Nujoma Dr', 'Klein Windhoek', '9000', 'Windhoek', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('34', '31', 'f', NULL, 'Ilana', 'Abreu', '31 Linmeyer Garden Village', 'The Hill', '2190', 'Jhb', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('35', '32', 'f', NULL, 'Gaynor', 'Donovan', '34 Letchworth Drive', '', '7441', 'Edgemead', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('36', '33', 'f', NULL, 'Gail', 'Molver', 'Shop 51, President Street', 'Die Heuwel', '1035', 'Witbank', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('37', '34', 'f', NULL, 'Mariam', 'Karim', '30 Koedoe Street', '', '1020', 'Bronkhorstspruit', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('38', '35', 'f', NULL, 'Karen', 'Britz', 'Prinsloo str. 18', 'Rayton', '1001', 'pta', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('39', '36', 'f', NULL, 'ALICE', 'HEALEY', '63 SMIT ST', 'FLAMWOOD', '2573', 'KLERKSDORP', 'NORTHWEST', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('40', '37', 'f', NULL, 'JJ STRYDOM H/A KUNS EN PAPIER', 'Kuns en Papier', 'Markstr 67', '', '8801', 'Upington', 'Noord Kaap', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('41', '38', 'f', NULL, 'Marika', 'Badenhorst', 'De Villiersstraat', 'Douglas', '8730', 'Douglas', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('42', '39', 'f', NULL, 'ROSALYN', 'WEBBER', 'PLINLIMMON ROAD', 'THE HILL', '2197', 'JOHANNESBRUG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('43', '40', 'f', NULL, 'AMELIA', 'LANGLEY', '276 DELPHINIUM STREET', 'BRACKENDOWNS', '1449', 'ALBERTON', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('44', '41', 'f', NULL, 'Rolene', 'Nel', '14 Lilac Street', 'Streliztia Park', 'Uitenhage', '6229', 'E/Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('45', '42', 'f', NULL, 'Allet', 'Venter', '15 Kruisbessie street', 'Meyerhof', '9660', 'Bothaville', 'Freestate', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('46', '43', 'f', NULL, 'Venessa', 'Lowe', '89 Donington Drive', 'Glenvista', '2091', 'JHB', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('47', '44', 'f', NULL, 'Marietjie', 'Serfontein', '5 Hibernia Street', 'George', '6530', 'George', 'Western Cape Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('48', '45', 'f', NULL, 'Wilma', 'Meiring', '13 Roman street', 'Witkoppie Ridge', '1459', 'Boksburg', 'Johannesburg', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('49', '46', 'f', NULL, 'Riana Potgieter', 'Riphanzel Castle', 'Forsmanst 108', 'CHRISTIANA', '2680', 'CHRISTIANA', 'NORTH WEST', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('50', '47', 'f', NULL, 'Ellen Hancke', 'Talents Bloemfontein', '64 Second Ave', 'Westdene', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('51', '48', 'f', NULL, 'Daleen', 'Botha', '25 Rembrandt Street', '', '1947', 'Sasolburg', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('52', '49', 'f', NULL, 'Ronel', 'Dippenaar', '7 Jean Villa, Genl Beyersstreet', 'Pretoria North', '0182', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('53', '50', 'f', NULL, 'Sonja', 'Kruger', '32 Princess of Wales Terrace', 'Sunnyside Park, Parktown North', '2193', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('54', '51', 'f', NULL, 'RINA', 'LEVEY', '17 WAPADSBERG', 'BALMORAL', '5319', 'QUEENSTOWN', 'EAST CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('56', '53', 'm', NULL, 'Internet', 'Planners', 'PO Box 601', '', '20895', 'Kensington', '', '223', '31');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('57', '54', 'f', NULL, 'Debbie', 'Mather', '29 Blouhaak Crescent', '', '1610', 'Edenvale', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('59', '56', 'f', NULL, 'Ulrike', 'Badenhorst', 'PO BOX 75431', 'Lynnwoodrif', '0040', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('60', '57', 'f', NULL, 'Sharon-Ann', 'ZeTheron', '2 BOWEN RD', 'AMANZIMTOTI', '4120', 'KZN', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('61', '58', 'f', NULL, 'KARIN', 'SCHOLTEMEYER', '13 GELDERLAND STREET', 'PHALABORWA', '1390', 'PHALABORWA', 'LIMPOPO', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('62', '59', 'f', NULL, 'Charleen', 'Du Plessis', '66 Scott Ave', 'Orkney', '2619', 'Orkney', 'NW', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('63', '60', 'f', NULL, 'Leonie', 'Comley', 'P O Box 600', '', '0959', 'Tshikondeni', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('817', '738', 'f', NULL, 'Elsabe', 'Wessels', '83 Texel Street', 'Ruyterwacht', '7460', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('65', '62', 'f', NULL, 'Bonita', 'Sterley', '465 Jan Smuts Ave', 'Blairgowrie', '2194', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('66', '63', 'f', NULL, 'Delene', 'Kerr', '74 Joubert Street', '', '5601', 'King William\'s Town', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('67', '64', 'f', NULL, 'Athena', 'Vythoulkas', '95 San Vitto Nanyuki Road', 'Sunninghill', '2191', 'Sandton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('68', '65', 'f', NULL, 'Annette', 'Vorster', 'Huis 80', '', '8390', 'Ulco', 'Noord Kaap', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('69', '65', 'f', NULL, 'annette', 'vorster', 'posbus 180', '', '8390', 'ulco', 'noord kaap', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('70', '66', 'f', NULL, 'Laura', 'Proctor', '165 Barkston Drive', '', '2194', 'Randburg', 'Johannesburg', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('71', '67', 'f', NULL, 'Stacey', 'Thomson', '66 Brentwood Gardens', 'Benoni', '1501', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('72', '68', 'f', NULL, 'Monica', 'Crous', 'Stephan street 650', 'Magalieskruin', '0150', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('73', '69', 'f', NULL, 'Zunette', 'Smit', 'Horvitchstreet 11', 'Fochville', '2515', 'Fochville', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('74', '70', 'f', NULL, 'Trudi', 'Botha', 'Ottost 13', 'Ottosdal', '2610', 'Ottosdal', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('75', '71', 'f', NULL, 'Madelein', 'Steenkamp', '204 Adelaide Flats The Oval Gardens', 'Die Hoewes Centurion', '0157', 'Centurion', 'South Africa', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('76', '72', 'f', NULL, 'Annette', 'Doman', 'Club circel', 'ULCO', '8390', 'ULCO', 'NOTHERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('77', '73', 'f', NULL, 'Karen', 'Kelly', '73 Dunvegan Ave', 'Dunvegan', '1609', 'Edenvale', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('78', '74', 'f', NULL, 'Ashleigh', 'Foxon', '1 Piet Retief', '', '3835', 'Melmoth', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('79', '75', 'f', NULL, 'Lasya', 'van Vuuren', 'Plot 1847', 'Nsambiya', '0001', 'Kampala', 'Uganda', '219', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('80', '76', 'f', NULL, 'Lizelle', 'van Aardt', 'Jansen straat 54', 'La Hoff', '2570', 'Klerksdorp', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('81', '66', 'f', NULL, 'Laura', 'Proctor', 'PO Box 568', 'Pinegowrie', '2123', 'Randburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('82', '66', 'f', NULL, 'Laura', 'Proctor', 'PO Box 568', 'Pinegowrie', '2123', 'Randburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('83', '66', 'f', NULL, 'Laura', 'Proctor', 'PO Box 568', 'Pinegowrie', '2123', 'Randburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('84', '77', 'f', NULL, 'Liezl', 'Lotter', '11 Keuler Street', 'Kuruman', '8460', 'Kuruman', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('85', '78', 'f', NULL, 'Karen', 'Kemp', 'P.O. Box 20106', 'Willows', '9320', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('86', '79', 'f', NULL, 'Lynette', 'Botes', 'PO Box 4307', 'Dalmada', '0700', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('87', '80', 'f', NULL, 'Riana Potgieter', 'Riphanzel Castle', 'Voortrekkerst 16', 'Christiana', '2680', 'Christiana', 'sa', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('88', '81', 'f', NULL, 'Liesel', 'Whitcomb', '35 Leeu Street', '', '0920', 'Louis Trichardt', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1191', '1077', 'f', NULL, 'Deidre', 'Marshall', '2 Penguin Place', '', '7441', 'Melkbosstrand', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('90', '83', 'f', NULL, 'Paula', 'du Toit', 'Brookfield', 'Murraysburg', '6995', 'Murraysburg', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('91', '84', 'f', NULL, 'Ilana', 'Botha', 'Van der Walt straat 19', '', '5920', 'Steynsburg', 'East Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('92', '85', 'f', NULL, 'Cindy', 'van der Watt', '53 Mopanie street', 'Generaal Albertspark', '1449', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('93', '86', 'f', NULL, 'Isabel', 'du Plessis', '873 Barbara Str', 'Theresapark', '0155', 'Pretoria-North', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('642', '579', 'f', NULL, 'Caroline Palmer/Old Town', 'Pumkin Patch Cresch & Nursery Sc', '116 Oeibi St Komatipoort/Box 400', 'Komartipoort', '1340', 'Nelspruit', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('95', '88', 'f', NULL, 'Dianne', 'Muller', '38 Bornman Street', 'Panarama', '9499', 'Kroonstad', 'OFS', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('96', '89', 'f', NULL, 'Nelia', 'Rossouw', '2 Uitsig Street', 'Vredenburg', '7380', 'VREDENBURG', 'WESTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('97', '90', 'f', NULL, 'Kashnee', 'Sewnarain', '98 Firwood Rd', 'Bombay Heights', '3201', 'Pietermaritzburg', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('98', '91', 'f', NULL, 'Lorinda Jordaan', 'Budget Scrapping', 'Plaas Waterval 168', 'Sabie', '1260', 'Sabie', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('99', '92', 'f', NULL, 'Jessica', 'Victor', '11 Kirstenbosch Street', 'Sunset Park', '2302', 'Secunda', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('100', '93', 'f', NULL, 'Leona', 'Isaacs', '134 Persimmon Street, Malvern', 'Johannesburg', '2094', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('101', '94', 'f', NULL, 'Michelle', 'Annear', '22 Bablock Ave', 'Linkside', '6001', 'Port Elizabeth', 'Eastern Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('102', '95', 'f', NULL, 'Silvia', 'Black', '5 Carisbrook Road', 'Sterling', '5210', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('103', '96', 'f', NULL, 'Rosalyn', 'Webber', 'Plinlimmon Road', 'The Hill', '2197', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('104', '97', 'f', NULL, 'Irma', 'Beck', '17 Baviaanskloof Street', 'Albertsdal', '1448', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('105', '98', 'f', NULL, 'Malinda Geldenhuis', 'Buzzie Beads / In Pakistaan', 'SA Address no 8 Vorentoe Ave', 'Allen Grove ext 2 Aston Manor', '1630', 'Kempton Park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('106', '99', 'f', NULL, 'ANTOINETTE', 'VAN DER MERWE', '10 Geelhaak Ave', 'DWAALBOOM', '0319', 'DWAALBOOM', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('107', '100', 'f', NULL, 'Fernandes heila', 'La Passione Craft', 'nq 14 Monte Pulciano', 'Morehill', '1501', 'Benoni', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('108', '101', 'f', NULL, 'Sandy', 'Joubert', 'P.O. Box 270', '', '8771', 'VANDERKLOOF', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('109', '102', 'f', NULL, 'Istella', 'van Rhyn', 'P.O.Box 1323', '', '0300', 'Rustenburg', 'Northwest Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('110', '103', 'f', NULL, 'Adele', 'Groenewald', 'Steynstraat 3', '', '9445', 'Hennenman', 'OFS', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('111', '104', 'f', NULL, 'Elmerie', 'Van Niekerk', '92 Blackwood Rd', 'Wavecrest', '6330', 'Jeffreysbay', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('112', '105', 'f', NULL, 'Rita Rogers & Bhavana Jethwa', 'Cugini Creative Den', 'Limuru Road', 'Muthiaga', '00100', 'Nairobi', 'Central', '110', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('113', '106', 'f', NULL, 'Juline', 'Hattingh', '5 Saturnus street', 'Westonaria', '1779', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('114', '107', 'f', NULL, 'Tanya', 'Jordaan', '71 Elspark Villas', 'Elspark', '1428', 'Boksburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('115', '108', 'm', NULL, 'Iwan', 'Pienaar', '68 Winnipeg Street', 'Raceview', '1449', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('116', '109', 'f', NULL, 'Hanlie', 'Conrade', '54 - 6 th Ave', '', '0380', 'Thabazimbi', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('117', '110', 'f', NULL, 'MARGARET', 'CREIGHTON-JONES', '119 RUSSELL STREET', '', '3780', 'RICHMOND', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('118', '110', 'f', NULL, 'MARGARET', 'CREIGHTON-JONES', 'KATOPE NATAL', 'RICHMOND VALLEY', '3780', 'RICHMOND', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('119', '111', 'f', NULL, 'Wendy', 'Uys', 'Supa Quick', '12 Voortrekker road', '6300', 'Humansdorp', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('120', '111', 'f', NULL, 'wendy', 'uys', 'supa quick', '12 voortrekker road', '6300', 'humansdorp', 'eastern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('121', '112', 'f', NULL, 'Shannon', 'Diener', 'Postnet Suite 156', 'P/Bag X9005', '3200', 'Pietermartizburg', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('122', '112', 'f', NULL, 'Bags of Beads', 'Bags of beads', 'Postnet Suite 156', 'P/Bag X9005', '3200', 'Pietermartizburg', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('123', '113', 'f', NULL, 'ADINA', 'GEY VAN PITIUS', 'Bergsig str 5', 'P O BOX 396', '8135', 'CLANWILLIAM', 'CAPE TOWN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('124', '114', 'f', NULL, 'Autumn', 'Ussery', '4 franke Street', '', 'P.OBox 636', 'Omaruru', 'Africa', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('125', '115', 'f', NULL, 'Cora & Jan Munnik', 'Marangiha', 'Skoolstraat 11', 'HENNENMAN', '9445', 'HENNENMAN', 'Vrystaat', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('126', '116', 'f', NULL, 'Debbie', 'Stead', 'P O Box 377', 'Modderfontein', '1465', 'JOHANNESBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('127', '117', 'f', NULL, 'Cindy', 'Van Rensburg', '47 Matroosberg St', 'Vaalpark', '1948', 'Sasolburg', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('128', '118', 'm', NULL, 'Johan', 'Pretorius', 'Renonkelstr.671', '', '0450', 'Marble Hall', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('129', '119', 'f', NULL, 'Nicolette', 'Kapp', '36 DR HF Verwoerd Street', 'de Bruin Park', '2351', 'Ermelo', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('130', '120', 'f', NULL, 'Rene', 'van niekerk', '6 Johan street', 'Del Judor X 1', '1034', 'Leraatsfontein', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('131', '121', 'f', NULL, 'CREATE', 'RETHA KRUGER', 'shop 41 Woermann Brock Mall', 'Sam Nujoma Ave', '0000', 'Swakopmund', 'Swakopmund', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('132', '122', 'f', NULL, 'Anelda', 'Smit', 'Perseel 6M8', 'Magogong', '8575', 'Magogong', 'Noord Kaap', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('133', '123', 'f', NULL, 'Madelein', 'Steenkamp', '204 Adelaide Flats', 'The Oval Gardens', '0157', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('134', '124', 'f', NULL, 'Edina', 'Beeten', '4 Settlers Rd', 'Krugersrus', '1559', 'Springs', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('135', '124', 'f', NULL, 'Edina', 'Beeten', 'P O Box 15182', '', '1564', 'Riverfield', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('136', '125', 'f', NULL, 'Cindy', 'Snyman', '22 Koensprag, Gardner Circle', 'South End', '6001', 'Port Elizabeth', 'South Africa', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('137', '125', 'f', NULL, 'Cindy', 'Snyman', 'Liberty Life, 2nd Floor, Office Tower, Greenacres Shopping Centr', 'Greenacres', '6057', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('138', '126', 'f', NULL, 'Sarie', 'du Plessis', '79 Geloftestraat', '', 'Posbus 155', 'Ladysmith', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('139', '127', 'f', NULL, 'Lubbe Louise / Iris Chapman', 'Beads Baroque', 'Shop 3-5 Lifestyle Centre, 6-8 Rosslyn Rd', 'Amanzimtoti', '4126', 'Amansimtoti', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('199', '184', 'f', NULL, 'Dominique', 'De Jongh van Arkel', 'c/o WWB, 10 Fricker Rd', 'Illovo', '2196', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('141', '129', 'f', NULL, 'Barbara', 'Swart', '15 Anema Street', 'PIET RETIEF', '2380', 'PIET RETIEF', 'MPUMALANGA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('142', '130', 'f', NULL, 'Genevieve', 'du Val', '13 Biccard Street', 'Polokwane', '0699', 'Polokwane', 'Limpopo Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('143', '130', 'f', NULL, 'Genevieve', 'Duval', 'P O Box 12924', 'Bendor Park', '0787', 'Polokwane', 'SA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('144', '131', 'f', NULL, 'Shafina', 'Daya', '175 Nightingale Avenue', 'Lenasia', '1827', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('145', '132', 'f', NULL, 'Nicole', 'White', '397 Waterford Estate', 'Fourways', '2191', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('146', '133', 'f', NULL, 'LESLEY', 'TALBOT', '1, 8TH AVENUE', 'RIVONIA', '2021', 'JOHANNESBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('147', '134', 'f', NULL, 'Vina', 'Muller', '21 Veronica Street', 'Constantia Kloof', '1709', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('148', '135', 'f', NULL, 'ADEELA', 'SHAIK', '46 BRAID STREET', '', '3201', 'PIETERMARITZBURG', 'NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('149', '136', 'f', NULL, 'Petro', 'Vermeulen', 'Tauben str 1530', 'Hochlandpark', '9000', 'Windhoek', 'Windhoek', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('150', '137', 'm', NULL, 'Hendrik', 'Genis', 'P.O. Box 28', '', '8135', 'Clanwilliam', 'Western-Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('151', '138', 'f', NULL, 'Anne', 'Beukes', '6 Rivendel, 88 Anna Scheepers str', 'Del Judor', '1038', 'Witbank', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('152', '139', 'f', NULL, 'Clorinda', 'Meintjes', '123 Grosvenor Crescent', '', '1390', 'Phalaborwa', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('153', '140', 'f', NULL, 'Shelley', 'McCreadie', '850 Bloedhond Street', 'Garsfontein', '0060', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('154', '141', 'f', NULL, 'Anne-Marie', 'Leach', 'Main Road', 'KURUMAN', '8460', 'KURUMAN', 'N.K', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('155', '141', 'f', NULL, 'DJ\'S', 'STORE', 'P.O. BOX 816', 'KURUMAN', '8460', 'KURUMAN', 'N.C', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('156', '142', 'm', NULL, 'Ashwin', 'Naidu', '86 Watsonia Dr', '', '4400', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('157', '143', 'f', NULL, 'CINDY', 'BEHARIE', 'Lot 34 Highland Avenue', 'Marburg', '4240', 'Port Shepstone', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('158', '144', 'f', NULL, 'Rene', 'Jones', '157 Glen Navar', 'Glen Eden', '5259', 'East Coast Resorts', 'East London', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('159', '145', 'f', NULL, 'Maryann', 'Lister', '15 Meadowhill Corlett Drive Ext', 'Corlett Gardens', '2090', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('160', '146', 'f', NULL, 'Illse', 'Marx', 'Plot 43 Palmietfontein', '', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('161', '147', 'f', NULL, 'Yvonne', 'Koert', '23 Christian Streeet', 'Breidbach', '5061', 'King William\'s Town', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('162', '148', 'f', NULL, 'Jayne', 'Begley', 'Suite 11, 123 Rietfontein Road', 'Primrose', '1401', 'Germiston', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('163', '149', 'f', NULL, 'Wilna', 'Prinsloo', 'Postnet Suite 295', 'Private Bag X4', '0164', 'Wierda Park', 'Centurion', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('164', '150', 'f', NULL, 'Sharon Ann', 'Figueiredo', 'c/o 219 Pinehaven', 'Pinetown', '3610', 'Durban', 'Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('165', '151', 'f', NULL, 'Germarie', 'Kapp', 'Landau 13', 'Meyerville', '2430', 'Standerton', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('166', '152', 'f', NULL, 'LOUISE', 'MEYER', 'Heideweg 42', 'Humansdorp', '6300', 'Humansdorp', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('167', '153', 'f', NULL, 'Charmaine', 'Brooks', '19 Walkways,Rothesay Avenue', 'Craighall Park', '2196', 'Craighall PArk', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('168', '154', 'f', NULL, 'Vivien', 'Meier', '5 Estuary Drive', 'GONUBIE', '5257', 'EAST LONDON', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('169', '155', 'f', NULL, 'Henriette', 'van Zyl', '\'Stormberg\' Farm', '', '9420', 'Winburg', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('170', '156', 'f', NULL, 'Beverley', 'Uys', '12 Rocky Close', 'Helderkruin View', '1724', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('171', '157', 'f', NULL, 'Elenor', 'van Heerden', '27a Milner Road', 'Waverley', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('172', '158', 'f', NULL, 'Amanda', 'Newby-Fraser', 'PO Box 23052', 'Helderkruin', '1733', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('173', '159', 'f', NULL, 'Christine', 'van der Vyver', 'Skuinsstreet 1', '', '9000', 'Omaruru', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('174', '160', 'f', NULL, 'Sharon', 'Boorer', '13 Hawkes Head Drive', 'Beacon Bay', '5241', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('175', '161', 'f', NULL, 'Louise', 'Zietsman', '18(a) Pelican Parade', 'Birdswood', '3900', 'Richards Bay', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('176', '162', 'f', NULL, 'Erna', 'Ryan', 'Raven Str 12', 'Elspark', '1428', 'Germiston', 'Joburg', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('177', '163', 'f', NULL, 'Louise', 'Niemandt', '39 Tony Law Street', 'Aquapark', '0850', 'Tzaneen', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('178', '164', 'f', NULL, 'LORNA', 'MEYER', '9 Yster Street', 'Ladine', '0699', 'POLOKWANE', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('179', '165', 'f', NULL, 'Shirley', 'Badenhorst', '9 Yster Street', 'Ladine', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('180', '166', 'f', NULL, 'Claudeane', 'Naidoo', '147 Kashmir Avenue', 'Nirvana', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('181', '167', 'm', NULL, 'Deidre', 'Fredericks', '31 Louis Road', 'Bordeaux', '2194', 'Johannesburg', 'Gauetneg', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('182', '168', 'f', NULL, 'carmen', 'ar', 'jarvis', 'berea', '5201', 'east london', 'eastern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('183', '169', 'f', NULL, 'Sonet', 'Renke', '178 Schoeman Street', 'Central', '0002', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('184', '156', 'f', NULL, 'Beverley', 'Uys', 'PO Box 1504', 'RUIMSIG', '1732', 'ROODEPOORT', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('185', '170', 'f', NULL, 'Leoni', 'Kemp', '22 Mango Grove', 'Arboretum', '3900', 'Richards Bay', 'KWAZULU-NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('186', '171', 'f', NULL, 'PHOEBE', 'MINNIE', '26 Gordon Street', '', '5600', 'KING WILLIAMS TOWN', 'EASTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('187', '172', 'f', NULL, 'Jolanda', 'De Lange', '1 Whitfield Drive', 'Kingsburgh', '4126', 'Amanzimtoti', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('188', '173', 'm', NULL, 'Jan', 'Horn', '26 6th Avenue', 'Geduld', '1559', 'Springs', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('189', '174', 'f', NULL, 'Waldette', 'Lombard', '81 Bathurst Street', 'Kenton-On-Sea', '6191', 'Kenton-On-Sea', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('190', '175', 'f', NULL, 'Magda', 'Greef', '71 Olifantstreet', 'Louis Trichardt', '0920', 'Louis Trichardt', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('191', '176', 'f', NULL, 'Antoinette', 'Hardy', 'Plot 13016', 'Tati River Plot', '0000', 'Francistown', 'BOTSWANA', '28', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('192', '177', 'f', NULL, 'Eileen Campodonico', 'Kaylee Supplies', '109 Avondale Road', 'Kabega Park', '6025', 'Port Elizabeth', 'Eatern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('193', '178', 'f', NULL, 'Karen', 'Gerrits', '14 Kiaat Street', 'Florapark', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('194', '179', 'f', NULL, 'Elena', 'Calero Galan', 'Calle Cruz 16', '', '28012', 'Madrid', '', '195', '161');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('195', '180', 'f', NULL, 'Jeanette', 'Gonsalves', '3 Eglin Road', 'Sunninghill', '2157', 'Sandton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('196', '181', 'f', NULL, 'Susan', 'van der Linde', '388 Murchison road', 'Ladysmith', '3370', 'Ladysmith', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('197', '182', 'f', NULL, 'Sophia', 'De Bruyn', '96 Genl Hertzog Rd', 'Three Rivers', '1935', 'Vereeniging', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('198', '183', 'f', NULL, 'Sharon', 'Joubert', '25 De Kock Street', '', '6750', 'Barrydale', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('200', '185', 'f', NULL, 'Amanda', 'Heymans', '1 Du Plessis St', 'Steynsburg', '5920', 'Steynsburg', 'EAST CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('201', '186', 'f', NULL, 'Catherine J v Rensburg /*Lorna C', 'Crazy Cat Crafts', '25 Marsh Street/ Box 2352', 'Mossel Bay', '6500', 'Mossel Bay', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('202', '187', 'f', NULL, 'Retha', 'Prosch', 'P.O.Box 160', 'Pongola', '3170', 'Pongola', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('203', '188', 'f', NULL, 'Debi', 'Thomas', 'Lake Street', 'Florida', '1709', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('204', '189', 'f', NULL, 'Marena', 'van Aswegen', 'Jordaan str 104', '', '1441', 'Heidelberg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('205', '190', 'f', NULL, 'Shireen', 'Mansoor', '28 Kashmir Road', 'Merebank', '4052', 'Durban', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('206', '191', 'f', NULL, 'Delene', 'Pieterse', 'Plot 97', 'HONEYSTONE', '1747', 'KRUGERSDORP', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('207', '192', 'f', NULL, 'Carol', 'Buist', '29 Montana, Rooitou Avenue', 'WELTEVREDEN PARK', '1709', 'JOHANNESBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('208', '193', 'f', NULL, 'Kreshnee', 'Govender', '0 parthabb rd', '', '4071', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('209', '194', 'f', NULL, 'Premie', 'Pillay', '114 Terrace Road', 'Sebebza', '1609', 'Gauteng', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('210', '195', 'f', NULL, 'Mei', 'Heyns', 'P O Box 161', 'Heidelberg W/Cape', '6665', 'Heidelberg', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('211', '196', 'f', NULL, 'Marlize', 'Pieterse', 'Po Box 126', 'Vredenburg', '7380', 'Vredenburg', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('212', '197', 'f', NULL, 'LAURETH', 'VAN DER MERWE', 'c/o Lang & School str', '', '7380', 'Vredenburg', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('213', '198', 'f', NULL, 'Noefi', 'van der Merwe', '51 Govan Mbeki Avenieu', 'Central', '6001', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('214', '199', 'm', NULL, 'Amy-lee', 'Williams', '29 Clifton rd', 'Athlone', '3201', 'Pietermaritzburg', 'KwaZulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('747', '673', 'f', NULL, 'Kim', 'Rehbock', 'Bellairs Drive', 'Northriding', '2194', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('216', '201', 'f', NULL, 'Sharmaine', 'Ernst', 'Plot 22029 Takatokwane road', 'Gaborone West Ind', '0000', 'Gaboronr', 'Gaborone', '28', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('217', '202', 'f', NULL, 'Hettie Meyer', 'Quality Beads', '26 President Street', 'Fochville', '2515', 'Fochville', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('218', '203', 'f', NULL, 'Adre', 'Bezuidenhout', '20 Kersbos Street', 'Vermont', '7201', 'Hermanus', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('219', '204', 'f', NULL, 'Retha', 'Prosch', 'P.o.box 160', '', '3170', 'Pongola', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('220', '197', 'f', NULL, 'BEADS AND BILTONG', 'VAN DER MERWE', 'C/O LANG AND SCHOOL STREET', 'VREDENBURG', '7380', 'VREDENBURG', 'WESTERN PROVINCE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('221', '205', 'f', NULL, 'Adri', 'Carstens', '90 Flora Avenue', 'Adamayview', '2571', 'Klerksdorp', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('222', '202', 'f', NULL, 'Hettie', 'Meyer', 'PO Box 431', 'Fochville', '2515', 'Fochville', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('223', '206', 'f', NULL, 'Corne', 'Steyn', 'Honeyball str 9', 'Se 2', '1911', 'Vanderbijlpark', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('224', '207', 'f', NULL, 'SHENEEN', 'STEVENS', 'POSTNET SUITE NO 371, PRIVATE BAG X 4019', 'TZANEEN', '0850', 'TZANEEN', 'LIMPOPO PROVINCE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('225', '208', 'f', NULL, 'Barbara', 'Schwartz', '4 Maclean Street', '', '4930', 'Stutterheim', 'Eeastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('226', '209', 'f', NULL, 'Samantha', 'Kiessling', '13 Harbour Road', 'Kleinmond', '7195', 'Cape Town', 'Western Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('227', '210', 'f', NULL, 'Linda', 'Spiers', '20 Wesley Rd', 'Lonehill', '2062', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('228', '211', 'f', NULL, 'Gina', 'Coetzee', '66 Kinnoul rd', 'Pelham', '3201', 'PMB', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('229', '212', 'f', NULL, 'Yzelle', 'Reinach', '90 Davidson rd', '', '6530', 'George', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('230', '213', 'f', NULL, 'Ester', 'Van der Merwe', 'Anglers Rod, Shop 7, Lac centre', 'Meerensee', '3901', 'Richardsbay', 'Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('231', '214', 'f', NULL, 'Martie', 'Ramsey', 'Old school Riethuiskraal', 'Stilbaai', '6674', 'Riversdal district', 'Western cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('232', '214', 'f', NULL, 'Martie', 'Ramsey', 'PO Box 108', 'Stillbay', '6674', 'Riversdale district', 'Western cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('233', '215', 'f', NULL, 'Marijke', 'Arends', 'speulderbos 24', '', '2134jk', 'Hoofddorp', 'Noord Holland', '150', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('234', '216', 'f', NULL, 'Wendy', 'Rennard', '16 Grey Street', 'Bryanston', '2021', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('235', '217', 'f', NULL, 'Carol', 'Bezuidenhout', '36 Starling', 'Phalaborwa', '1390', 'Phalaborwa', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('236', '218', 'f', NULL, 'Rochelle', 'Thornhill', '30 Sable Street', '', '8600', 'Vryburg', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('237', '219', 'f', NULL, 'Tinka', 'Labuschagne', 'Steinhoff 28 6th Street', 'Wynberg', '2090', 'Sandton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('238', '220', 'f', NULL, 'Tanya', 'Alves', '13 Birkenhead Street', 'Ruyterwacht', '7460', 'Cape TowN', 'Western Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('239', '221', 'f', NULL, 'Sanette', 'van Aswegen', '11 Fonteine Ave', 'Rooihuiskraal', '0157', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('240', '222', 'f', NULL, 'Gloria', 'Morgan', 'Market Square', '', '1300', 'Barberton', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('241', '217', 'f', NULL, 'Carol', 'Bezuidenhout', 'P.O.Box 449', 'Phalaborwa', '1390', 'Phalaborwa', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('242', '221', 'f', NULL, 'Sanette', 'van Aswegen', '28 6th Street', 'Wynberg', '2018', 'Sandton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('243', '223', 'f', NULL, 'Lynette', 'Jacobs', '2 Theodore Close', 'Beverley Grove', '6070', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('244', '224', 'f', NULL, 'Ilse', 'Slatter', '99 Maud street', 'Florida', '1709', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('246', '226', 'f', NULL, 'Ashley', 'Neville', '34 Enkeldorindgdraai', 'Arboretum', '3900', 'Richards Bay', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('247', '227', 'f', NULL, 'Rossana', 'Kruger', '26 Walker Street', 'Midstream', '1692', 'Midrand', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('248', '228', 'f', NULL, 'MARILIZE', 'DELPORT', '14 RED IVORY CRESCENT', 'PHALABORWA', '1390', 'PHALABORWA', 'LIMPOPO', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('249', '229', 'f', NULL, 'Catherine', 'Hattingh', '8 Ashley Street', 'New States Area', '1569', 'Springs', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('250', '230', 'f', NULL, 'Rina', 'Boneschans', 'Rissik Street 89', 'Die Bult', '2520', 'Potchefstroom', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('251', '231', 'f', NULL, 'Debbie', 'Hart', 'c/o 499 Belvedere & Beatrix', 'Arcadia', '0007', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('252', '232', 'f', NULL, 'Analise', 'Botha', '41 Reabor Str', 'Benrose', '2025', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('253', '157', 'f', NULL, 'Elenor', 'van Heerden', '27A Milner Road', 'Waverley, Arboretum', '9305', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('254', '233', 'f', NULL, 'Erika', 'Rosati', '48 Templeton Green', '60 Belluvue Road', '4001', 'Musgrave', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('255', '234', 'f', NULL, 'Theresa', 'Ciaglia', '9 Dante Street', 'Raceview', '1450', 'Alberton', 'auteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('256', '228', 'f', NULL, 'Marilize', 'Delport', '6 Nelson Mandela Drive', 'Phalaborwa', '1390', 'Phalaborwa', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('257', '235', 'f', NULL, 'Chimaine', 'Jonker', '7 Bertram street', 'Rynfield', '1501', 'Benoni', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('258', '236', 'f', NULL, 'Jacqueline', 'Maritz', '2 Stanley Street', 'Richmond Hill', '6001', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('259', '237', 'f', NULL, 'Charmaine', 'Weyer', '32 15th Ave', 'Gonubie', '5257', 'East London', 'Eastern Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('260', '238', 'f', NULL, 'Philippa', 'Fouche', '21 Victor Smithcrescent', 'Rooirivierrif', '6529', 'George', 'Westerncape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('261', '239', 'f', NULL, 'Marlie', 'Grobler', 'Waverleyweg 84A', 'Waverley', '9301', 'Bloemfontein', 'freestate', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('262', '240', 'f', NULL, 'Michelle', 'Nelson', 'Shop 11 Richdens Centre', 'Hillcrest', '3650', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('263', '241', 'f', NULL, 'Marlene', 'Mitchley', '213 Adelaede Str', 'Linmeyer', '2105', 'JHB', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('264', '242', 'f', NULL, 'Carnelle', 'Vorster', '9 Bodminstr', 'New Redruth', '1449', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('265', '234', 'f', NULL, 'Theresa', 'Ciaglia', '9 Dante Street', 'Raceview', '1450', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('266', '243', 'f', NULL, 'TRISH', 'NOLAN', '19 BATH AVENUE', 'CNR SELBY, PARKWOOD', '2139', 'JHB', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('267', '244', 'f', NULL, 'Retha', 'Gebhardt', '54 Haarlem Street', 'Westonaria', '1779', 'Westonaria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('268', '245', 'f', NULL, 'Kim', 'Breet', '14 Kareeburg Place', 'Albertsdal', '1452', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('269', '246', 'f', NULL, 'Annaline', 'Preston', '142 Rng Rad ,Tree Rvers ext 1,', 'Three Rivers', '1929', 'vereeniging', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('270', '247', 'f', NULL, 'Melanie', 'Gibson', '15 Crawford Crescent', 'Fichartdtpark', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('271', '248', 'f', NULL, 'Martie', 'Van Der Poll', '83 Cavendish', 'Wendywood', '2144', 'Sandton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('272', '249', 'm', NULL, 'James', 'Weller', 'aaaaaa', '', '4444', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1283', '1157', 'f', NULL, 'Marcelle', 'Van der Lith', '4 Krakadouw Street', 'Carters Glen', '8301', 'Kimberley', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('274', '251', 'f', NULL, 'Lusanda', 'Tyolo', 'not available', 'n/a', '2745', 'Mafikeng', 'Northwest', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('275', '231', 'f', NULL, 'debbie', 'hart', 'volsteedt st 48', 'strand', '7140', 'strand', 'cape town', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('276', '252', 'm', NULL, 'ATM', 'ZOHA', 'Dhaka', 'Dhaka', '1200', 'Dhaka', 'Dhaka', '18', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('277', '253', 'f', NULL, 'Lynda', 'Smith', '209 Beach Road', 'Sea Point', '8005', 'Cape Town', 'Western Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('278', '254', 'f', NULL, 'Sharon', 'Engelbrecht', '105 Wellfreer Road', 'Fynnland, Bluff', '4052', 'Durban', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('279', '255', 'f', NULL, 'Kleintjie', 'Joubert', '252 Matlabasstr', 'Sinoville', '0182', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('280', '256', 'f', NULL, 'Evangeline', 'Jansen', '13 Wellwood Manor', 'Meyersdal', '1447', 'Alberton', 'Johannesburg', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('281', '257', 'f', NULL, 'Elsa', 'Groenewald', '672A Paul Kruger str', 'Les Marais', '0086', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('282', '258', 'm', NULL, 'Jaco', 'Griessel', 'Paulstraat 1140B', 'Moreleta Park', '0044', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('283', '259', 'f', NULL, 'Jenny', 'Coetzer', '10 Stormberg Road', 'Bergsig', '5320', 'Queenstown', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('284', '260', 'f', NULL, 'Barbara', 'Engelbrecht', '45 Kompanjie Crescent', 'Protea Heights', '7560', 'Cape Town', 'Western Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('285', '261', 'f', NULL, 'Linda', 'Kriel', '247 VD Stel Street', 'Rowallan Park', '6025', 'Port Elizabeth', 'Eastern Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('286', '262', 'f', NULL, 'Gail', 'O\'Brien', 'Plot 146 Haakdoornboom', 'Onderstepoort', 'Pretoria', '0110', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('287', '263', 'f', NULL, 'Kathy', 'Saville', '23 Craven Street', 'The Reeds x 5', '0157', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('288', '264', 'f', NULL, 'Giesela', 'Hartung', '6 Delius Street', 'Windhoek West', 'Namibia', 'Windhoek', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('289', '265', 'f', NULL, 'Beetge Peggy', 'The Bead Queen', 'PO Box 429', '', '3100', 'Vryheid', 'KwaZulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('290', '266', 'f', NULL, 'Gillespie', 'Martha', '18 Faerie Glen Estates', 'Canterberry Road', '4275', 'Margate', 'Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('291', '267', 'f', NULL, 'Joni', 'Modlin', 'P.O. Box 26620', 'Nelspruit', '1200', 'Nelspruit', 'Mapumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('292', '268', 'f', NULL, 'Heidi', 'Jonker', 'Smit str1', 'Wilgerpark', '9880', 'Harrismith', 'Freestate', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('293', '269', 'f', NULL, 'KATHI', 'CHAPMAN', 'FIRST FLOOR,NEEDWOOD BLOCK, BROADACRES GARDEN CENTRE,', 'Cedar Ave FOURWAYS', '2062', 'JOHANNESBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('294', '269', 'f', NULL, 'SCRAPBOOK TRADING COMPANY', 'CHAPMAN', 'POSTNET SUITE #61, PRIVATE BAG X153', 'BRYANSTON', '2021', 'JOHANNESBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('295', '270', 'f', NULL, 'Jenni', 'Karam', 'Marine Drive', 'Shelly Beach', '4265', 'Natal', 'Kwa-zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('296', '271', 'f', NULL, 'Margie', 'Beatham', '10 Engelbrecht Street', 'Glen Marais', '1619', 'Kempton Park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('297', '272', 'f', NULL, 'Ursula', 'Weideman', '712 Friedastreet', 'Daspoort', '0082', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('298', '273', 'f', NULL, 'Vivien', 'Meier', 'Main Road', 'GONUBIE', '5257', 'EAST LONDON', 'EASTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('299', '274', 'f', NULL, 'Lucille', 'Parkins', '3 Park Road', 'Mountain Drive', '6139', 'Grahamstown', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('300', '275', 'f', NULL, 'MARIETA', 'DE BRUIN', '6 BRIDGERSTRAAT', 'HOOPSTAD', '9479', 'HOOPSTAD', 'VRYSTAAT', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('301', '276', 'f', NULL, 'Grietjie', 'Buys', '120 Eros Road', 'Erospark', '0000', 'Windhoek', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('302', '277', 'f', NULL, 'debbie', 'de wet', 'erf 191', 'kanoneiland', '8806', 'upington', 'noord kaap', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('303', '278', 'f', NULL, 'Yolande', 'Wals', '76 Stella Londt drive', 'Sunridge Park', '6070', 'port elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('304', '279', 'f', NULL, 'ESTELLE', 'BRONKHORST', '34 ROXBURGH ROAD, RAY DORA MANSIONS, FLAT 22', 'SELECTION PARK', '1559', 'SPRINGS', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('305', '280', 'f', NULL, 'Corina', 'Schoonbeek', '56 Boot Lane', 'Cornwall Hill Estate', '0157', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('306', '281', 'f', NULL, 'Raquel', 'Wood', '119 Ettrick Rd', 'Bluff', '4052', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('307', '282', 'f', NULL, 'SHARON', 'BOYD', '50 Butterfield Rd', 'Little Chelsea', '6001', 'PORT ELIZABETH', 'EASTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('308', '283', 'f', NULL, 'Elsa', 'Labuschagne', '131 Jan Hofmeyr road', 'Westville', '3630', 'Westville', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('309', '284', 'f', NULL, 'Tracy', 'Hattingh', '45 Doornkraal Street', 'Ladanna', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('310', '285', 'f', NULL, 'Wendy', 'Bloy', '61 Montgomery Drive', 'Athlone', '3201', 'Pietermaritzburg', 'KwaZulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('311', '286', 'f', NULL, 'CRAFTERSEMPORIUM', 'CRAFTERS EMPORIUM', 'PLOT 6 SERVICE ROAD', 'RISPARK', '2053', 'JOHANNESBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('312', '287', 'm', NULL, 'Pat', 'Grey', '9 Andries Pretorius St', 'The Rand', '8801', 'UPINGTON', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('313', '288', 'f', NULL, 'Adam', 'Randall', 'Shop 3 Focus on the Family Bldg, 8 Old Main Road', 'Hillcrest', '3610', 'Hillcrest', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('314', '289', 'f', NULL, 'Mariette', 'Lourens', '84 Meath street', 'Oakedale', '7530', 'Bellville', 'Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('315', '290', 'f', NULL, 'Carla', 'Kruger', '852 Hertzog St', 'Villieria', '0184', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('316', '291', 'f', NULL, 'Tech', 'Support', '123 Test st', '', 'a9a9a9', 'london', 'london', '222', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('317', '291', 'f', NULL, 'Tech', 'Support', '123 test st', '', 'a9a9a9', 'Kimberley', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('318', '292', 'f', NULL, 'Jenny', 'Coetzer', '10 Stormberg Road', 'Bergsig', '5320', 'Queenstown', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('319', '293', 'f', NULL, 'GRIEYJIE VAN NIEKERK', 'J BAY BEADS', '14 Scheldestraat', '', '6330', 'Jeffreys bay', 'EC', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('320', '294', 'f', NULL, 'Irma', 'Schoeman', '2 Carlton Str', 'Jhb North', '2153', 'Ranburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('321', '295', 'f', NULL, 'Jacinda', 'Potgieter', '4 Maclean Street', '', '4930', 'Stutterheim', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('322', '296', 'f', NULL, 'Celeste', 'Kruger', '49 Isabel street', 'Kilnerpark', '0186', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('323', '297', 'f', NULL, 'Amelia', 'Roux', 'President CR Swart str 31', 'Reitz', '9810', 'Reitz', 'Vrystaat', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('324', '277', 'f', NULL, 'DEbbie', 'de Wet', 'Erf 191', '', 'Posbus 57', 'Kanoneiland 8806', 'noord kaap', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('325', '298', 'f', NULL, 'NANNA', 'OLIVIER', 'Durbanstraat 95', '', '9750', 'Aliwal Noord', 'Oos Kaap', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('326', '299', 'f', NULL, 'Shamila', 'Adams', '50 Blanken Road', 'Kenwyn', '7780', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('327', '300', 'f', NULL, 'Annette', 'Booysen', '2 Island Cove', 'Great Brak River', '6525', 'Mosselbay', 'W Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('328', '301', 'f', NULL, 'Antoinette', 'Kuypers', '41 Bishops Court', 'Mooikloof Ridge', '0041', 'Pretoria East', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('329', '302', 'f', NULL, 'Fiona', 'Barendse', 'PO BOX 33114', 'Fichardt Park', '9317', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('330', '303', 'f', NULL, 'Lynette', 'Jones', 'P.O.Box 2404', '', '1450', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('331', '304', 'f', NULL, 'Eileen', 'Cooper', '71 Thornhurst Drive', 'Bisley', '3201', 'Pietermaritzburg', 'Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('332', '305', 'f', NULL, 'Antonette', 'Prinsloo', '26 Rule Street', 'Suidrand', '9499', 'KROONSTAD', 'FREE STATE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('333', '306', 'f', NULL, 'MAGDA', 'NEL', '102A STANDER ST', '', '6539', 'GEORGE', 'south africa', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('334', '307', 'f', NULL, 'Patsy', 'Craig', 'Way 531 Al Rabiyat Complex', 'Block 2674C Qurum', '0111', 'Al Qurum', 'Muscat', '161', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('335', '308', 'm', NULL, 'Peter & Sue', 'Bessinger', 'P O Box 5272', 'Greenfields', '5208', 'East London', 'East Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('336', '309', 'f', NULL, 'Colette', 'Jennings', 'Postnet Suite #30', 'Private Bag X013', '3935', 'Mtubatuba', 'KwaZulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('337', '310', 'f', NULL, 'Mart', 'Louw', 'Rossignolstreet 7', 'Durbanville', '7530', 'Durbanville', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('338', '311', 'm', NULL, 'Stanley', 'Rieck', '43 Botha str', 'Elsburg', '1428', 'Germiston', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('339', '312', 'f', NULL, 'Lizelle', 'Grassow', 'Hoogenhout str Okahandja Namibia nr. 2724', 'Okahandja', '9000', 'Namibia', 'Okahandja', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('340', '313', 'f', NULL, 'Mariette', 'Weyers', '13 Villa Andate', 'Dalview', '1541', 'Brakpan', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('341', '314', 'f', NULL, 'Amanda', 'van den Berg', '13 Villa Andante cnr Eeufees & van der Walt Streets', 'Dalview', '1541', 'Brakpan', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('342', '279', 'f', NULL, 'ESTELLE', 'BRONKHORST', '12 GOLDBAND AVE', 'LILIANTON, BOKSBURG', '1401', 'BOKSBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('343', '315', 'f', NULL, 'Helen', 'Terblanche', 'P.O. Box 91', '', '0332', 'Syferbult', 'Northwest Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('344', '316', 'f', NULL, 'Dominic', 'Burger', 'De Hoek Sawmill', 'Magoebaskloof Tzaneen', '0850', 'Tzaneen', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('345', '317', 'f', NULL, 'LUCILLE', 'FULLARD', '9 Rolina street', 'Del Judor 2', '1035', 'Witbank', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('346', '316', 'f', NULL, 'dominic', 'burger', '28 peace street', 'n/a', '0850', 'tzaneen', 'limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('347', '318', 'f', NULL, 'Bonita', 'McCarthy', '16 Louis Trichardt Street', '', '0900', 'Musina', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('348', '319', 'f', NULL, 'Suretha', 'van Niekerk', '966 Tiptol Street', 'Silverton x7', '0184', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('349', '319', 'f', NULL, 'Suretha', 'van Niekerk', 'PO Box 2276', 'Silverton', '0127', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('350', '320', 'f', NULL, 'Lien', 'Bronkhorst', 'Geelhoutlaan 32', 'Miederpark', '2531', 'Potchefstroom', 'NORTH WEST', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('351', '321', 'f', NULL, 'Noleen', 'Dix', '37 Ibis Manor, Berreta Street', 'Wilgeheuwel', '2155', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('352', '322', 'f', NULL, 'Babara', 'Heck', 'Unit 14, Key Largo, 185 Frances Street, Observatory', 'Observatory', '2198', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('353', '323', 'f', NULL, 'Geraldine', 'Tintinger', '53 kudu Street', 'Hoedspruit', '1380', 'Hoedspruit', 'Limpopo Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('354', '324', 'f', NULL, 'Vuyelwa', 'Mthethwa', '8 Lanyon 14 Lanyon Rd', 'BotanicBerea', '4001', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('355', '325', 'f', NULL, 'Jacqui', 'Kitchener', '8 Anjonet Village Anjonet Str', 'Edleen', '1619', 'Kempton Park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('356', '326', 'f', NULL, 'Ida', 'van Wyk', '22 Voortrekker St', '', '9400', 'Brandfort', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('357', '327', 'f', NULL, 'Carol', 'Richards', '24 Brown Ivory ST', 'West Acres', '1200', 'Nelspruit', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('358', '328', 'f', NULL, 'Johanna', 'Schutte', 'Herculescresent 22', 'De Aar', '7000', 'De Aar', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('359', '306', 'f', NULL, 'MAGDA', 'NEL', '14 NYWERHEID STREET', 'GEROGE INDUSRIA', '6536', 'GEORGE', 'WESTERN CAPE', '198', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('360', '306', 'f', NULL, 'MAGDA', 'NEL', '14 NYWERHEID STREET', 'GEORGE INDUSTRIA', '6536', 'GEORGE', 'WESTERN CAPE', '194', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('361', '279', 'f', NULL, 'ESTELLE', 'BRONKHORST', '12 GOLDBAND AVE, LILLIANTON, WITFIELD', 'BOSKBURG', '1401', 'BOKSBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('362', '329', 'f', NULL, 'BERNADETTE DE SWART', 'BEAD BASKET', 'P O Box 472', 'KWAMBONAMBI', '3915', 'KWAMBONAMBI', 'KWA ZULU NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('363', '330', 'f', NULL, 'Engela Schutte', 'Schutte', '8 Pendoring Ave', 'Glen Marais', '1619', 'Kempton Park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('364', '331', 'f', NULL, 'Janine', 'Janine', 'Baartmansfontein', 'Richmond NC', '7090', 'Richmond', 'NC', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('365', '332', 'f', NULL, 'Sandra', 'Olivier', 'P O Box 783', 'Goodwood', '7460', 'Cape Town', 'South Africa', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('366', '333', 'f', NULL, 'ELMARIE', 'GARDINER', 'PO BOX 3', 'MUIZENBERG', '7950', 'CAPE TOWN', 'WESTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('367', '334', 'f', NULL, 'Linda', 'Botha', '12 Alicante, Ebbehout Street,', 'Sharonlea', '2001', 'Randburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('368', '335', 'f', NULL, 'Linda', 'Botha', 'P O Box 6453', 'Weltevredenpark', '1715', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('369', '336', 'f', NULL, 'Cecile', 'Grünewald', 'Elliot street', 'Spurwing Park', '4700', 'Kokstad', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('370', '337', 'f', NULL, 'Illse', 'Marx', '9 Yster Street', 'Ladanna', '0704', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('371', '338', 'f', NULL, 'El-Marie & Branden Domoney', 'Beads from Heaven', '27 Raasblaar Street', 'Vandykpark', '1459', 'Boksburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('372', '339', 'f', NULL, 'Julia', 'McCulloch', '59 Fisheagle Drive', 'Three Rivers East', '1941', 'Vereeniging', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('373', '340', 'f', NULL, 'Shania', 'Ferreira', '1 Silva Villas, 10 Micheal Street', 'Linmeyer', '2197', 'JHB', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('374', '341', 'f', NULL, 'Jenny', 'Moon', '37 San Roque', 'Sunningdale Tableview', '7441', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('375', '342', 'f', NULL, 'Magda', 'Schmelzenbach', 'Selikaats Causeway 302', 'Faerie Glen', '0043', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('376', '343', 'f', NULL, 'Tanya', 'Hunt', '44 15th Avebue', '', '5257', 'Gonubie', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('377', '344', 'f', NULL, 'Niki', 'Odysseus', '15 Voortrekker Street', 'Vredefort', '9595', 'Free State', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('378', '345', 'f', NULL, 'RONEL', 'DU TOIT', 'BULTSTREET 5', '', '8850', 'GROBLERSHOOP', 'NORTHERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('379', '346', 'f', NULL, 'Villera', 'Viljoen', 'Hoffmanstraat 22', 'Mooivalleipark', '2522', 'Potchefstroom', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('380', '347', 'f', NULL, 'Julian', 'Da Fonseca', '139 Hillcrest Drive', 'Beacon Bay', '5241', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('381', '348', 'f', NULL, 'Tania', 'Scott-Hayward', '4 Hildebrand Street', 'Helderkruin', '1724', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('382', '349', 'f', NULL, 'Annelize', 'Viviers', '36 Wynbergsingel', 'Model Park', '1035', 'Witbank', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('383', '350', 'f', NULL, 'Lee Ann Cantrell', 'CNC', '9 Sun Street, Fishers Hill', 'Germiston', '1401', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('384', '351', 'f', NULL, 'Aileen', 'Vallaro', '14 Buitendag Street', 'Glen Marais', '1620', 'Kempton Park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('385', '352', 'f', NULL, 'Petra', 'Bredell', 'Marine Drive 101', 'Margate', '4023', 'Margate', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('386', '353', 'f', NULL, 'CATH', 'COETZER', '22 FORSYTH CRESCENT', 'NOORDKRUIN', '1739', 'KRUGERSDORP', 'GATENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('387', '354', 'f', NULL, 'KELLY', 'SWEETLAND', '25 FINCH STREET', 'ELDORADO PARK EXT 9', '1811', 'JOHANNESBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('388', '343', 'f', NULL, 'Tanya', 'Hunt', '4th Avenue Extension', 'Gonubie', '5257', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('389', '343', 'f', NULL, 'Tanya', 'Hunt', 'P O Box 269', 'Gonubie', '5256', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('390', '355', 'f', NULL, 'Linelle', 'de Meyer', 'PO Box 102855', 'Meerensee', '3901', 'Richards Bay', 'KwaZulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('391', '356', 'f', NULL, 'Carol', 'Driver', '4 Webber Road', 'Strubenvale', '1570', 'Springs', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('392', '357', 'f', NULL, 'Delicia', 'Cleinwerck', '12 Fitzroy Street', 'Goodwood', '7460', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('393', '358', 'f', NULL, 'Gerda', 'Wood', 'Cuyler street 12,Birchleigh', 'Birchleigh', '6118', 'Kempton Park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('394', '359', 'f', NULL, 'salome', 'Louw', 'Farm Welgevonden', 'Posbus 274', '0470', 'Groblersdal', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('395', '356', 'f', NULL, 'Carol', 'Driver', '82 Allan Road', 'Glen Austin', '1685', 'Midrand', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('396', '360', 'f', NULL, 'Annelize', 'Van der Westhuizen', '4 Franklin Street', 'Comet', '1459', 'Boksburg', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('397', '361', 'm', NULL, 'Jacobus Adrian', 'Barnard', '56- 2nd Avenue', 'Roodepoort', '1723', 'Gauteng', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('398', '362', 'f', NULL, 'CATHERINE', 'PRINSLOO', '28 LEYDSTREET', 'MEYERTON', '1961', 'MEYERTON', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('399', '363', 'f', NULL, 'Evelyn', 'Bezuidenhout', '654 Naude Street', 'Wonderboom-South', '0084', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('400', '364', 'f', NULL, 'Karen', 'Govender', '12 Schallenberg Street', 'Lyndhurst', '3605', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('401', '365', 'f', NULL, 'Anne', 'Lofthouse', '45 Seine Street', 'Woodlands', '6070', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('402', '366', 'f', NULL, 'Corrie', 'Gallagher', 'P O Box 582', 'Hluhluwe', '3960', 'Hluhluwe', 'kwaZulu natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('403', '367', 'f', NULL, 'Leonie', 'Steenberg', '31 Jan Lion Cachet street', 'Duva Park', '1040', 'Witbank', 'Mphumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('404', '368', 'f', NULL, 'Ursula', 'De Meillon', '30 Hendrik Potgieter street', 'Steynsburg', '5920', 'Steynsburg', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('405', '369', 'f', NULL, 'Joey Strydom', 'Kuns en Papier', 'markstr 67', '', '8800', 'upington', 'northern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('406', '370', 'f', NULL, 'Karen', 'Jardim', 'Posbus 966', 'Faunapark', '0787', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('407', '371', 'f', NULL, 'Sharon', 'Evans', '16 Arcadia Gardens', 'Raceview', '1449', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('408', '372', 'f', NULL, 'Di', 'Martin', '1 Panorama Glen, Second Avenue', 'Malvern', '4093', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('409', '373', 'f', NULL, 'Paula', 'Venter', '40 Annecke Street', '', '0850', 'Tzaneen', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('410', '374', 'f', NULL, 'Bronwen', 'Jensen', '33 Starling Crescent', 'Greenshields Park', '6070', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('411', '375', 'f', NULL, 'Janita', 'De Jager', 'Farm Delville 146', '', 'PO Box 70', 'Witvlei', 'Witvlei', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('412', '376', 'f', NULL, 'Kalay', 'Pillay', '550 Chester Street', 'Lenasia South', '1828', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('413', '377', 'f', NULL, 'Priscilla', 'Donnelly', '4 rooiborsie Road', 'Eastwood', '3201', 'Pietermaritzburg', 'KwaZulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('414', '378', 'f', NULL, 'Mumtaz', 'Seev', '7a First Street', 'Geduld', '1559', 'Springs', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('415', '379', 'f', NULL, 'Kalay', 'Pillay', '550 Chester street', 'Lenasia South', '1828', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('416', '380', 'f', NULL, 'Annemari', 'Burger', '16 Capri Close', 'Southern suburbs', '7975', 'Vishoek', 'Western Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('417', '381', 'f', NULL, 'Lisa', 'Odendaal', '2 Dinwiddie Lane', 'Hogsback', '5721', 'Hogsback', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('418', '382', 'f', NULL, 'Leonie', 'De Waal', '14 Duncan Barrett Road', 'Cowies Hill Park', '3610', 'Pinetown', 'Kwa-zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('419', '383', 'f', NULL, 'Deirdre', 'Moore', '10 Galpin Street', 'Summerstrand', '6001', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('420', '383', 'f', NULL, 'Hazel', 'Kritzinger', 'PO Box 71623', 'Centrahil', '6006', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('421', '384', 'f', NULL, 'Yolanda', 'de Beer', '31 Le Roux Street', '', '2740', 'Lichtenburg', 'North West Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('422', '385', 'f', NULL, 'Alida', 'Ferreira', 'Faurie St unit 55', 'Sonpark', '1200', 'Nelspruit', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('423', '386', 'f', NULL, 'Michelle', 'Shortt', 'PO Box 22632', 'Fish Hoek', '7974', 'Cape town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('424', '387', 'f', NULL, 'Susan', 'Kapp', 'Shop M17 Tzaneng Mall', 'Danie Joubert Str', '0850', 'Tzaneen', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('425', '183', 'f', NULL, 'Sharon', 'Jouebrt', '38 Tennant Street', '', '6750', 'Barrydale', 'Western Cape', '192', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('426', '183', 'f', NULL, 'Sharon', 'Joubert', '38 Tennant Street', '', '6750', 'Barrydale', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('427', '183', 'f', NULL, 'Sharon', 'Joubert', '38 Tennant Street', '', '6750', 'Barrydale', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('428', '388', 'f', NULL, 'Marlene', 'van Rensburg', 'Hoewe 97', 'Wilgeboom', '2520', 'Potchefstroom', 'Noordwes', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('429', '389', 'f', NULL, 'Heidi', 'Connelly', 'Botha Str 876', 'Daspoort', '0082', 'PRETORIA', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('430', '390', 'f', NULL, 'Alta', 'Cloete', '57 Prootstreet', 'Witpoortjie', '1724', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1178', '1066', 'f', NULL, 'Christien', 'Briel', 'Ella street 10', 'Willows', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('432', '392', 'f', NULL, 'Atika', 'Moosa', '113/9 Atherstone Rd', 'Illovo', '2196', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('433', '393', 'f', NULL, 'Joey', 'Dysel', '148 Indaba Lane', 'Muldersdrift', '2040', 'Muldersdrift', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('434', '393', 'f', NULL, 'Joey', 'Dysel', 'P.O. Box', 'HONEYDEW', '2000', 'Honeydew', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('435', '394', 'f', NULL, 'Errol', 'Theronskie', '2 Bowen Rd', 'Amanzimtoti', '4126', 'Amanzimtoti', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('436', '395', 'f', NULL, 'Faaiza', 'Ismail', '73 Thabo Mbeki Street', 'Mokopane', '0600', 'Mokopane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('437', '396', 'f', NULL, 'Debbie', 'Keown', '22 Sandalwood Crescent', 'Dowerglen xt.5', '1612', 'Edenvale', 'Johannesburg', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('438', '397', 'f', NULL, 'Zenobia', 'Engelbrecht', 'Suit 402 P/Bag x15', 'Somerset West', '7129', 'Somerset West', 'Wertern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('439', '398', 'f', NULL, 'DALEEN', 'FOURIE', '8 WEEBERSBURG', '', '1050', 'MIDDELBURG', 'MPUMALANGA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('440', '399', 'f', NULL, 'Lizette', 'Kloppers', 'Klipkop', '', '0250', 'Brits', 'NW', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('441', '400', 'f', NULL, 'Debbie', 'Blank', 'P.O.Box 10352', 'GEORGE', '6530', 'GEORGE', 'WESTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('442', '401', 'f', NULL, 'LANDIE', 'HARDING', '29 Freezia Crescent', 'Azalea Park', '6220', 'Despatch', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('443', '402', 'f', NULL, 'Bernadette', 'Nel', '71 Mulberry Street', 'Allen Grove', '1619', 'Kempton park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('444', '403', 'f', NULL, 'Cecilea', 'Cloete', '21 Sutter Rd', '', '0480', 'Bela Bela', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('445', '404', 'f', NULL, 'Lynn', 'Steyn', 'C/o Nashua 33 Church st', '', '8160', 'Vredendal', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('446', '405', 'f', NULL, 'Lizé', 'Human', 'Kiaatstr 7', '', '2320', 'Secunda', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('447', '406', 'm', NULL, 'Peter', 'Murley', '22 Nursteed Road', '', 'SN10 3AH', 'Devizes', 'Wiltshire', '222', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('448', '407', 'f', NULL, 'Linda', 'De Jager', '12 Lady Grey Road', 'FISHHOEK', '7975', 'FISSHOEK', 'WESTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('449', '408', 'f', NULL, 'Beaula', 'Velthuizen', '4 Dikkop Close', 'Birch Acres', '1618', 'Kempton Park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('450', '409', 'f', NULL, 'Cecily', 'Thomas', '45 Goedehoop Ave', '', '6229', 'Uitenhage', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('451', '410', 'f', NULL, 'Noelen', 'Botha', 'PO BOX 31286', 'SUPERBIA', '0699', 'SUPERBIA', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('452', '411', 'f', NULL, 'Chantel', 'Pretorius', '95 bech boulevard (Jimmy\'s Killer Prawns)', 'Blouberg / Western Cape', '7441', 'Cape Town', 'Wstern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('453', '411', 'f', NULL, 'Chantel', 'Pretorius', '92 Beach Boulevard (Jimmy\'s Killer Prawns Blouberg)', 'Blouberg Strand', '7441', 'Cape town', 'western cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('454', '412', 'f', NULL, 'Kihm', 'Klopper', 'Haarburger Cres', 'Westdene', '9300', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('455', '413', 'f', NULL, 'Hajira', 'Habib', '33 Louise Way', 'Kelvin', '2054', 'Gauteng', 'Johannesburg', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('456', '414', 'f', NULL, 'Carol', 'Scheun', '64 Prince Street', '', '4126', 'Athlone Park', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('457', '415', 'f', NULL, 'DEBBIE', 'LARKAN', '19 Elmira Road', 'Panmure', '5201', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('458', '414', 'f', NULL, 'Carol', 'Scheun', '64 Prince Street', '', '4120', 'Umbogintwini', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('459', '416', 'f', NULL, 'Justine', 'Stols', '48 7th Avenue', 'Edenvale', '1609', 'Edenvale', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('460', '417', 'f', NULL, 'Bettie', 'Jordaan', 'Du Plooystreet 60A', '', '2310', 'Bethal', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('461', '418', 'f', NULL, 'MAYURI KESA', 'BEADS BAZAAR TZANEEN', 'NO 22 SECOND AVE', 'TZANEEN', '0850', 'TZANEEN', 'LIMPOPO', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('462', '404', 'f', NULL, 'Lynn', 'Steyn', 'P O BOX 2141', '', '8160', 'Vredendal', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('463', '398', 'f', NULL, 'Daleen', 'Fourie', 'P.o.Box 1881', '', '1050', 'Middelburg', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('464', '398', 'f', NULL, 'DALEEN', 'FOURIE', '8 WEEBERSBURG', 'Weber str 14', '1050', 'Middelburg', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('465', '398', 'f', NULL, 'DALEEN', 'FOURIE', '8 WEEBERSBURG', 'Weber str 14', '1050', 'Middelburg', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('466', '419', 'f', NULL, 'Dawn', 'Petzer', 'P.O. Box 3039', 'Cambridge', '5206', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('467', '392', 'f', NULL, 'Atika', 'Moosa', 'Postnet Suite 135', 'Private Bag X11', '2015', 'Birnam Park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('468', '420', 'f', NULL, 'Jennifer', 'Pillay', '24 Arbuthnot Road', 'Amanzimtoti', '4126', 'South Coast', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('469', '420', 'f', NULL, 'Jennifer', 'Pillay', 'P O Box 2103', 'Amanzimtoti', '4126', 'South Coast', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('470', '421', 'f', NULL, 'Jo', 'Du Plessis', '6 Vesting 3 Toring Ave', 'Spitzkop', '9300', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('471', '422', 'f', NULL, 'Patricia', 'Vieira', '187 Luttig Street', 'Pretoria West', '0183', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('472', '423', 'f', NULL, 'Joey', 'Cloete', 'PO Box 14641', 'Lyttelton', '0140', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('473', '224', 'f', NULL, 'ilse', 'slatter', 'po box 4919', 'randburg', '2125', 'johannesburg', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('474', '424', 'f', NULL, 'Gaily', 'Adams', 'Shop no. 3, 122 Pine Street', 'Greytown', '3250', 'Midlands', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('475', '175', 'f', NULL, 'Magda', 'Greef', '96 Krogh Street', 'Louis Trichardt', '0920', 'Louis Trichardt', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('476', '425', 'f', NULL, 'ANNE', 'KNOX', '30 MAIN ROAD', '', '3257', 'UNDERBERG', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('477', '426', 'f', NULL, 'Joleane', 'Marais', 'President street', '', '9810', 'Reitz', 'Freestate', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('478', '426', 'f', NULL, 'joleane', 'marais', 'posbus 758', '', '9810', 'reitz', 'freestate', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('479', '427', 'f', NULL, 'Ria', 'Scholtz', '47 Riebeecksirkel', 'Meersig', '9000', 'Walvisbaai', 'West', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('480', '428', 'f', NULL, 'Sydney', 'Knoesen', '118 van Buuren Road', 'Bedfordview', '2007', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('481', '429', 'f', NULL, 'Shirley', 'Munro', '75 Green Street', 'Witfield', '1620', 'Boksburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('482', '430', 'f', NULL, 'Theo Heydenreich (Theonie)', 'Beadz @ Home', 'Blackwoodstr.16', 'Bellville', '7579', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('483', '431', 'f', NULL, 'Ansie', 'Meyer', 'Tambotie straat 20', 'KINROSS', '2270', 'kinross', 'MPUMALANGA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('484', '432', 'f', NULL, 'Dina Betts Blue Raindrops cc', 'Gifts & Collectables/ T/A Blue R', '11A SEADOONE MALL SEADOONE ROAD', 'AMANZIMTOTI', '4141', 'DURBAN', 'KWA ZULU NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('485', '433', 'f', NULL, 'Cali', 'Craft', '18 Froneman Street', 'Rowallan Park', '6025', 'Port Elizabeth', 'East Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('486', '434', 'f', NULL, 'Hantie', 'van der Westhuizen', '14 Piet Uys Str', '', '6300', 'Humansdorp', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('487', '434', 'f', NULL, 'Hantie', 'vd Westhuizen', 'P O Box 359', '', '6312', 'St Francis Bay', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('488', '432', 'f', NULL, 'Dina', 'Betts', 'P.O.BOX 41', 'SEADOONE', '4141', 'DURBAN', 'K.Z.N', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('489', '435', 'f', NULL, 'Sebolelo', 'Makoanyane', '23 Amari Heights', '44 Kouga Street', 'inchester', '2091', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('490', '436', 'f', NULL, 'Heidie', 'Joannides', '116 Dewlish Ave', 'Dinwiddie', '1401', 'Germiston', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('491', '437', 'f', NULL, 'Louise & Basie Fourie', 'Karlin\'e Gifts & Coffee Shoppe', '65 Voortrekker Street', 'Brandfort', '9400', 'Brandfort', 'Free state', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('492', '438', 'f', NULL, 'Sharon', 'Oberholzer', '113 Caroline Street', 'Brixton', '2091', 'Johannesburg', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('493', '439', 'f', NULL, 'Cathy', 'Melvin', '50 Hurd Street', 'Newton Park', '6045', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('494', '440', 'f', NULL, 'Lee', 'Matthysen', '12 Florence Avenue', 'Bedfordview', '2008', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('495', '441', 'f', NULL, 'Nishi', 'Manuel', '1 Slaone Square', 'Glenwood', '4001', 'Durban', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('496', '442', 'f', NULL, 'MILDA', 'OOSTHUIZEN', 'FITZGERALDSTR 63', 'BELFAST', '1100', 'BELFAST', 'MPUMALANGA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('497', '443', 'f', NULL, 'Yvette', 'Grenfell', '56 Beacon Street', 'Lambton', '1414', 'Germiston', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('498', '444', 'f', NULL, 'Susan', 'Wright', '53 Webb Street', 'Brackenhurst', '1448', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('499', '445', 'f', NULL, 'Belinda', 'Hammond', '14 Brownstreet', 'Cason', '1459', 'Boksburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('500', '446', 'f', NULL, 'Rentia', 'Hundt', 'P O BOX 555', 'WALVIS BAY', '9000', 'WALVIS BAY', 'NAMIBIA', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('501', '447', 'f', NULL, 'Sulette Norval', 'Die Krale Nessie', '117A Von Bachstromstreet', 'Modimolle', '0510', 'Modimolle', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('502', '448', 'f', NULL, 'Nicolette', 'Kapp', '36 DR HF Verwoerd street', '', '2351', 'Ermelo', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('503', '449', 'f', NULL, 'Beryl', 'Coetzee', '33 Southey Street', '', '6139', 'GRAHAMSTOWN', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('504', '450', 'f', NULL, 'Anneke', 'Raines', '322 Thys Boonzaaier Ave', 'North Bay', '7395', 'Saldanha', 'Western Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('505', '451', 'f', NULL, 'Mari', 'Steenkamp', '84 Hansvan Rensburg & Thabombeki', 'Polokwane', '0700', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('506', '451', 'f', NULL, 'mari', 'steenkamp', 'fnb cnr landros maree84 & thabo mbeki str', 'polokwane', '0700', 'polokwane', 'limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('507', '452', 'f', NULL, 'Valarie', 'Garber', '755 Negende Laan', '', '0000000', 'Okahandja', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('508', '453', 'm', NULL, 'GERD', 'VOGL', 'MOWEN STR.28', 'VINETA', '9000', 'Swakopmund', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('509', '454', 'f', NULL, 'Joy', 'Fisher', '19 Rooikrans Avenue', 'Grassy Park', '7941', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('510', '455', 'f', NULL, 'SHIRLEY BOTHA', 'OVER THE MOON COFFEE SHOP', '10 piet retief str', 'burgersdorp', '09744', 'BURGERSDORP', 'EASTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('511', '456', 'f', NULL, 'Celize', 'Roos', '4 Kopmans Flats', 'Vryheid', '3100', 'Vryheid', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('512', '457', 'f', NULL, 'Belinda', 'Niemandt', '90 Van Graan Str', 'Casseldale', '1560', 'Springs', 'Johannesburg', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('513', '458', 'f', NULL, 'Ronelle', 'Fourie', '5 Hedge Street', 'Knysna', '6571', 'Knysna', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('514', '459', 'f', NULL, 'Nnicole', 'Peden', 'Plot 86', '', '2211', 'Eloff', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('515', '460', 'f', NULL, 'Ronel', 'Du Preez', 'Carel de Wet 9', 'Brits', '0250', 'Brits', 'Northwest', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('516', '461', 'f', NULL, 'Emmerentia', 'Mitton', '14 Inkusi', 'Allanrige', '9490', 'Allanrige', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('517', '462', 'f', NULL, 'Sharon', 'Jacobs', 'Plot 314- 6 th Ave', 'Bredell', '1623', 'Kempton Park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('518', '463', 'f', NULL, 'Monica', 'Brites', 'Av.ho-chi-min 22', '', '0000', 'Maputo', 'Mozambique', '145', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('519', '464', 'f', NULL, 'Ina', 'Hattingh', 'Kooperasielaan 74', 'Brits', '0250', 'Brits', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('520', '465', 'f', NULL, 'Elaine', 'Hobson', 'Pinekloof', '', '9745', 'Ladybrand', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('521', '466', 'f', NULL, 'Tracy', 'Hattingh', '45 Doornkraal St', 'Ladanna', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('522', '467', 'f', NULL, 'Penelope', 'Andrews', '324 Percheron Road', 'Beaulieu Estate', '1684', 'Kyalami', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('523', '468', 'f', NULL, 'ALMARIE', 'BARKHUIZEN', '20 BUTTERMERE DRIVE', 'POLOKWANE', '0699', 'POLOKWANE', 'LIMPOPO', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('524', '469', 'f', NULL, 'ANNALIE', 'PEARCE', '30 ALBERTYN STREET', 'La Hoff', '2571', 'KLERKSDORP', 'NW', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('525', '470', 'f', NULL, 'Lorraine', 'Evans', '209 Risi Avenue', 'Linmeyer', '2190', 'JHB', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('526', '471', 'f', NULL, 'Marilu', 'Gow', '1028 Moodie Street', 'Roodepoort', '1719', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('527', '472', 'f', NULL, 'Magda', 'Sprong', '54 Lombarstreet', 'Vaalpark', '1947', 'Sasolburg', 'Freestate', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('528', '473', 'f', NULL, 'Joey', 'Roberts-York', '8 Reedbok Street', 'Tzaneen', '0850', 'Tzaneen', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('529', '447', 'f', NULL, 'Sulette', 'Norval', 'Box 4348', 'Modimolle', '0510', 'Modimolle', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('530', '474', 'f', NULL, 'Heather Kidson & Sonia May', 'The Heat\'son', '266/1 Henley Drive', 'Henley on klip', '1962', 'Midvaal', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('531', '475', 'f', NULL, 'Jolene', 'Van Der Walt', '12 Rhebok street', 'Lime Acres', '8410', 'Lime Acres', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('532', '476', 'f', NULL, 'Liz', 'van der Merwe', '77 Ruby Gailey Drive', '', '3370', 'LADYSMITH', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('533', '477', 'f', NULL, 'Jacqui    JAX', 'Mortimer', '28 David dr', 'Waterfall 1', '3652', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('534', '477', 'f', NULL, 'Jax', 'Mortimer', 'PO Box 813', 'Link Hills', '3652', 'Durban', 'Kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('535', '478', 'f', NULL, 'Gene', 'Jonker', '15 Madison square Steyn street', '', '7140', 'Strand', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('536', '478', 'f', NULL, 'Gene', 'Jonker', 'Post Net suit 188 Private bag x15', 'Somerset west', '7129', 'Somerset West', 'Western cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('537', '479', 'f', NULL, 'GRIETJIE VAN NIEKERK', 'J BAY BEADS', 'Da Gamastraat 12', '', '6330', 'Jeffreysbaai', 'EC', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('538', '480', 'f', NULL, 'HILDA', 'GREEN', 'UNIT 198, SETTLES PARK RETIREMENT VILLAGE', 'PORT ALFRED', '6170', 'PORT ALFRED', 'EASTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('539', '481', 'f', NULL, 'Caron', 'Mackenzie', '13 Elizabeth Avenue', 'kloof', '3610', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('540', '472', 'f', NULL, 'Magda', 'Sprong', 'P.O. Box 62488', 'Vaalpark', '1948', 'Sasolburg', 'Freestate', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('541', '482', 'f', NULL, 'Marietjie', 'Burger', 'CHUNE AVENUENO 27 B', 'PENINA PARK', '0699', 'POLOKWANE', 'LIMPOPO', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('542', '483', 'f', NULL, 'Lynette', 'Kleynhans', '1 Mona Street', 'Model Park', '1035', 'Witbank', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('543', '484', 'f', NULL, 'Hannetjie', 'Smith', '19 Turnstone street', 'Dewetshof', '2198', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('544', '484', 'f', NULL, 'Johanna', 'Smith', '9 Summit Road', 'Dunkeld West', '2196', 'Johannesburg', 'Gauteng', '194', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('545', '484', 'f', NULL, 'JOHANNA', 'SMITH', '9 SUMMIT ROAD', 'DUNKELD WEST', '2196', 'JOHANNESBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('546', '485', 'f', NULL, 'ANNE VERMEULEN', 'SCRAP CRAZEE', 'MEYERSDAL MALL CNR HENNIE ALBERTS & MICHELLE AVE', 'MEYERSDAL', '1448', 'ALBERTON', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('547', '486', 'f', NULL, 'LUISA GATTESCO', 'THE SCRAP BOX', 'SHOP 27 BRACKEN GARDENS CENTRE CNR HENNIE ALBERTS & DEPHELINIU', 'BRACKENHURST', '1448', 'ALBERTON', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('548', '487', 'f', NULL, 'JUDY & SHANE WAGNAAR', 'BUSY BEADS', 'shop 3 JACQUILINE MALL CNR JACQUELINE & VENTER STS', 'RANDHEART', '1449', 'ALBERTON', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('549', '488', 'f', NULL, 'Gail', 'Bouwer', '26 Willlemse St', '', '3370', 'LADYSMITH', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('550', '489', 'm', NULL, 'Raffick', 'Ali', '121 Philips Str', 'Estcourt', '3310', 'Estcourt', 'K.Z. Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('551', '490', 'f', NULL, 'CONNIE', 'MULLER', 'P O BOX 53318', 'TROYEVILLE', '2139', 'JOHANNESBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('552', '491', 'f', NULL, 'Sashnie', 'Maganbeharie', '80 Muniredy rd', 'Northdale', '3201', 'Pietermaritzburg', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('553', '430', 'f', NULL, 'Theo', 'Heydenreich', 'P O Box 211', 'kuilsriver', '7579', 'Bellville', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('554', '492', 'f', NULL, 'SUE & PETER HUMAN', 'ATMOSPHERE CRAFTS', 'PICKERING ST BETWEEN 4TH & 5TH', 'P O BOX 27823 GREENACRES', '6057', 'PORT ELIZABETH', 'EASTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('555', '493', 'f', NULL, 'ELSABE / TINUS FOURIE', 'HOBBYLIX', 'fountain st 51 - Box 230', 'Bothaville', '9660', 'bothaville', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('556', '494', 'm', NULL, 'NICK STOBART', 'NICK\'S ART', '1 SCOTT STREET', 'PORT SHEPSTONE', '4240', 'Port Shepstone', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('557', '495', 'f', NULL, 'Christine', 'Steyn', 'Arnoldus Pannevis 2', 'Duvhapark', '1035', 'Witbank', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('558', '496', 'f', NULL, 'Chantal', 'Els', '4 Mabel Mount; 550 Marine Drive', 'Bluff; Durban', '4052', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('559', '497', 'f', NULL, 'Susan', 'Kuhn', '1 Ukhula rd', 'Empangeni', '3880', 'Empangeni', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('560', '498', 'f', NULL, 'Alta', 'Nolte', 'Danie Theronstr 30', '', '1911', 'Vanderbijlpark', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('561', '499', 'f', NULL, 'Coleen Williams', 'Marmalade Moon Interior Decorato', 'Casterbridge Centre', 'White River', '1240', 'Nelspruit', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('562', '500', 'f', NULL, 'Angelique', 'Kemp', '4 Bear Park', '', '2090', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('563', '501', 'f', NULL, 'Muriel Falconer & Valerie', 'Creative Corner White River', 'HOUSE NO 1 FARM SUKKEL VERGENOEG RD', 'P O BOX 1657', '1240', 'WHITE RIVER', 'MPUMALANGA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('564', '502', 'f', NULL, 'Diane Smit / ESTATE AGENT', 'Fanatical Fantasies', 'Caray House 4 8th street,', 'Springs', '1559', 'Springs', 'Guateng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('565', '503', 'f', NULL, 'Roux', 'Marliese', '10 Besembos street', 'West Acres', '1200', 'NELSPRUIT', 'Mpumulanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('566', '504', 'f', NULL, 'SANDY SMITHERS', 'BEADS & ALL', '86 STELLA ST', 'VRYBURG', '8601', 'KIMBERLEY', 'NORTHERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('567', '505', 'f', NULL, 'SCA', 'van der Westhuizen', '977 Zeerust street', 'Faerie Glen', '0081', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('568', '506', 'f', NULL, 'Anne', 'Penhaligon', '32 Craven Rd', 'The Reeds', '0157', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('569', '507', 'f', NULL, 'Lucile', 'Zeelie', '17 Janley Gardens', 'Enfulenu Rylaan', '1911', 'Vanderbijlpark', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('570', '508', 'f', NULL, 'Trinity', 'Coryell', '2101 Jennifer Court', '', '46131', 'Franklin', '', '223', '24');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('571', '509', 'f', NULL, 'Zelda', 'Van Niekerk', '3 Joubert street', 'Central', '5319', 'Queenstown', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('572', '510', 'f', NULL, 'Betsie & Daphnie Muirhead', 'Vision Coffee & Craft Shop', '44 Second Ave Alberton North', 'P O Box 136086', 'Alberton N', '1456', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('573', '511', 'f', NULL, 'Leonore Piek', 'Konore\' Arts & Crafts', 'River Square Shopping Centre', 'Three Rivers', '1939', 'Vereeniging', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('574', '512', 'f', NULL, 'Ina Zeeman', 'Fantasia Scrapbook Gifts & Craft', 'Christian Village Centre Old Main Rd', 'Hillcrest', '3610', 'Pinetown', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('575', '177', 'f', NULL, 'Eileen', 'Campodonico', '111 Circular Drive', 'Charlo', '6070', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('576', '513', 'm', NULL, 'Carol Baillon', 'Arti Crafts', 'Kloof Village Mall Village RdV', 'Kloof', '3610', 'Durban', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('577', '514', 'f', NULL, 'Tiana', 'Burger', 'Suite 673', 'Privatebag x01', 'Honeydew', 'Johannesburg', '2040', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('578', '515', 'f', NULL, 'Karline Potgieter', 'Beading Insperation', 'Benathie Centrim Long Spur', 'Thabazimbi', '0380', 'Thabazimbi', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('579', '516', 'f', NULL, 'Denise', 'Kelly', '57 Honeysuckle', 'Veldenvlei', '3900', 'Richards Bay', 'Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('580', '517', 'm', NULL, 'Bennie van der Berg', 'Frankfort Skryfbehoefters', 'Brandstraat 55', 'Frankfort', '9830', 'Frankfort', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('581', '518', 'f', NULL, 'Gillian Gary Campbel-MC Kay', 'Bloem Stationery Ithuteng', '4 Preller Square Dan Pienaar', 'Bloemfontein', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('582', '519', 'm', NULL, 'Wouter Klopper', 'Kloppers Hardware', 'Loch Logan Waterfrount', 'Bloemfontein', '9300', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('583', '520', 'f', NULL, 'Marina & Norman Reinach', 'NMR Stationery', 'Voortrekker ST', 'Ladybrand', '9745', 'Ladybrand', 'Free STATE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('584', '521', 'f', NULL, 'Debbie', 'Taylor', '7 Van Coller Avenue', '', '5320', 'Queenstown', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('585', '522', 'f', NULL, 'Michelle', 'Nelson', '3 Springbok Rd', 'Observation Hill', '3370', 'Ladysmith', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('586', '523', 'f', NULL, 'Sonja', 'Stafford-Northcote', '9 Mozart Street', 'Vorna Valley', '1685', 'Midrand', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('587', '524', 'f', NULL, 'Melissa', 'Vermeulen', '13B Blue Mountain Bay', 'Radar Road', '7441', 'West Beach', 'Cape Town', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('588', '525', 'f', NULL, 'Veronica', 'Cornelius', '29 Kershaw str', 'Dan Pienaarville', '1740', 'Krugersdorp', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('589', '526', 'f', NULL, 'Corila Nel & Ina Venter', 'Dream-J Beads', 'Winkel 15 Kays Berry Richterweg', 'Fleurdal', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('590', '527', 'f', NULL, 'Lizelle Mattig', 'L & P Stationery & Art', 'Eerste Straat', 'Westdene', '9301', 'Bloemfontein', '9301', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('591', '528', 'f', NULL, 'Maritjie Kirsten', 'Just 4 U Arts & Crafts', 'P O BOX 1350', 'Kroonstad', '9500', 'Kroonstad', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('592', '529', 'f', NULL, 'Theo & Helenet van Tonder', 'Bernina Bloemfontein', 'S10 Collage Square Mandela Drive', 'Brandwag', '9301', 'Bloemfomtein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('593', '530', 'f', NULL, 'Marlene van Der Merwe', 'Smarti Box', 's4 Spur Centre Long Rd', 'Welkom', '9459', 'Welkom', 'Free Statr', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('594', '531', 'f', NULL, 'Jane', 'Ball', '91 Vista Drive', 'Glenvista', '2091', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('595', '532', 'f', NULL, 'Webb  Martie', 'Splendour Sewing', '@the Shop-335 Long Rd Box 2108', 'Welkom', '9460', 'Welkom', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('596', '533', 'f', NULL, 'Antonette Prinsloo', 'Buzy Handz Bead & Bear Shop', 'Botha st 20', 'Kroonstad', '9499', 'Kroonstad', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('597', '534', 'f', NULL, 'Yolande Venter', '@ Office World /Kimcorp 1200', 'Victorian Square 2nd Ave Westdene', 'Bloemfontein', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('598', '535', 'f', NULL, 'Ria Oberholzer', '@ Office World 2 /R & C Traders', '11 Waterworks St', 'Kimberley', '8301', 'Kimberley', 'Nothern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1204', '1089', 'f', NULL, 'Lizette', 'Newton', 'House no 9', 'Letaba estate', '0885', 'Tzaneen', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1205', '1090', 'f', NULL, 'Mirna', 'du Toit', '18 Second Avenue', 'Parow', '7500', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('600', '537', 'm', NULL, 'Brett Cooper', 'Butterflies for Africa', 'Willowton Rd', 'Ptetermaritzburg', '3201', 'Pietermaritzburg', 'KWAZULU-NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('602', '539', 'f', NULL, 'Belinda & Marcell Nothnagel', 'Stripey Hen & Co/Abba Toerusting', 'S 1 Spur Complex Reitz St', 'Kroonstad', '9499', 'Kroonstad', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('603', '540', 'f', NULL, 'Martie & Johan Coetzer', 'J M C Wholesale Beads', '61 Aliwal St', 'Bloemfontein', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('604', '541', 'f', NULL, 'Magda Baker', 'The Orange Gecco', '33 Piet Retief St', 'Harrismith', '9880', 'Harrysmith', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('605', '542', 'f', NULL, 'Hettie Osmond', 'Bernina Welkom/ Wingrey stores', 'Shop 34 Liberty Centre', 'Welkom', '9459', 'Welkom', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('606', '543', 'f', NULL, 'Christell Janneman', 'Scrapbook Cafe', '23 Eddie De Beer St', 'Dan Pienaar', '9310', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('607', '544', 'f', NULL, 'Kim Colvin', 'Green Zebra', '197 Vernessa St', 'Buccleuch 2090', '2066', 'Bramley', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('608', '545', 'f', NULL, 'Delecia', '@ Offics World Potch 3', 'main st????', 'Potchefstroom', '2531', 'Potchefstroom', 'NORTH WEST', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('609', '546', 'f', NULL, 'Matilda & Peter Erasmus', 'Bernina Flora Centre/Matties sew', 'Flora Centre Ontdekkers Rd', 'Florida', '1709', 'Florida', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('610', '547', 'f', NULL, 'Ralph Thornby', 'Stitch Witch', 'shop L36 Cresta S Centre Cnr D F Malan Drive', 'Walterfreden Rd', '2195', 'Blackheath', 'Johannesburg', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('611', '548', 'f', NULL, 'Rita Cloete', 'Ellna Naaldwerk sentrum/Home Pro', 'Shop 21 P n\' Pay Sentrum', 'Carletonville', '2499', 'Carletonville', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('612', '549', 'f', NULL, 'Salome', 'Snyders', '106 Dickens Ave', 'Golfpark', '2620', 'Orkney', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('613', '550', 'f', NULL, 'Susan Visser', 'Elna Strubens Valley', '9 Strubens Valley S Centre Fredenharry Rd', 'Strubens Valley', '1724', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('614', '551', 'f', NULL, 'Rina & Paul Rheeders', 'Pfaff & Singer Randburg', 'S 16 Trustbank Centre 318 Old Oak Ave', 'Randburg', '2194', 'Randburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('615', '552', 'f', NULL, 'Marianne Schoeman', 'Bernina 3 Rivers', 'Nile Raylaan s 4b Int4 River Square s Centre', 'Drie Riviere', '1939', 'Vereeniging', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('616', '553', 'f', NULL, 'Moodley Sarojini', 'Sew So Special', 's 30 Fields S Centre 13 Old Main Rd', 'Kloof', '3610', 'Kloof', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('617', '554', 'f', NULL, 'Rose Rosewood', 'Rosewood Embroidery Shop', 'P O BOX 676', 'Howick', '3290', 'Howick', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('618', '555', 'f', NULL, 'Nicky', 'Missing', '24 Westerkim Rd', 'Schoongezicht', '7550', 'Durbanville', 'Cape Town', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('619', '556', 'f', NULL, 'Conrad J Dauth', 'Bernina Pretoria North', 'Michael Brink St Gizina Gallaries Shop 9', 'Gizina', 'Pretoria', '0084', 'Twsanie', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('620', '557', 'f', NULL, 'Liz', 'van der Merwe', '77 Ruby Gailey Drive', '', '3370', 'LADYSMITH', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('621', '558', 'f', NULL, 'SHELLEY', 'WOOD', '45 Nicholson rd', 'Sunward Park', '1459', 'Boksburg', 'Guateng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('622', '559', 'f', NULL, 'Liz', 'van der Merwe', '77 Ruby Gailey Drive', '', '3370', 'LADYSMITH', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('623', '560', 'f', NULL, 'Lynette', 'Vajeth', 'Robin', 'Midrand', '1686', 'JhB', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('624', '561', 'f', NULL, 'Lauren/ Dep of Trade & Industry', 'The Hope Factory', 'P O Box 12001', 'Centrahil', '6006', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('625', '562', 'f', NULL, 'Madelaine', 'Kruger', 'mmmmm', 'mmmm', '6520', 'Hartenbos', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('626', '563', 'f', NULL, 'Sally', 'Wright', '38 Pendarves road', '', 'Tr11 2tp', 'Falmouth', 'Cornwall', '222', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('627', '564', 'f', NULL, 'Ronel', 'Botes', 'Soop 1 Cnr. Marx & Potgieter st.', 'Bela-Bela', '0480', 'Bela-Bela', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('628', '565', 'f', NULL, 'Mags', 'Norris', '9 Chemin des Cerisiers', '', '1740', 'Neyruz', '', '204', '110');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('629', '566', 'f', NULL, 'PREVINA', 'GOPAUL', '13 Fairlight Road', 'Malvern, Queensburgh', '4093', 'Durban', 'NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('630', '567', 'm', NULL, 'Magda', 'Bultfontein Boekwinkle', 'Pres Swartstraat Box 161', 'Bultfontein', '9670', 'Bultfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('631', '568', 'f', NULL, 'Lizette van Heerden', 'Kasttekraal', 'Cas Naartenstreet 4', 'Sonlandpark Vereeniging', '1939', 'Van Der Bijl', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('632', '569', 'f', NULL, 'Riindie & Catherina', 'Marx', 'Rietfontein 22 / Box Pietersburg', 'Pietersburg', '0700', 'Pietersburg', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('633', '570', 'f', NULL, 'Lorraine Craill', 'Scrappin Fun', '52 Springfield Kuschke St', 'Sasolburg', '1947', 'Sasolburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1366', '1237', 'f', NULL, 'Ane', 'Swanepoel', 'Rockwood str 4', 'Secunda', '2302', 'Secunda', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('635', '572', 'f', NULL, 'Helene', 'Blacquiere', 'Plot 26', 'Elandsdrift', '0000', 'Lanseria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('636', '573', 'f', NULL, 'Es De Swardt', 'Scrapbook ave / Bead Basket 2', 'Rodseth Crescent', 'Eshowe', '3815', 'Richards Bay', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('637', '574', 'f', NULL, 'Elma Du Plessis', 'Beads Galore', '8 Toerien ST SW 5', 'Vanderbailpark', '1900', 'vanderbijlpark', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('638', '575', 'f', NULL, 'Lorreine Askew', 'African Beads Taisels & Trim', '14 Botha Rd/ Box 13514', 'Vincent Cape', '5214', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('639', '576', 'f', NULL, 'Amanda & William Sandilands', 'Reality Beads / Reality Shockers', 'P O BOX 2333', 'Zwaveldpoort', '0036', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('640', '577', 'f', NULL, 'De Oliviera Jacquie & Joe', 'Dees Art Glass Silver', '3 Dale Lace Ave /Box 2014', 'Randpark Ridge', '2156', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('641', '578', 'f', NULL, 'Anna Von Coller & Carina', 'Vermeulen', '17 Smit St', 'Elsburg', '1428', 'Germiston', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('643', '580', 'f', NULL, 'Elna & Thys', 'Pienaar', 'Carinhof no 1 Pierrie van Rynveld', 'Pretoria', '0045', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('644', '581', 'f', NULL, 'Ilse', 'Spies', '3 Delta Road', 'Beacon Bay', '5241', 'East-London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('645', '582', 'f', NULL, 'Amanda Potgieter', 'Funky Crafts', '20 Springbok Single / box 1630', 'Kriel', '2271', 'Kriel', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('646', '583', 'f', NULL, 'Olga', 'Brandt', 'P O Box 1747', 'Nigel', '1490', 'Nigel', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('648', '585', 'f', NULL, 'Annemie', 'Du Preez', 'PO Box 11401', 'Tiegerpoort', '0056', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('649', '586', 'f', NULL, 'Annalee & Andrew Rosslee', 'The Jelly Bead', '1 Jadrico Hof Prince vencint George P O Box 5032', 'George South', '6529', 'George South', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('650', '587', 'f', NULL, 'Magda', 'van der Westhuizen', '54 Charles Mowat Road', 'Montclair', '4004', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('651', '565', 'f', NULL, 'Ina', 'Niehaus', '23 Martha Street', 'Kloofendal x 3', '1709', 'Florida', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('652', '588', 'f', NULL, 'Sumadri', 'Malan', '5th Avenue', 'Keetmanshoop', 'Namibia', 'Keetmanshoop', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('653', '589', 'f', NULL, 'Aletta van Heerden', 'Alet Bead Shop', 'PO Box 6259', 'Lydenburg', '1120', 'Lydenburg', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('654', '590', 'f', NULL, 'Lettie', 'Botha', '19 Cluver Crescent', 'Fynnland', '4052', 'Durban', 'KwaZulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('655', '591', 'f', NULL, 'Lien', 'Bronkhorst', 'Geelhoutlaan 32', 'Miederpark', '2531', 'Potchefstroom', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('656', '592', 'f', NULL, 'Cornelia Beukes', 'Lilia\'J Fabrics & Decor', 'Beyers Naude St 10c /Box 227', 'Standerton', '2430', 'Standerton', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('657', '593', 'f', NULL, 'LIZELLE', 'BASSON', '14 YALE ROAD', 'BLUEWATER BAY', '6210', 'PORT ELIZABETH', 'PORT ELIZABETH', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('658', '594', 'f', NULL, 'MAGDA', 'OPPERMAN', 'Cradock Ave. 2', 'Eldoraigne', '0157', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('659', '595', 'f', NULL, 'Chrissie', 'Oosthuizen', 'Llydenburg', 'Lydenburg', '1120', 'Lydenburg', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('660', '596', 'f', NULL, 'Jean', 'Breedt', '7 Rainbird Place', 'Gonubie', '5257', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('661', '597', 'f', NULL, 'Mary Mccourt', 'Hillcrest Wool & Weave', 'Shop 23A Richmond Village Centreah', '59 Old Main Rd Hillcrest', '3610', 'Pinetown', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('662', '598', 'f', NULL, 'Hazel Blomlamp', 'The Blue Door/ Daaft Desig', '20 Fairfield Ave Scottsville', 'Pietermaritzburg', '3201', 'Pietermaritzburg', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('663', '599', 'f', NULL, 'Anne Campbell & Bernice', 'The Nook / Bellamoon', 'shop 2 Hayfields Mall Blackburrow Rd', 'Pietermaritzburg', '3201', 'Pietermaritzburg', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('664', '600', 'f', NULL, 'Sharmaine Burton', 'The Carft Company', 'Cascades Shopping Centre Box 13828', 'Cascades', '3202', 'Pietermaritzburg', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('665', '601', 'f', NULL, 'Averil Bird', 'Prints Charming', '128 Midlands Liberte Mall', 'Cascades', '3201', 'Pietermaritzburg', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('666', '602', 'f', NULL, 'Dettmer Shellain', 'Scrapbook Creations Crafts & Cof', 'shop 42 Hayfield Mall', 'Pietermaritzburg', '3201', 'Pietermaritzburg', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('667', '603', 'f', NULL, 'Ajay Maharaj', 'Mica Hardware Ladysmith', '70 Alexandra St', 'Ladysmith', '3370', 'Ladysmith', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('668', '604', 'f', NULL, 'Caroline Uys', 'Fusion Coffee Bar Lavender Craft', '60 Main St Box 139 Lidgetton', 'Howick, Durban', '4001', 'Howick', 'Durban', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('669', '605', 'f', NULL, 'Marianne', 'Stoch', '101 Lawayne Gardens, Regent Rd', 'Sea Point', '8005', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('670', '606', 'f', NULL, 'LYNNETTE', 'BEKKER', 'PO BOX 856', 'CAPE GATE', '7562', 'BRACKENFELL', 'WESTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('671', '607', 'f', NULL, 'Sharon', 'Stander', '11 Mackerel road', 'Beachview', '6070', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('672', '608', 'f', NULL, 'Antonette Kok', 'Valley River Beads', 'P O Box 12446', 'Centurion', '0046', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('673', '609', 'f', NULL, 'Nici', 'Esterhuizen', '7 Korhaan street', 'Flamingo Park', '9459', 'Welkom', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('674', '610', 'f', NULL, 'Alta', 'Kapp', '27 Van Riebeeck Ave', 'Vredendal', '8160', 'Vredendal', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('675', '610', 'f', NULL, 'alta', 'kapp', 'p o box 811', '', '8160', 'vredendal', 'western cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('676', '611', 'f', NULL, 'Christine', 'Gerber', '6 Nancy Street', 'Lorraine', '6070', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('677', '612', 'f', NULL, 'Samantha', 'Van Tonder', '258 Kent Road', 'Meyerspark', '0184', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('678', '607', 'f', NULL, 'sharon', 'stander', 'p o box 3031', 'riebeeck hoogte', '6231', 'uitenhage', 'eastern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('679', '613', 'f', NULL, 'Nella', 'Annandale', '15 Lester Str', 'Brenthurst', '1542', 'Brakpan', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('680', '614', 'f', NULL, 'Desiree', 'Benn', '9 Temlett Street', '', '6139', 'Grahamstown', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('681', '615', 'f', NULL, 'Natasja', 'Maritz', 'Park Hights No. 5, Flat 407, Atom rd', 'Isando', '1600', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('682', '616', 'f', NULL, 'Natasha', 'Steyn', '3 Fulton street', 'CE1', '1911', 'Vanderbijpark', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('683', '617', 'f', NULL, 'Riana & Danie Van Zyl', 'Best Rubber Stamps', '1st floor 67 Port Rd', 'Robertsham', '2091', 'Johannesburg South', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('684', '618', 'f', NULL, 'Sonja', 'Marnewick', '50 Hoyt Crecent', 'Moreleta Ridge', '0044', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('685', '619', 'f', NULL, 'Nicki', 'Sass', 'P O Box 11833', 'Klein Windhoek', '0000', 'Windhoek', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('686', '620', 'f', NULL, 'Juanette', 'Grobbelaar', 'Marne 1', 'Ext 22', '2302', 'Secunda', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('687', '522', 'f', NULL, 'Michelle', 'Nelson', 'P.O.Box 1391', '', '3370', 'Ladysmith', 'KwaZulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('688', '522', 'f', NULL, 'Michelle', 'Nelson', 'P.O.Box 1391', '', '3370', 'Ladysmith', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('689', '621', 'f', NULL, 'Ann Grogan', 'Romantasy Exquisite Corsetry', '??????', '??????', '??????', 'San Fransisco', '', '223', '1');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('690', '622', 'f', NULL, 'Alyssia', 'Dos Santos', '62 Sneddon', 'Orange Grove', '2192', 'JOHANNESBURG', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('691', '623', 'f', NULL, 'Corrie', 'Gallagher', '4 Pinecamp', 'Mtubatuba', '3926', 'Mtubatuba', 'KwaZulu natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('692', '624', 'f', NULL, 'Nazira', 'Bayford', '33 Suurpruim Street', 'Golfview', '2745', 'Mafikeng', 'North West Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('693', '394', 'm', NULL, 'errol', 'theronskie', 'box 167774', 'brackendowns', '1454', 'alberton', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('694', '625', 'f', NULL, 'Kathy', 'O\'Sullivan', '83 Quentin Smythe Rd', 'Kloof', '3610', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('695', '626', 'f', NULL, 'Petra', 'Jonck', '7 Egret street', 'Sedgefield', '6573', 'Sedgefield', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('696', '627', 'f', NULL, 'Diane', 'du Toit', '102 Phillips Street', 'Verwoerdpark', '1453', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('697', '620', 'f', NULL, 'Juanette', 'Grobbelaar', 'P O Box 5900', '', '2302', 'Secunda', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('698', '628', 'f', NULL, 'Gillian Preller & Laura geerlin', 'A Bead or 2', '6 Titian Rd', 'Walmer Heights', '6070', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('699', '629', 'm', NULL, 'Otto Jeppe', 'Kalahari Gift Shop', 'cnr Beare & Voortrekker sts Box 11', 'Kuruman', '8460', 'Kuruman', 'N/CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('700', '630', 'f', NULL, 'Kathleen O\'Hanlon', 'TKC Services/ Top Soil', 'PLOT 32 Old Klipriverstation 21', 'Eikenhof', '1872', 'Meyerton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('701', '631', 'f', NULL, 'Elizabeth', 'Milburn', 'PLOT 381 Bronbergvlei estate Box 1582', 'Fairie Glen', 'Pretoria', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('702', '632', 'f', NULL, 'Colleen Nauder', 'CN PROCESSING', 'P O Box 1747', 'Southdale', '2135', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('703', '633', 'f', NULL, 'Leonie', 'Powell', 'P O  Box 21538', 'RICHARDS BAY', '3900', 'RICHARDS BAY', 'KWAZULU NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('704', '634', 'f', NULL, 'Cindy', 'Freedman', '7 Berry Street', 'Oakdene', '2190', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('705', '635', 'f', NULL, 'Alta', 'Saaiman', 'Amanxala Farm', 'Private Bag X81', '1340', 'KOMATAIPOORT', 'MPUMALANGA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('706', '636', 'f', NULL, 'Anette Marx', 'Lavender Moon Quilters/Elna Sewi', '1 Wellington St /Box 893', 'George', '6530', 'George', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('707', '637', 'f', NULL, 'Shannon', 'Zerle (Williams)', '15 Holzgen St', 'Brackenhurst', '1401', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('708', '638', 'f', NULL, 'Rika', 'Esmeraldo', '614 Egret st', 'Kirkney', '0182', 'Pretoria-North', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('709', '639', 'f', NULL, 'Rika', 'Esmeraldo (work)', '614 Egret St', 'Kirkney ext 5', '0182', 'Pretoria-north', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('710', '640', 'f', NULL, 'Karen', 'Vermaark', '13 Aloe Garden', 'Egerton St', '3370', 'Ladysmith', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('711', '641', 'f', NULL, 'Marie', 'Schnetler', 'P.O. Box 2670', '', '0700', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('712', '642', 'f', NULL, 'Antoinette', 'Minnaar', '31 Old Main Road', 'Ashburton', '3200', 'Pietermaritzburg', 'south africa', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('713', '643', 'f', NULL, 'Antoinette', 'Minnaar', '31 Old Main Road', 'Ashburton', '3200', 'Pietermaritzburg', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('714', '644', 'f', NULL, 'Laureth', 'Van Der Merwe', 'c/o Lang & Shool Str', '', '7380', 'Vredenburg', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('715', '644', 'f', NULL, 'Beads & Biltong', 'Van Der Merwe', 'c/o Lang & School str', '', '7380', 'Vredenburg', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('716', '645', 'f', NULL, 'Salome', 'Truter', 'Ajax 34', 'olympus', '0043', 'Pretoria', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('717', '646', 'f', NULL, 'Orcilla & Geradt Lamprecht', 'Property Perfect', '107 Trezona Avenue', 'Mindalore', '1739', 'Krugersdorp', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('718', '647', 'f', NULL, 'Colleen', 'Nel', '440 Kingsway', 'Amanzimtoti', '4125', 'Aamanzimtoti', 'Kwazulu Natal', '145', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('719', '648', 'f', NULL, 'Phillipa Dayson', 'The Scrapbook Nook', 'P O Box 40134', 'Walmer', '6065', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('720', '649', 'f', NULL, 'Charmaine', 'Van Niekerk', '19 Van Riebeeck Street', 'Gerdview', '1401', 'Primrose', 'Johannesburg', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('721', '650', 'f', NULL, 'Cindy Cowley', 'Bernina Strubensvally', '34 Hackney Crescent', 'Greenhills', '1759', 'Randfontein', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('722', '651', 'f', NULL, 'Wanda', 'Greeff', '66 Peter Becker Str.', 'Duvah Park', '1040', 'Witbank', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('723', '652', 'f', NULL, 'Van Huysssteen', 'Annemarie', 'Posbus 420', 'Koningsdal', '9520', 'viljoenskroon', 'Freestate', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('724', '653', 'f', NULL, 'Lene\'', 'Smit', '19 Scorpio Road', '', '7380', 'Vredenburg', 'Cantabria', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('725', '654', 'f', NULL, 'Fezeka', 'Mtshengy', '72 Elliot Street', 'Kokstad', '4700', 'Kokstad', 'Kwa-Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('726', '655', 'f', NULL, 'Manisha', 'Parbhoo', '28 Sandown Lodge, 142 Rivonia Road', 'Sandown', '2196', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('727', '656', 'f', NULL, 'RENE', 'SPENCER', '4th FLOOR PALM GROVE GROVE CITY CORNER LOUIS BOTHA AND OSBORNE R', 'ORANGE GROVE', '2196', 'JOHANNEBURG', 'JOHANNESBURG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('728', '657', 'f', NULL, 'Michelle', 'Subrayen', 'P O Box 100', 'Uitenhage', '6230', 'Uitenhage', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1177', '1066', 'f', NULL, 'Christien', 'Briel', 'P.O. Box 20008', 'Willows', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('730', '659', 'f', NULL, 'Belinda', 'Meyer', '9 Jasmay Place', 'Nahoon Valley', '5241', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('731', '660', 'f', NULL, 'Jo-Ann', 'Meiring', 'Flat 66', 'Kirkwood Prison', '6120', 'Kirkwood', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('732', '661', 'f', NULL, 'Ronel', 'Schoeman', '193 Utrecht Street', '', '3100', 'Vryheid', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('733', '662', 'f', NULL, 'Alzana', 'Engelbrecht', '11 Tarpon Crescent', '', '4450', 'Blythedale Beach', 'Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('734', '663', 'f', NULL, 'Zani', 'Van Zyl', 'Disalaan 41', '', '8800', 'Upington', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('735', '664', 'f', NULL, 'Henna', 'De Jager', 'Die Sirkel 11', 'Bendorpark', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('736', '57', 'f', NULL, 'SHARON_ANN', 'ZeTheron', 'ghfffkhjh', 'ghghffgdghd', '1448', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('737', '665', 'f', NULL, 'Beetge Peggy', 'The Bead Queen', 'P.O. Box 429', 'Vryheid', '3100', 'Vryheid', 'KwaZulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('738', '666', 'f', NULL, 'Leonie', 'Beer', 'Nr 8 Sunbird Est', '', '7357', 'Langebaan', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('739', '667', 'f', NULL, 'Noelene', 'Botha', 'PO Box 31286', 'Superbia', '0759', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('740', '668', 'f', NULL, 'Angelique', 'Watters', '10 Boyer Street', 'Ngodwana', '1209', 'Ngodwana 1209', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('741', '669', 'f', NULL, 'Martie', 'Garside', '10 Parkes Road', 'Selection Park', '1559', 'Springs', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('742', '670', 'f', NULL, 'OTTO ESME', 'FUNKY BEADS', 'shop no 6a Marine Drive', 'Permanant Building Uvongo', '4270', 'Margate', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('743', '671', 'f', NULL, 'Alba', 'Du Preez', 'P O Box 626', 'George', '6530', 'George', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('744', '672', 'f', NULL, 'CORNE', 'Steyn', 'Honeyball str 9', 'Se 2', '1911', 'Vanderbijlpark', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('745', '176', 'f', NULL, 'antoinette', 'hardy', 'Klavierstraat 15', 'sunward park', '1470', 'boksburg', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('746', '237', 'f', NULL, 'Charmaine', 'Weyer', 'P O Box 1042', 'Gonubie', '5256', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('748', '674', 'f', NULL, 'KARIN', 'MULLER', '70 SURREY ST.', 'GOODWOOD', '7460', 'CAPE TOWN', 'WESTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('749', '675', 'f', NULL, 'Liesel', 'Rothmann', 'Vierdelaan Oos 15', 'Clocolan', '9735', 'Clocolan', 'Vrystaat', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('750', '676', 'm', NULL, 'Hennie', 'Botha', '12 Alicante Estate, Ebbehout Street', 'Sharon Lee', '1712', 'Randburg', 'Guateng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('751', '677', 'f', NULL, 'Karen', 'Heath', 'Bremnerstreet 23', 'Balliepark', '2531', 'Potchefstroom', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('752', '678', 'f', NULL, 'Welna', 'Pretorius', 'The Neck Farm', 'Newcastle', '2940', 'Newcastle', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('753', '679', 'f', NULL, 'Tina Swanepoel', 'Habits', 'plantasie st 14 /Box 522', 'Ceres', '6835', 'Ceres', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('754', '680', 'f', NULL, 'Erna Steenberg', 'KARIBA CRAFT', 'Pretoriusstraat Boshoff gebou no.4', 'Nylstroom', '0510', 'Limpopo', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('755', '681', 'f', NULL, 'ALVIRA', 'SMIT', 'PRESIDENT KRUGER 48', 'PARYS', '9585', 'VRYSTAAT', 'VRYSTAAT', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('756', '682', 'f', NULL, 'Lee-Ann', 'Bester', 'P.O. Box 3634', 'Louis Trichardt', '0920', 'Louis Trichardt', 'Northen Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('757', '683', 'f', NULL, 'Sumathie', 'Vandayar', '243 Mount View Drive', 'Malabar', '6020', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('758', '684', 'f', NULL, 'Debbie', 'Venter', '2nd Avenue, No32', 'Lichtenburg', '2740', 'Lichtenburg', 'Norhtwest Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('759', '685', 'f', NULL, 'Mandy', 'Steward', 'P O Box 145200', 'Brackengardens', '1452', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('760', '686', 'm', NULL, 'Deric', 'Stowell', '123 Someplace', '', '92104', 'San Deigo', '', '223', '12');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('772', '696', 'f', NULL, 'Chantal', 'Du Bruyn', '12 Flora Glen, Anchor Rd, Bardene', 'Boksburg', '1459', 'Gauteng', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('762', '688', 'f', NULL, 'Frances', 'Thompson', '15 Wessex drive, St winifreds', 'Kingsburgh', '4126', 'Durban', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('763', '688', 'f', NULL, 'Frances', 'Thompson', 'Winklespruit Post Office', 'Kingsburgh', '4145', 'Durban', 'Kwa-Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('764', '462', 'f', NULL, 'SHARON', 'JACOBS', 'P.O. BOX 14312', 'BREDELL', '1623', 'KEMPTON PARK', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('765', '689', 'f', NULL, 'Elmarie', 'Stevenson', '32 Flamwood Drive', 'Flamwood', '2571', 'Klerksdorp', 'North WEst', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('766', '690', 'f', NULL, 'Sonette Lamprecht', 'Bead Sect', 'Shop 20 Orchards Village', '', '1200', 'Nelspruit', 'Mphumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('767', '691', 'f', NULL, 'LINDA', 'COETZEE', 'KROONARND STR. 729', 'FISH EAGLE BEND', 'BOX 1494', 'MALALANE', 'MPUMALANGA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('768', '692', 'f', NULL, 'Ju-Anne Coetzee', 'Audiblox', '3 Yellowood st', 'Maberypark', '1448', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1311', '1184', 'f', NULL, 'Fatima', 'Dala', '406 Hyde Court', '4 1st Street, Killarney', '2193', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('770', '694', 'm', NULL, 'SUZETTE', 'VD WESTHUIZEN', 'BOSHOFFSTRAAT 4', 'MODIMOLLE(NYLSTROOM)', '0510', 'MODIMOLLE', 'LIMPOPO', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('771', '695', 'f', NULL, 'Tania', 'Aucamp', 'Strydfontein Farm', 'Kingsley', '3002', 'Kingsley', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('773', '697', 'f', NULL, 'Ursula', 'Smit', '40 Stonewall Road', 'Newlands', '2092', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('774', '698', 'f', NULL, 'AMANDA', 'DE JAGER', 'P.O. BOX 3130', '', '2430', 'STANDERTON', 'MPUMALANGA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('776', '700', 'f', NULL, 'Riona', 'Bennett', '19 Engina Crescent', 'Sunset Beach', '7441', 'Cape Town', 'Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('777', '701', 'f', NULL, 'Rykie', 'Botha', 'P.O. Box 12285', 'Die Hoewes', '0162', 'Centurion', 'South Africa', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('778', '702', 'f', NULL, 'Carine', 'Nel', '366 Strubenkop street', 'Lynnwood', '0081', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('779', '703', 'f', NULL, 'Fiona', 'Robinson', '26 Cornwall', 'Ngodwana', '1209', 'Nelspruit', 'Moumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('780', '704', 'f', NULL, 'Deborah', 'Wafer', 'Valleytec', 'Main Road', '3816', 'Nkwalini', 'Zululand', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('781', '705', 'f', NULL, 'Henriette', 'Van As', '23 Cormorant', 'Meerensee', '3901', 'Richards Bay', 'KwaZulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('782', '706', 'f', NULL, 'Shinde', 'Bedford', 'Shop 2 A', 'Heritage Mall', '6170', 'Port Alfred', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('783', '707', 'f', NULL, 'Loretta', 'Luderstedt', 'Postnet Suite 148', 'Private Bag X6', '3202', 'Cascades', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('784', '708', 'f', NULL, 'Richard & Carol Tucker', 'Scrapa-daba-doo', 'P O Box 83', 'Nottingham Rd', '3280', 'Estcourt', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('785', '709', 'f', NULL, 'Nadine Wheeler', 'Edcon Group IT Learning', 'jjjjjjjjj', 'Edenvale', '1609', 'Edenvale', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('786', '710', 'f', NULL, 'Brenda', 'Vermeulen', '150 Louis Trichardt Blvd.', 'SE2', '1911', 'Vanderbijlpark', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('787', '711', 'f', NULL, 'Annelie', 'De Kock', 'Mooivallei', 'Thabazimbi', '0380', 'Thabazimbi', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('788', '712', 'f', NULL, 'Botha Kylie', 'Beadazzled', '1 Dehaviland Rd', 'Willow Park', '5201', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('789', '713', 'f', NULL, 'Laetitia', 'VILJOEN', 'MATADORSTR 13', 'Eltoropark', '8305', 'KIMBERLEY', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('790', '714', 'f', NULL, 'Amanda', 'Delport', 'P O Box 10572', 'ASHWOOD', '3605', 'DURBAN', 'NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('791', '715', 'f', NULL, 'Tillie', 'Jacobs', 'malvard 26', 'danabay', '6510', 'mosselbay', 'w/cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('792', '716', 'f', NULL, 'Marlene', 'Van Jaarsveldt', '8 Wagner str', 'Sasolburg', '1947', 'Sasolburg', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('793', '717', 'f', NULL, 'GIllian', 'Preller', '6 Titian Road', 'Walmer Heightrs', '6070', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('794', '718', 'f', NULL, 'Elaine', 'Strauss', '1 Klipkraalweg', 'Rooihuiskraal', '0154', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('795', '719', 'f', NULL, 'Jolene', 'Kruger', '20th ave. 727', 'Rietfontein', '0084', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('796', '720', 'f', NULL, 'Natasha Strong', 'Creative Corner Two', 'River Cottage /P O Box 249', 'Nottingham Road', '3280', 'Nottingham Road', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('797', '721', 'f', NULL, 'owner', 'Scalliwags Costume Hire', '38 Penzance St', 'New Redruth', '1449', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('798', '722', 'f', NULL, 'Maretha', 'Dorkas Gifts & Crafts', 'shopn 30 Secunda Mall', 'Pic n Pay Secunda', '3202', 'Secunda', 'Secunda', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('799', '723', 'f', NULL, 'Owner', 'YF HOMEY HOBBY HUT', '124 SCHMIEDESTR', 'KEETMANSHOOP', 'NAMIBIA', '9323', 'Nanibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('800', '724', 'f', NULL, 'Ddeli', 'Watt', '71 Jan K Marais ave', 'Malanshof', '2194', 'Randburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('801', '703', 'f', NULL, 'Fiona', 'Robinson', 'P O Box 113', 'Ngodwana', '1209', 'Nelspruit', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('802', '725', 'f', NULL, 'Samantha', 'Pool', '89 Milner Rd', 'Randburg', '2194', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('803', '212', 'f', NULL, 'Yzelle', 'Reinach', 'Po Box 1834', '', '6530', 'George', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('804', '726', 'f', NULL, 'Charmaine', 'Kramer', '41 Third Road', 'Kew', '2090', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('805', '727', 'f', NULL, 'Tanja', 'Erasmus', 'Sonstraal st 5', 'Kriel', '2271', 'Kriel', 'MPUMALANGA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('806', '728', 'm', NULL, 'DANIE', 'VAN WYK', '40 PRIDGEON STREET', 'SELECTION PARK', '1559', 'SPRINGS', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('807', '729', 'f', NULL, 'Janet', 'Van Rooyen', 'Posbus 103', 'Dendron', '0175', 'Dendron', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('808', '730', 'f', NULL, 'Gertie', 'Potgieter', 'Fagan Straat 26', 'Sasolburg', '1947', 'Sasolburg', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('809', '731', 'f', NULL, 'Bronwyn', 'Matthews', '20 Mopani Road', 'Glen Anil', '4051', 'Durban', 'kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('810', '732', 'f', NULL, 'Cindy', 'Nel', 'PO Box 7872', 'Birchleigh', '1621', 'Kempton Park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('811', '733', 'f', NULL, 'Halen', 'Viljoen', '148 Campbell Street', 'Hillside', '1745', 'Randfontein', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('812', '734', 'f', NULL, 'Elize Cordier', 'Lizzards Hobby Creations', 'Shop 4  Rendezvous Tourism Centre Main Street', 'Hazyview', '1242', 'Hazyview', 'Mmpumalange', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('813', '735', 'f', NULL, 'Linda', 'Van As', 'Plot 426', 'cnr Chapman Road', '6166', 'Bathurst', 'EASTCAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('814', '736', 'f', NULL, 'Vanessa', 'Gouws', '16 Keeromberg St', 'Vaalpark, Sasolburg', '1948', 'Sasolburg', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('815', '737', 'm', NULL, 'Lucien', 'Myburg', '19 haneda street', 'highveld', '0169', 'centurion', 'pretoria', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('816', '726', 'f', NULL, 'Charmaine', 'Kramer', 'P.O.Box 891657', 'Lyndhurst', '2106', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('818', '739', 'f', NULL, 'YOLANDA BUYS', 'AMPER PASELLA CC (CRAFT SHOP', 'Hospitalstreet 4', 'P O BOX 106', '0370', 'Swartklip', 'limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('819', '740', 'm', NULL, 'JAN ROUX', 'ONE OF A KIND', 'Hermitage ave 2', 'Rosebank', '7700', 'Cape Town', 'West Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('820', '741', 'f', NULL, 'Gwen', 'Banger', '87 Hereford Circle', 'Meadows', '3201', 'Pietermaritzburg', 'Kwa-Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('821', '742', 'f', NULL, 'Roelien', 'Parkin', '5 Rainbird Place', 'Gonubie', '5257', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('822', '743', 'f', NULL, 'Leigh', 'Nel', '4 Umkomaas Street', '', '2021', 'JHB', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('823', '744', 'f', NULL, 'Franike', 'Rossouw', 'Louvre Straat 2', 'Courtrai', '7624', 'Paarl', 'Western Cpe', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('824', '745', 'f', NULL, 'Tariro', 'Chaza', '33 Monarch Peak', 'Yeoville', '2198', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('825', '746', 'f', NULL, 'Sannie Grant', 'Beads & Fishing', 'Springbok Single no 6', 'Kriel', '2271', 'Kriel', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('826', '747', 'f', NULL, 'Mareta', 'Pascoe', '26 Market Street', '', '6571', 'Knysna', 'Western Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('827', '748', 'f', NULL, 'Debra-Leigh', 'Vermaak', '91 Wulfsohn Street', '', '2515', 'Fochville', 'NorthWest', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('828', '749', 'f', NULL, 'Nicholene Boch /*Lorna Cameron', 'Colour Fushion', 'P O BOX 259', 'Sedgefield', '6573', 'Sedgefield', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('829', '750', 'f', NULL, 'Monica', 'Badenhorst', 'Danie Theron Street 9', '', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('830', '751', 'f', NULL, 'Louise', 'Knight', '7 Euphorbia Lane', 'Wavecrest', '6330', 'Jeffreys Bay', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('831', '752', 'f', NULL, 'Naboeweya /Snr Secretary', 'Cader', 'Private Bag X5043', 'Kimberley', '8300', 'Kimberley', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('832', '753', 'f', NULL, 'Louise', 'Van Zyl', 'Palala St 57', 'Brackendowns', '1448', 'Alberton', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('833', '754', 'f', NULL, 'Lourane', 'Gone Scrapping', 'Austrell St', 'New Red Ruth', '1449', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('834', '755', 'f', NULL, 'Elsa Winkler /Design Studio', 'Aarde Trust', 'p o box 2472/ Joubert St 18', 'Ermelo', '2350', 'Ermelo', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('835', '756', 'm', NULL, 'Ian Young', 'Anytime Stationers', '39 Malvern Centre', 'Malvern Queensburgh', '4093', 'Queensburgh', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('836', '757', 'f', NULL, 'Renette Lotriet', 'Art Memories/ Wedding & Function', '14th Ave \'L Corro Shopping Cent', 'Northcliff', '2195', 'Northcliff', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('837', '758', 'f', NULL, 'Sue Clarke', 'Accessor-Eyes', 'P O Box 573', 'Malelane', '1320', 'Mpumalanga', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('838', '759', 'f', NULL, 'Lynn Peeters', 'Bernina Sasolburg', '17 NJ van der Merwe st', 'Office Park, Sasolburg', '1949', 'Sasolburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('839', '760', 'f', NULL, 'Everhardus & Elizabe Louw', 'Beadazzled / B-Dazzled', '3 Wessels St', 'Clubview', '1050', 'Middleburg', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('840', '761', 'f', NULL, 'Daniel Benade', 'Benbel P/L - Benbel Gardens', 'Shop 27 Value Mart Somerset Mall', 'Somerset West', '7130', 'Somerset West', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('841', '762', 'm', NULL, 'Pieter Tredoux', 'Beads & All', '611-27th Ave', 'Villiera', '0186', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('842', '763', 'f', NULL, 'Roquell Wood', 'Bead Botique', '8-21 Grovener House', 'Bluff Rd', '4036', 'Bluff', 'Durban', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('843', '764', 'f', NULL, 'Roquell Wood', 'Bead Botique', '8-21 Grovener House', 'Bluff Rd', '4036', 'Bluff', 'Durban', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('844', '765', 'm', NULL, 'Navin & Sheila Morar', 'Chelsea Fashions cc', 'P O Box 21424 /3 Topaaz St', 'WHK, Windhoek', '0000', 'Namibia', 'South West', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('845', '766', 'f', NULL, 'Tracey', 'Abrahams', '4 Bona Vista Street', 'Florida North', '1709', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('846', '767', 'f', NULL, 'Tracey', 'Kruger', '14 Seventh Avenue', 'Summerstrand', '6001', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('847', '768', 'f', NULL, 'SONETTE', 'JOUBERT', 'Shop No: 2, Glencoe Centre (Spar), cnr of Church & union Street', 'Glencoe', '2930', 'Glencoe', 'kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('848', '769', 'f', NULL, 'Sue', 'Teddy Bears Heaven', '10 Tygergerg st', 'Bonnie Brae', '7570', 'Kraaifontein', 'West Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('849', '770', 'f', NULL, 'Tanya', 'van der Merwe', 'P.O. Box 4197', '', '0510', 'Modimolle', 'Limpopo Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('850', '771', 'f', NULL, 'Jacqui', 'Shackleton', '71 Holzgen Street', 'Brackenhurst', '1450', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('851', '734', 'f', NULL, 'ELIZE', 'CORDIER', 'P O BOX 94', 'KIEPERSOL', '1241', 'NLS', 'MMPUMALANGA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('852', '772', 'f', NULL, 'Mobey Debbie', 'Magpie', '14 Old Nectar Road', 'Richwood', '7441', 'Cape Town', 'Western Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('853', '773', 'f', NULL, 'Shrley', 'Engelbrecht', 'Reivilo Farm - UGIE', '', '5480', 'Maclear', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('854', '774', 'f', NULL, 'Matimu', 'Maluleke', '61 Second Avenue', 'Westdene', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('855', '775', 'm', NULL, 'Hennie', 'Viljoen', '48 Van niekerk St', 'Oakdale', '7530', 'Bellville', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('856', '776', 'f', NULL, 'Carla', 'Meijer', 'DAS Commodities, Zidela House, 30 Techno Avenue', 'Techno Park', '7600', 'Stellenbosch', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('857', '777', 'f', NULL, 'Ronelle', 'Van Rooyen', '12 Chaffinch Road', 'Table View', '7441', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('858', '778', 'f', NULL, 'Enid', 'Pretorius', '28 van der vuyferstreet', 'Meiringspark', '2571', 'Klerkdorp', 'Northwest', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('859', '779', 'm', NULL, 'DAWID', 'VENTER', 'PO Box 1086', '', '9300', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('860', '780', 'm', NULL, 'A R LAHER', 'COOPERS CURTAIN CENTRE/BREELAH I', 'P O BOX 428/108 VAN RIEBEEK ST', 'EDENVALE', '1610', 'EDENVALE', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('861', '781', 'f', NULL, 'ROLEEN JACOBS', 'CRAFT TALK', 'P O BOX 39183/PLOT 32 OLD VEREENIGING RD', 'BOOYSENS', '2016', 'JOHANNESBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('862', '782', 'f', NULL, 'Suzette Hartman', 'Crafty Creative Uitenhage', 'P O Box 6020', 'Moselville', '6232', 'Uitenhage', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('863', '783', 'f', NULL, 'BERNADETTE', 'Rushmer', '2 Lilac Avenue', 'C-Place', '6330', 'Jeffreys Bay', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('864', '784', 'f', NULL, 'Jackie', 'Chalmers', '33 Giraffe st, Eldoreigne Manor', 'Centurion/Eldoreigne', '0157', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('865', '784', 'f', NULL, 'jackie', 'chalmers', '521 church street', 'pretoria west', '0117', 'pretoria', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('866', '785', 'f', NULL, 'Marlene', 'Prinsloo', 'Proesstreeet 152', 'Pretoria Central', '0001', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('867', '786', 'f', NULL, 'SHARON', 'REBELLO', '31 Cycad Crescent', '2 Rivers Estate, Peter Rd', '1724', 'RUIMSIG', 'ROODEPOORT', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('868', '787', 'f', NULL, 'Adele', 'Terblanche', '24 Sandilli Street', 'Manor Heights', '6220', 'Despatch', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('869', '788', 'f', NULL, 'Michelle', 'Woods', '21 Kornalyn Street', 'Jukskei Park', '2153', 'Randburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('870', '789', 'f', NULL, 'Tracy', 'Hattingh', '45 Doornkraal Street', 'Ladanna', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('871', '790', 'f', NULL, 'Charmaine Fourie', 'CHARTI\'S', 'P O Box 15005', 'Secunda', '2302', 'Secunda', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('872', '791', 'f', NULL, 'Magdalene Blignaut', 'Craft Corner', 'Bland St Shop 7 P N\' Pay Centre', 'Mosselbay', '6506', 'Mossel Bay', 'West Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('873', '792', 'f', NULL, 'Nelia v/d Linde/ Ellen v/d Heer', 'Crafters Inn', 'Posbus 6292', 'Klerksdorp', '2571', 'KLERKSDORP', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('874', '793', 'f', NULL, 'Mari & Willem', 'Grobler', '34 Kielblock', 'La Hoff', '2572', 'Klerksdorp', 'North West Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('875', '794', 'm', NULL, 'Frankie', 'Bibang', '351 Clark street', 'Waterkloof', '0181', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('876', '795', 'm', NULL, 'Arnold', 'Muscat', 'P.O.box 439 Sunninghill', '', '2157', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('877', '796', 'f', NULL, 'Corrie Du Plessis /Raimer Muller', 'Creative Obsession', 'P O Box 6080', 'Bailliepark', '2526', 'Potchefstroom', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('878', '797', 'f', NULL, 'Jeanette Kotze / Ilsa Aust', 'Craft Heaven Pta', 'P O BOX 61', 'Cor Zambize', 'Derrlepark', '0035', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('879', '798', 'f', NULL, 'Karin Gertson', 'Captain\'s Beads & Crafts', 'P O Box 344', 'Ryton', '1001', 'Cullinan', 'MPUMALANGA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('880', '799', 'f', NULL, 'Amelita', 'Lombard', '707 Orthoclase str', 'Elarduspark', '0181', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('881', '800', 'f', NULL, 'Annemi', 'Labuscagne', 'PO Box 126', 'Steynsburg', '5920', 'Steynsburg', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('882', '801', 'f', NULL, 'Nicolize', 'Fourie', 'Van Riebeeckhlaan Nr 1', 'Hopetown', '8750', 'Hopetown', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('883', '802', 'f', NULL, 'Sagryda', 'Bristow', 'P.O.Box 1216', '', '3200', 'Pietermaritzburg', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('884', '803', 'f', NULL, 'Des Potgieter', 'DESCO CRAFTS (Micromath)', 'Shop 3 Sandown Centre', 'Jefferys St Jefferys Bay', '6330', 'Jefferys Bay', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('885', '804', 'f', NULL, 'Mary & Edward Morley', 'Elna Shelly Beach/Edmart Trading', 'Shop 50 Shelly Centre', 'Shelly Beach', '4265', 'Shelly Beach', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('886', '805', 'm', NULL, 'Bruce & Pat Hulley', 'Hulley/Huntex 38 P/L', 'p o box 714 Shelly Beach', 'Shelly Beach', '4265', 'Shelly Beach', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('887', '806', 'f', NULL, 'Naomi', 'Nel', '12 Clarke Street', 'Oatlands North', '6139', 'Grahamstown', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('888', '807', 'f', NULL, 'Maralize v/d Walt / John Pretor', 'Extreme Scrapping Art Craft', 'Van Riebeekstr 15a', 'Groblersdal', '0450', 'Groblersdal', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('889', '808', 'f', NULL, 'Minnie Robertson', 'Elite Homecrafts', 'Shop 14 Mc Lean st', 'Riebeckstad', '9640', 'Riebeckstad', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('890', '809', 'f', NULL, 'Elsje Weir', 'Elsje Designs', '18 Burton Rd', 'Aurora', 'Durbinvill', '7550', 'West Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('891', '810', 'f', NULL, 'Surie', 'Reddy', '7 Dorothy Place', 'Malvern', '4093', 'Durban', 'Kwa-Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('892', '811', 'f', NULL, 'Leeann', 'Vladescu', 'PO Box 2949', 'Ballito', '4420', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('893', '812', 'f', NULL, 'Lisa', 'Wynne', '2 Surveyor Street', 'Edenglen', '2000', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('894', '813', 'f', NULL, 'Elmarie', 'von Caues', 'P O Box 12252', 'Queenswood', '0121', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('895', '814', 'f', NULL, 'Pienaar Madelein', 'Maddie\'s Arts & Crafts', '204 Adelaide Flats', 'The Oval Gardens', '0157', 'Die Hoewes', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('896', '815', 'f', NULL, 'Elsabe van Rooyen', 'Gifted Hands', 'Mega Mark Centre shop 10', '9 Roos St Kriel', '2271', 'Kriel', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('897', '816', 'm', NULL, 'Asgher Mukhtar', 'Haby & Bridal World/ Zaifher Tra', 'shop 7 Victorian Square 2nd Ave', 'Westdene', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('898', '817', 'f', NULL, 'Wilgemina Erlank', 'Junk Shop/ JJ Erlank General De', '43 New Republic St', 'Pongola', '3170', 'Pongola', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('899', '818', 'f', NULL, 'Linda Bulpin', 'Kaapse Boekwinkel/Provestor 166', 'shop 21 pick.n pay Hypermarket', 'Brackenfell Old Paarl Rd', '7560', 'Cape Town', 'West Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('900', '819', 'f', NULL, 'Madelana Portwig', 'Las & Pas Materiale', 'Posbus 3570', 'Kriel', '2271', 'Kriel', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('901', '820', 'm', NULL, 'Kari Demetriades', 'Little Angel & True Sew', 'shop 12 cnr 3rd Ave West St', 'Newton Park', '6045', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('902', '821', 'f', NULL, 'Aboo Munshi', 'Mums Fabric cc', '345 Cape Rd newton Park', 'Port Elizabeth', '6055', 'Poer Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('903', '822', 'f', NULL, 'Vlam', 'Myburgh', 'P.O. BOX 1562', 'MOOINOOI', '0325', 'Mooinooi', 'Northwest', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('904', '823', 'f', NULL, 'Ouma', 'Modipane', 'No 3 Lionn Ridge Townhouses', 'Ridgeway', '2000', 'Gauteng', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('905', '824', 'f', NULL, 'Beverley', 'Rielly', '83 - 15th Avenue', 'Gonubie', '5257', 'East London', 'na', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('906', '825', 'f', NULL, 'Carlien', 'Thomson', '107 Shekel Crescent', 'Eldoglen', '0171', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('907', '825', 'f', NULL, 'Carlien', 'Thomson', '33 Riley Road, Pinewood Office Park, Unit 12', 'Woodmead', '2157', 'Sandton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('908', '826', 'f', NULL, 'Melody', 'Loram', '177 Nahoon Crescent', 'Moreleta Park', '0044', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('909', '827', 'f', NULL, 'Helen', 'Beukes', 'P O Box 329', 'Clocolan', '9735', 'Clocolan', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('910', '828', 'f', NULL, 'Annelise', 'Morgan', 'Oudtshoorn Street', 'Wingate Park', '0153', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('911', '829', 'm', NULL, 'Thirasen', 'Mudaly', '2 A Ridge Road', '', '4115', 'Isipingo Beach', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('912', '829', 'm', NULL, 'Thirasen', 'Mudaly', 'P O BOX 26145', '', '4115', 'ISIPINGO BEACH', 'KWA ZULU NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('913', '830', 'f', NULL, 'Leilanie', 'Chamberlain', 'Sheppmann', '', '9000', 'Windhoek', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('914', '831', 'f', NULL, 'JJ', 'Johnson', 'La Castello nr 20', 'Kiochab street', '0048', 'Erasmuskloof', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('915', '832', 'f', NULL, 'Cara', 'Dry', '5 Ankerslot', 'Galjoenduin', '7357', 'Langebaan', 'Wesern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('916', '832', 'f', NULL, 'CARA', 'DRY', '5 ANKERSLOT', 'GALGOENDUIN', '7353', 'LANGEBAAN', 'WESTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('917', '833', 'f', NULL, 'JANIEN', 'VAN WYK', 'P O Box 3', 'Ballito', '4420', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('918', '455', 'f', NULL, 'SHIRLEY', 'BOTHA', '10 PIET RETIEFSTR', 'BOX 495', '9744', 'BURGERSDORP', 'EASTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('919', '834', 'f', NULL, 'Carine', 'Volschenk', 'Nelson court nr 12, nelsonstraat', 'Knysna', '6570', 'Knysna', 'South Africa', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('920', '834', 'f', NULL, 'carine', 'volschenk', 'waterfrontdrive 41', 'knysna', '6570', 'knysna', 'wes kaap', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('921', '835', 'f', NULL, 'Winni', 'Klaassen', 'PO Box 387', 'Fauna Park', '0787', 'Polokwane', 'Limpopo', '197', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('922', '836', 'f', NULL, 'Sharne', 'Verster', '3 Brittens view', 'Holcot', 'NN6 9SF', 'Northampton', 'Northamptonshire', '222', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('923', '837', 'f', NULL, 'Cecilia', 'van Wyk', 'Kerkstr 50', 'Posbus 22386', '1050', 'Middelburg', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('924', '838', 'f', NULL, 'Cheryl', 'Howie', 'P O Box 138', 'Simon\'s Town', '7995', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('925', '839', 'f', NULL, 'Neil & Michelle Killian', 'N K Techinical Serv', 'P O Box 194', 'Scottburgh', '4180', 'Scottburgh', 'Kewzulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('926', '840', 'm', NULL, 'KENNETH MYER', 'MOSSELBAAI ART BOEK & CRAFT', 'P O BOX 11644', 'HEIDERAND', '6511', 'Mossel Bay', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('927', '841', 'f', NULL, 'Murdoch  Janice', 'Sew Easy', 'P O Box 1508', 'Mooinooi', '0325', 'Mooinooi', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('928', '842', 'f', NULL, 'Joey', 'Kellerman', 'Weltevreden', '', '2630', 'Wolmaransstad', 'Noth-West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('929', '843', 'f', NULL, 'Carien', 'Janse van Vuuren', '177B Leyden Avenue', 'Club-view East', '0157', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('930', '669', 'm', NULL, 'Martie', 'Garside', 'Box 10442', 'Strubenvale', '1570', 'Springs', 'Gaureng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('931', '844', 'f', NULL, 'Jenny', 'Burmeister', 'P.O.Box 12199', 'Amalinda', '5247', 'East London', 'East Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('932', '845', 'f', NULL, 'Engela', 'Thompson', 'P O Box 1505', '', '0555', 'Lephalale', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('933', '846', 'f', NULL, 'Hettie', 'Davel', 'Churchstr 35a', '', '1050', 'Middelburg', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('934', '847', 'f', NULL, 'NELIA CLAUDIA', 'DA SILVA', '1 Eden Gardens 50 St Aubyans', 'New Redruth Alberton', '1449', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('935', '848', 'f', NULL, 'Jenny & Connie', 'Rodwell', 'P O BOX 1333', 'Southdale', '2135', 'johannesburg', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('936', '849', 'f', NULL, 'Suzie', 'Hall', '6 Ohlhoff Rd', 'FAIRLANDS', '2170', 'JOHANNESBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('937', '850', 'f', NULL, 'Bridgette Ungerer', 'Pixie Beads', 'Shop 9 cor Webber Rd & 3rd Ave Gables', 'Lambton Gardens', '1428', 'ELSBURG', 'GERMISTON', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('938', '851', 'f', NULL, 'Sanette V Skulkwyk Reflect all', 'Fashionation Design Emporium', 'P O Box 12136', 'Brandhof', '9324', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('939', '852', 'f', NULL, 'Colleen Prata', 'Scrapbooking P E', '33a Worroker St', 'Newton Park', '6045', 'Port Elizabeth', '6045', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('940', '853', 'f', NULL, 'Jeanette Kotze', 'Jennys Arts Crafts/Craft Heaven', 'Van Beet', 'Pretoria', '0001', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('941', '854', 'f', NULL, 'Estelle', 'Muhlenbeck', '3 Steyn Street', '', '7140', 'Strand', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('942', '855', 'f', NULL, 'Julie', 'Thomson', '149A Rhodesville ave', 'Greendale', '00000', 'Harare', 'Harare', '239', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('943', '856', 'f', NULL, 'Marion', 'Malan', '1222 Muurbal Avenue', 'Weltevredenpark', '1709', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('944', '857', 'f', NULL, 'Michelle Van Oudtshoon', 'The Little Scrap Shop', 'P O Box 24', 'Knysna', '6570', 'Knysna', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('945', '858', 'm', NULL, 'Johannes J Pek', 'The Crafters Inn', 'P O Box 1539', 'Sonerset West', '7129', 'Sonerset West', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('946', '859', 'f', NULL, 'Anne Knox', 'Underburg Computer Services cc', 'P O BOX 204', 'Underburg', '3257', 'Underburg', 'Kwazulu-Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('947', '860', 'f', NULL, 'Maritjie Loubsher', 'Un-Bead-able', 'P O Box 263303', 'Three Rivers', '1935', 'Vereeninging', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('948', '861', 'f', NULL, 'Denise', 'Jones', '9 Geranium Street', 'Weltevredenpark', '1715', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('949', '861', 'f', NULL, 'Denise', 'Jones', '9 Geranium Road', 'Weltevredenpark', '1709', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('950', '861', 'f', NULL, 'Denise', 'Jones', 'P.O.Box 5750', 'Weltevredenpark', '1715', 'Rootepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('951', '862', 'f', NULL, 'Elize', 'van Niekerk', 'Aties', '', '8170', 'Vanrhynsdorp', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('952', '863', 'f', NULL, 'Reinet', 'Jonker', 'P. O. Box 76', 'Tom Burke', '0621', 'Tom Burke', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('953', '864', 'f', NULL, 'Gwendoline', 'Swanepoel', '6 Marshall Street', 'Cambridge', '5247', 'East london', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('954', '865', 'f', NULL, 'Pat', 'White', '8 Thicket Road', 'Rosebank', '7700', 'Cape Town, Rosebank', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('955', '866', 'f', NULL, 'Tracey Anne', 'Botha', 'P O Box 464', 'Country Club', '7537', 'Langebaan', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('956', '867', 'f', NULL, 'Annamarie Visser', 'The Art Craft Hobby', 'Rissik st 71 P O Box 261', 'Komatipoort', '1340', 'Nelspruit', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('957', '868', 'f', NULL, 'Odette Sheilagh', 'Ray', '1 Allan Road', 'Glen Austin', '1684', 'Midrand', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('958', '868', 'f', NULL, 'Odette Sheilagh', 'Ray', 'Private Bag X97', 'Halfway House', '1686', 'Midrand', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('959', '869', 'f', NULL, 'Nerine', 'Jeffery', 'PostNet Suite #432, Private Bag X4', 'SUNVALLEY', '7985', 'Cape Town', 'WC', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('960', '870', 'f', NULL, 'Yolandi', 'Du Plessis', 'P.O. BOX 313', '', '2725', 'Coligny', 'North west', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('961', '871', 'f', NULL, 'Liesl & Sister Susan Blair', 'Williams', '2B Ray Champion Drivepio', 'Ryton', '1001', 'Bloemfontein', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('962', '872', 'f', NULL, 'Clarise', 'Joynt', 'Riespruit str 20', '', '2302', 'Secunda', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('963', '873', 'f', NULL, 'Monica', 'Maritz', '1 Bosbok Ave', '', '8410', 'Lime Acres', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('964', '874', 'f', NULL, 'Annet', 'Farinha', 'PO Box 43', '', '1903', 'HENBYL', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('965', '875', 'f', NULL, 'Magdakena Christina Gillis', 'Zig Zag Shop', 'P O BOX 3222', 'Swakopmond', '0000', 'Namibia', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('966', '876', 'f', NULL, 'Suzette Volschenk', 'Zettiqe Creations', '20 Buiten st', 'Krugersdorp North', '1739', 'Krugersdorp', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('967', '877', 'f', NULL, 'Sarah', 'De Beyer', '8 Johannes Street', 'Kamma Park', '6070', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('968', '878', 'f', NULL, 'Tania', 'Minnie', '53 Olienhout Street', '', '7140', 'Gordon\'s Bay', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('969', '879', 'f', NULL, 'Bernie', 'Weir', '52 Monalea Wood', 'Firhouse', 'Dublin 24', 'Dublin', 'Dublin', '103', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('970', '880', 'f', NULL, 'Joan', 'Fernihough', 'PO Box 59945', 'Karen Park', '0118', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('971', '881', 'f', NULL, 'INDRANI', 'NAIDOO', '2ND FLOOR, WEARCHECK HOUSE, 16 SCHOOL ROAD', 'PINETOWN', '3610', 'DURBAN', 'KWAZULU NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('972', '882', 'f', NULL, 'Colleen', 'Chetty', '723 Kyalami Estates', '', '1684', 'Johannesburg', 'Gautent', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('973', '883', 'f', NULL, 'Cindy', 'Pienaar', '98 Golf Park', 'Pine Street', '6529', 'GEORGE', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('974', '884', 'f', NULL, 'Tersia', 'Wessels', '2424 Betty Ave', '', '7140', 'Gordons Bay', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('975', '885', 'f', NULL, 'Silvia', 'Black no 2', '21 Jamaican Palms', 'Marina Martinique', '6332', 'Aston Bay', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('976', '886', 'f', NULL, 'JUDY', 'BASSON', 'DIAMANTSTRAAT 35', 'KAKAMAS', '8870', 'KAKAMAS', 'NOORD-KAAP', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('977', '887', 'f', NULL, 'Carol', 'Baisley', '11 Starling Crescent', 'Aloe Ridge', '5260', 'Kei Mouth', 'Eastern Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('978', '888', 'f', NULL, 'Elize', 'van Niekerk', 'Aties', '', '8170', 'Vanrhynsdorp', 'Weskaap', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('979', '889', 'f', NULL, 'Martie', 'Sanders', '1 Theoschea Estate', 'Clifford Str, Chancliff', '1738', 'Krugersdorp', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('980', '890', 'f', NULL, 'TRUDI', 'MYBURGH', '354 CAPE ROAD', 'FERNGLEN', '6045', 'PORT ELIZABETH', 'EASTEN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('981', '891', 'f', NULL, 'Elizma', 'Theart', '122 Constantia Street', 'Twin Palms', '7140', 'Strand', 'Western Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('982', '892', 'f', NULL, 'Tracy', 'Mills', '110 Cedar Road', '', '2125', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('983', '893', 'f', NULL, 'Zelda', 'Van Niekerk', '3 Joubert street', 'CBD', '5319', 'Queenstown', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('984', '894', 'f', NULL, 'Maritza', 'Kruger', 'Plot 121 House 9', 'Knoppieslaagte', '0026', 'Midrand', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('985', '895', 'f', NULL, 'Sarojini', 'Muller', '31a Constance Cawston', 'Westville', '3630', 'Durban', 'kZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('986', '896', 'f', NULL, 'Bettine', 'Crause', '13 Duursema Street', 'Suidrand', '9499', 'Kroonsta', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('987', '897', 'f', NULL, 'Sherri-Lee', 'Baker', '40 Uplands Road', 'Blackridge', '3201', 'Pietermaritzburg', 'kwa zulu natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('988', '898', 'f', NULL, 'Carize', 'Du Plessis', '11 AD Keet', 'Gholfsig', '1050', 'Middelburg', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('989', '894', 'f', NULL, 'Maritza', 'Kruger', 'PO BOX 422', 'IFAFI', '0260', 'BRITS', 'NORTH WEST PROVINCE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('990', '899', 'f', NULL, 'Janine', 'Smith', '91 Caledon Str', 'GRAAFF-REINET', '6280', 'GRAAFF-REINET', 'EASTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('991', '900', 'f', NULL, 'Lisa', 'Deeves', '7 Mc Divitt Avenue', '', '3880', 'Empangeni', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('992', '901', 'f', NULL, 'Di', 'Martin', '1 Panormara Glen, Second Avenue', 'Malvern', '4093', 'Durban', 'kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('993', '886', 'f', NULL, 'JUDY', 'BASSON', 'HMO , POSBUS 183', 'KAKAMAS', '8870', 'KAKAMAS', 'NOORD-KAAP', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('994', '902', 'f', NULL, 'Marie', 'Hubert', '77 Justin Road', 'Charlo', '6070', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('995', '903', 'f', NULL, 'Angelee', 'Maritz', '7 Zahn Street', 'Carnarvon', '8925', 'Northern Cape', 'south africa', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('996', '904', 'f', NULL, 'Rakhee', 'Jina', '8 Boulder Road', 'Selcourt', '1559', 'Springs', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('997', '905', 'f', NULL, 'Stephanie', 'Beyers', '22 Callington Str', 'Richmond Hill', '6001', 'Port Elizabeth', 'East Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('998', '906', 'f', NULL, 'Yolanda', 'Bronn', '41 Paul Kruger Street', 'Robertson', '6705', 'Robertson', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('999', '907', 'f', NULL, 'Valentine', 'Mojaki', 'F40 Houghton Village', 'Houghton', '2041', 'johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1000', '908', 'f', NULL, 'Annelie', 'Viljoen', 'Po Box 176', 'Hartenbos', '6520', 'Hartenbos', 'Western-Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1001', '909', 'f', NULL, 'Prashanta', 'Naidoo', '7 Highwoods, Sovereign Park Estate, 27 Smit Street', 'Bedfordview', '2196', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1002', '910', 'f', NULL, 'Linda', 'Govender', '456 Elgin Avenue', 'Beverly Gardens', '2194', 'Randburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1005', '912', 'f', NULL, 'Danielle', 'McLachlan', 'Whites Road 2', 'Waverley', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1004', '911', 'f', NULL, 'SHAVANA RAGHUBAR', 'PATCON BUILD & CIVIL ENGINEERING', 'P O Box 14203', 'Austerville 4005', '4000', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1006', '912', 'f', NULL, 'Danielle', 'McLachlana', 'PO Box 28946', 'Danhof', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1007', '913', 'f', NULL, 'Marilize', 'Miles', '21 Celtispark, Cotie Avenue', 'Wierda Park', '0149', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1008', '913', 'f', NULL, 'esther', 'nel', 'po box 40497', 'arcadia', '0007', 'pretoria', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1009', '914', 'f', NULL, 'Fransie', 'Haasbroek', '48 Ronketti Sirkel', 'Petersfield', '1559', 'Springs', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1010', '915', 'f', NULL, 'DANITA', 'STANDER', '6.2 Morewag flats, Nelson Mandela drive', 'Westdene', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1011', '914', 'f', NULL, 'fransie', 'haasbroek', 'PO Box 59', 'Petersfield', '1566', 'Springs', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1012', '916', 'f', NULL, 'Hanlie', 'vd Westhuizen', '14 P.Odorata', '', '6510', 'Danabaai', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1013', '917', 'm', NULL, 'Errol', 'Theron', 'P O Box 175', 'Umbogintwini', '1234', 'Amanzimtoti', 'Kwa ZuluNatal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1014', '918', 'f', NULL, 'Dricky', 'Heystek', '55 Devenish Street', '', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1015', '919', 'f', NULL, 'Angie', 'Stemmet', '30 B Egerton', '', '3370', 'LADYSMITH', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1016', '920', 'f', NULL, 'Caro', 'Jansen Van Vuuren', '141 Weltenvreden Road', 'Northcliff', '2195', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1017', '921', 'f', NULL, 'Elsie', 'Brits', '69  Ludorfstreet', 'Bela Bela', '0480', 'Bela bela', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1018', '922', 'f', NULL, 'Michelle', 'Naude', '10 Monte Carlo Crescent,Kyalami Business Park', 'Kyalami', '1686', 'Midrand', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1019', '923', 'f', NULL, 'ANNEMARIE', 'VAN HUYSSTEEN', 'Posbus 420', 'VILJOENSKROON', '9520', 'VILJOENSKROON', 'FREESTATE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1020', '924', 'f', NULL, 'Nadine', 'Taljard', '15 Hull Street', 'Vanes', '6229', 'Uitenhage', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1021', '925', 'f', NULL, 'Tracey', 'Rule', '19 Wit-Elshout Avenue', 'Heuweloord', '0173', 'Centurion', 'Pretoria', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1022', '926', 'f', NULL, 'Almari', 'van Wyk', 'Kruger street 8A', '', '2630', 'Wolmaransstad', 'Northwest', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1023', '927', 'f', NULL, 'Deanne', 'Fox', '46 Saunders Road', 'Morningside', '5201', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1024', '928', 'f', NULL, 'Sanet', 'Deysel', 'John Smithstr 17', 'Aquapark', '0850', 'Tzaneen', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1025', '929', 'f', NULL, 'Rencia', 'Oosthuizen', '8th Ave 57', 'Thabazimbi', '0380', 'Thabazimbi', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1026', '930', 'f', NULL, 'Liezel', 'Otto', '15 Peace Street', 'Tzaneen', '0850', 'Tzaneen', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1027', '931', 'f', NULL, 'Bianca', 'Milton', '41 hoogenhoud str', 'Roodepoort', '1427', 'Roodepoort', 'Guateng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1028', '425', 'f', NULL, 'ANNE', 'KNOX', 'P O BOX 204', 'UNDERBERG', '3257', 'UNDERBERG', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1029', '932', 'f', NULL, 'Nellie', 'Pienaar', '42B Witstinkhout Ave', 'Safari Gardens', '0299', 'Rustenburg', 'nw', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1030', '933', 'f', NULL, 'Janette', 'Schoeman', 'Po Box 4540', '', '7536', 'Tyger Valley', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1031', '934', 'f', NULL, 'Kathleen', 'Neuhoff', '5C Canon Doyle', 'SW2', '1911', 'Vanderbijlpark', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1032', '935', 'f', NULL, 'Heila', 'Salmon', '1166 Kuskoraalstr', 'Moregloed', '0186', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1033', '936', 'f', NULL, 'Hester', 'Chadinha', 'Selatirivier no 5', 'Cashan 4', '0300', 'Rustenburg', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1034', '937', 'f', NULL, 'Dorette', 'Faber', '42 Eeufees Street', '', '1270', 'Graskop', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1035', '938', 'f', NULL, 'Almari', 'De Milander', '47 Buffalo Rd', '', '2195', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1036', '939', 'f', NULL, 'Melinda', 'Niepage', '74 Triangle Street', '', '5264', 'Kidds Beach', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1037', '940', 'f', NULL, 'Norah', 'Weyers', 'c/o Tabak & Bester', 'Nelspruit', '1200', 'Nelspruit', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1038', '941', 'f', NULL, 'Ria', 'van Rensburg', 'p.o.box 360', '', '5880', 'Cradock', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1039', '942', 'f', NULL, 'Susan', 'Van der Linde', '7 Nordal st', 'Oso Beach', '4240', 'Port Shepstone', 'Kw Zulu Nata', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1040', '897', 'f', NULL, 'sherri-lee', 'baker', 'P.O.Box 22238', 'Mayors walk', '3208', 'Pietrmaritzburg', 'kwa-zulu natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1041', '943', 'f', NULL, 'Anne', 'Bhagwan', '119 Hillcrest Drive', 'Beacon Bay', '5241', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1042', '944', 'f', NULL, 'Marthie', 'Viljoen', 'P.O Box 1773', '', '0920', 'Louis Trichardt', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1043', '945', 'f', NULL, 'Cassi', 'Goodman', 'PO Box 32', '', '7381', 'Paternoster', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1044', '946', 'f', NULL, 'Marietjie', 'Stanz', '159 Bosduif Crescent', 'Wierdapark', '0143', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1045', '947', 'f', NULL, 'Lara', 'Terblanche', '295 Rietvlei Farm', 'Schoemanskloof', '1200', 'Nelspruit', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1046', '948', 'f', NULL, 'Heidie', 'Pieterse', '31 Adonis Street', 'Sterpark', '0700', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1047', '949', 'f', NULL, 'Tamara', 'Sturgess', '7 Elizabeth Avenue', 'Estcourt', '3310', 'Estcourt', 'kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1048', '950', 'f', NULL, 'Evelyn', 'Bezuidenhout', 'PO Box 32092', 'Totiusdal', '0134', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1049', '951', 'f', NULL, 'Carmelita', 'Fitzgibbon', '21 Disa Road', 'Rustdal, Blackheath', '7580', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1050', '952', 'f', NULL, 'Donnalee', 'Scott', 'Paper Works 345', 'Private Bag X043', '1500', 'Benoni', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1051', '953', 'f', NULL, 'Amelia', 'Schlemmer', 'Lelie Street 57', 'Protea Heights', '7560', 'Brackenfell', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1052', '954', 'f', NULL, 'Jeanette', 'Brink', '156 Marketstreet', 'Vryburg', '8601', 'Vryburg', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1053', '955', 'f', NULL, 'Zenzile', 'Ngcobo', '1302 Highrise Building Primrose Terrace', 'Berea', '2198', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1054', '956', 'f', NULL, 'Carole', 'Preston', '5 Weavers End', 'Kmmetjie', '7975', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1055', '957', 'f', NULL, 'Elaine', 'Strydom', '12 Rooiels Street', 'Heiderand', '6506', 'Mossel Bay', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1056', '958', 'f', NULL, 'Aniska', 'Lourens', 'Unit 9, Jigman Park, Montague Drive', 'Montague Gardens', '7441', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1057', '959', 'f', NULL, 'LORAINE', 'YAFFE', '12 Hibiscust Street, Riamarpark, Bronkhorstpsruit', 'Bronkhorstspruit', '1020', 'Gauteng', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1058', '960', 'f', NULL, 'Jolene', 'van der Walt', 'P.O.Box 99', 'Lime Acres', '8410', 'Lime Acres', 'Northern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1059', '961', 'f', NULL, 'Grietjie', 'Buys', '120 Eros Road', 'Erospark', '0000', 'Windhoek', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1060', '962', 'f', NULL, 'Hannie', 'van Rooyen', 'Kerkstraat 104', 'FOCHVILLE', '2515', 'FOCHVILLE', 'NOORDWES', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1061', '963', 'f', NULL, 'Marina', 'Odendaal', 'Maraisstreet 8', 'Noordhoek', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1062', '964', 'f', NULL, 'Marilise', 'Kaphengst', 'PO Box 40225', 'Reyno Rif', '1049', 'Witbank', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1063', '965', 'f', NULL, 'Adele', 'De Klerk', 'Jakkalsvlei', 'Griekwastad', '8365', 'Griekwastad', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1064', '966', 'f', NULL, 'Adri', 'Pienaar', '54 Bendor Gables, Ghiordes Street', 'Bendor', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1065', '967', 'f', NULL, 'Lee', 'Cocks', '12/223 Woronora Road', 'Engadine', '2233', 'Sydney', 'New South Wales', '13', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1066', '968', 'f', NULL, 'Tania', 'Aucamp', 'P O Box 5', 'Kingsley', '3002', 'Kingsley', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1067', '969', 'f', NULL, 'Gillian', 'Trenton', '9 Kiepersol Street', 'Ferndale Ext.6', '2194', 'Randburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1068', '970', 'f', NULL, 'Sumeshnee', 'Pillay', 'PO BOX 1508', 'WANDSBECK', '3631', 'DURBAN', 'KWA ZULU NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1069', '971', 'f', NULL, 'Amanda', 'Fagri', 'No 14a Arbroath Ave', 'Hurlingham', '2146', 'Sandton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1070', '972', 'f', NULL, 'Ingrid', 'Engelbrecht', '67 Coetzee Street', 'Middelburg', '5900', 'Middelburg', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1071', '973', 'f', NULL, 'Rosemarie', 'Walker', '12 Verona Park, KlippanStreet', 'Montana', '0128', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1072', '974', 'f', NULL, 'Brenda', 'Engelbrecht', 'JS 6 Klipbank', 'Groblersdal', '0470', 'Groblersdal', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1073', '975', 'f', NULL, 'Fransi', 'Meyer', 'PO Box 1223', 'North Riding', '2162', 'Randburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1074', '976', 'f', NULL, 'Cathy', 'Fritz', 'P.O.Box 523', '', '0380', 'Thabazimbi', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1075', '977', 'f', NULL, 'Susanne', 'Blochberger', 'P.O. Box 4230', 'Vineta', '9000', 'Swakopmund', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1076', '978', 'f', NULL, 'Marcel', 'Cronje', 'Tamarisk Rd 22', 'Arcon Park', '1939', 'Vereeniging', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1077', '979', 'f', NULL, 'Sanet', 'Weyer', 'House 44', '', '2740', 'Lichtenburg', 'Northwest', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1078', '980', 'f', NULL, 'Angel', 'Moller', 'Posbox 378', 'Betty\'s Bay', '7141', 'Betty\'s Bay', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1079', '981', 'f', NULL, 'SANET', 'REDGARD', '8 Ariston Street', 'Selcourt', '1559', 'Springs', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1080', '981', 'f', NULL, 'SANET REDGARD', 'C/O TIMKEN SA', 'CNR VAN DYK & EDINBURG', 'BENONI SOUTH', '1508', 'BENONI', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1081', '981', 'f', NULL, 'SANET REDGARD', 'C/O TIMKEN SA', 'CNR VAN DYK & EDINBURG STR', 'BENONI SOUTH', '1508', 'BENONI', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1082', '982', 'f', NULL, 'Laurika', 'Weideman', '1113 Boekenhoutkloof Street', 'Booysens', '0082', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1083', '983', 'f', NULL, 'Yolanda', 'Ramos', '119 Guinea Fowl St', 'Silverlakes', '0054', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1084', '984', 'f', NULL, 'RM', 'Doig', '16 Greybe Street', 'Rynfield', '1501', 'Benoni', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1085', '985', 'f', NULL, 'Ndeshipanda', 'Shaamena', '1078 8th street', 'Noordhoek', '9000', 'keetmanshoop', 'karas', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1086', '986', 'f', NULL, 'Mari', 'Jooste', '655 27th Avenue', 'Villieria', '0186', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1087', '987', 'f', NULL, 'Chantelle', 'Fourie', '68 Hood Street', 'West Bank', '5201', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1088', '988', 'f', NULL, 'Steyn Lehette', 'Bead Aaddiction', 'Shop10, Savon Centre,403 Lighthouse Rd, Bluff', 'Bluff', '4052', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1089', '989', 'f', NULL, 'Arlene', 'Cawood', '9 Orange Crescent', 'Vygeboom', '7550', 'Durbanville', 'Western Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1090', '990', 'f', NULL, 'TRACY', 'BENEKE', '7 DELFOS STREET', 'KIMDUSTRIA', '8300', 'KIMBERLEY', 'NORTHERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1091', '991', 'f', NULL, 'Weyers Susan', 'Scrapbookn', 'PO Box 583, Suider Paarl', '', '7646', 'Paarl', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1092', '992', 'f', NULL, 'Liezel', 'Bester', 'Postnet Suite 530', 'Private Bog x5091', '0250', 'Brits', 'Nort West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1093', '993', 'f', NULL, 'Angela', 'Dries', '49 Jones Road', 'Jetpark', '1459', 'Boksburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1094', '994', 'f', NULL, 'Marlu', 'van Zyl', '42 Op de Tradouw, Glover Str', 'Lyttelton', '0140', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1095', '995', 'f', NULL, 'van Niekerk Grietjie', 'J Bay beads', 'Sundown Builing Shop 1', 'Jeffreysstreet', '6330', 'Jeffreysbaai', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1096', '789', 'f', NULL, 'Cheryl', 'Pulford', '201 Schneider Avenue', 'Elandspoort', '0183', 'Tshwane', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1097', '994', 'f', NULL, 'Marlu', 'van Zyl', 'Law Chambers, 2nd Floor, Lynnwood Galleries, 354 Rosemary Str', 'Lynnwood', '0081', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1098', '996', 'f', NULL, 'Celeste', 'Barkhuizen', '25 Jacques Avenue', 'Wellington', '7654', 'Wellington', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1099', '997', 'f', NULL, 'Sarah-Jane', 'Klemptner', '29 Campbell Dr', 'Knysna Heights', '6570', 'Knysna', 'Western Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1100', '997', 'f', NULL, 'Sarah-Jane', 'Klemptner', 'PO Box 788', 'Knysna', '6570', 'Knysna', 'Western Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1101', '998', 'f', NULL, 'WILMA', 'BOTHA', 'De Gracht', 'POSBUS 56', '0909', 'Alldays', 'LIMPOO', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1102', '999', 'f', NULL, 'Monica', 'Badenhorst', 'Danie Theron Straat 9', '', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1103', '1000', 'f', NULL, 'JOLANDA', 'DAAMEN', 'TATHAM ROAD', '', '3350', 'BERGVILLE', 'KWAZULU NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1104', '1001', 'f', NULL, 'Anneliese', 'Niemandt', '46 Gray Street', '', '6570', 'Knysna', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1105', '1001', 'f', NULL, 'Anneliese', 'Niemandt', 'P.O. Box 743', '', '6570', 'Knysna', 'Wester Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1106', '1002', 'f', NULL, 'Tersia', 'Adlam', '101 Henleo Flats', '29 Hans v Rensburg Street', '0700', 'Polokwane', 'Limpopo Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1107', '1003', 'f', NULL, 'Ilze', 'Olivier', '17 Helderkruin Mews, Albertos Street', 'Helderkruin', '1733', 'Johannesburg', 'Guateng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1108', '1004', 'm', NULL, 'testing', 'testing', 'testing', 'testing', 'testing', 'testing', 'testing', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1109', '1005', 'f', NULL, 'Hannetjie', 'Heyneke', 'Skatewing', 'Meerensee', '3901', 'Rcb', 'Kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1110', '1006', 'f', NULL, 'Alicia', 'Steenkamp', '10 Daviesstreet', '', '8800', 'Upington', 'Northen Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1111', '1006', 'f', NULL, 'alicia', 'steenkamp', '45 scottstreet', '', '8801', 'upington', 'northern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1112', '1006', 'f', NULL, 'alicia', 'steenkamp', 'po box 1277', '', '8800', 'upington', 'northen cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1113', '1007', 'f', NULL, 'Malani', 'Reddy', 'Cnr Lenchen North & Oude Molen', '', '0046', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1114', '1008', 'f', NULL, 'susan', 'van der linde', '32 Ziervogel Street', 'adendorp', '6282', 'graaff reinet', 'eastern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1115', '1008', 'f', NULL, 'Susan', 'van der Linde', 'Beads Calore Caledon Street', '', '6280', 'Graaff Reinet', 'eastern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1116', '1009', 'm', NULL, 'Andre', 'Lourens', '22 De Waal Street', 'Lourenspark', '2619', 'Orkney', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1117', '1010', 'f', NULL, 'Anne', 'Stiglingh', '5 Carroll Street', '', '2740', 'Lichtenburg', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1118', '1011', 'f', NULL, 'Valerie', 'Dekok', '110 Far Horizon, 3 Beach Road', 'Doonside', '4126', 'Durban', 'Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1119', '1012', 'f', NULL, 'Tracey', 'Slaven', '63 Errol Drive', 'Framesby', '6045', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1120', '1013', 'f', NULL, 'Cora', 'Munnik', 'Skoolstreet 44', 'Hennenman', '9445', 'Hennenman', 'Freestate', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1121', '1014', 'f', NULL, 'Ria', 'Burger', '14 Boshoff street', 'Florapark', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1122', '1015', 'f', NULL, 'Anneline', 'Roffey', '12 Kanonberg Road', 'De Bron', '7530', 'Bellville', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1123', '1016', 'f', NULL, 'Leana', 'Maree', '23 Koedoestreet', 'Komatipoort', '1340', 'Komatipoort', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1124', '1016', 'f', NULL, 'leana', 'maree', 'p.o. box 652', 'komatipoort', '1340', 'komatipoort', 'mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1125', '1017', 'f', NULL, 'Yvonne', 'Roestorff', '41 Athlone Towers 23 soofie Saheb Drive', 'Durban North', '4051', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1126', '1018', 'f', NULL, 'Augustine', 'D\'Ewes', '8 College Road', 'Southbroom', '4277', 'Margate', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1127', '1019', 'f', NULL, 'Andrea', 'Lourens', '46 Lewis Dr', 'Amanzimtoti', '4126', 'Amanzimtoti', 'Kwa-Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1130', '1021', 'f', NULL, 'Ronell', 'Muller', 'Private bag x7294, suite 335', 'Witbank', '1035', 'Witbank', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1129', '1020', 'f', NULL, 'Philmarie', 'De Kock', 'Jonaskraal Farm', '', '7270', 'Napier', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1131', '1022', 'f', NULL, 'Robyn', 'Keys', '97 De Wet Street', 'Walkerville', '1876', 'Walkerville', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1132', '1023', 'f', NULL, 'Natasja', 'Maritz', 'Ratama Cresent', 'Kosmosdal, Centurion', '1653', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1133', '1024', 'f', NULL, 'Dea', 'Van Der Westhuyzen', '2 Woltemade Street', 'SECUNDA', '2302', 'SECUNDA', 'Mapumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1134', '1025', 'f', NULL, 'Nicolene', 'van der Linde', '1 Crestwood', 'Glen Marais', '1618', 'Kempton Park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1135', '1026', 'f', NULL, 'Samantha', 'Henkeman', '4 Marlothi Street', 'Glenvista', '2058', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1136', '1027', 'f', NULL, 'Linda', 'Kriel', '247 VD Stel street', 'Hunters Retreat', '6017', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1137', '1028', 'f', NULL, 'ESTELLE', 'VAN TONDER', '8 JAKARANDA', 'GOLFPARK', '1960', 'MEYERTON', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1138', '991', 'f', NULL, 'Susan', 'Weyers', 'Fairview', 'Suid Agter Paarl Road', '7646', 'Paarl', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1139', '1024', 'f', NULL, 'Dea', 'v/d Westhuyzen', 'PO Box 2140', 'SECUNDA', '2302', 'SECUNDA', 'Mapumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1140', '1029', 'f', NULL, 'Kate', 'Antonopoulos', '368 Jan Smuts Ave', 'Graighall Park', '2196', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1141', '1030', 'f', NULL, 'Elize', 'Vivier', '42 Jasper Ave', 'Lyttleton Manor Ext 3', '0157', 'Centurion', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1142', '1031', 'f', NULL, 'Suria', 'Reddy', '7 Dorothy Place', 'Malvern', '4093', 'Durban', 'Kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1143', '1032', 'f', NULL, 'Noble Lynn', 'Scrapity D', '5 Tobago Place', 'Lonehill', '2190', 'North JHB', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1144', '1033', 'f', NULL, 'Heleen', 'Roux', 'P.O. Box 387', 'Groblersdal', '0470', 'Groblersdal', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1145', '1034', 'f', NULL, 'WIESE SHARON', 'NURSERY INNOVATIONS', 'Plot 79 Linwood Rd', 'Die Wilgers', '0041', 'PRETORIA', 'Pretoria', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1146', '1035', 'f', NULL, 'Visser Rene', 'Happy feet Events', '28 Cowlessrt St', 'Rowhill', '1559', 'Springs', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1147', '1036', 'm', NULL, 'Thirasen', 'Mudaly', '28 Ridge RD', 'Isipingo Beach', '4115', 'Isapingo', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1148', '1037', 'f', NULL, 'Huinink  Bridget', 'Drawing the line', 'Unit 25 Times Business Park', '32 Kubu ave', '4051', 'KWAZULU NATAL', 'DURBAN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1149', '1038', 'f', NULL, 'Gail', 'Archibald', '10 Hampton Rd', 'Clifton Park', '5214', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1150', '1039', 'f', NULL, 'Cassells Diane', 'Tiaras by Diane', '10 Delaware Ave', 'Durban North', '4051', 'Durban North', 'KWAZULU NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1152', '1041', 'f', NULL, 'NIEMAND TRUDI', 'BEADED THINGS', '135 LAVERS ST', 'NIGEL', '1491', 'NIGEL', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1153', '1042', 'f', NULL, 'LIEZEL', 'HIGGINS', '4 Wiltshire Place', 'Kirstenhof', '7945', 'Western Cape', 'Cape Town', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1154', '1043', 'f', NULL, 'Cra-Z-Crafts', 'Prinsloo Maud', '6 Pirow St', 'Industrial Area', '0900', 'Musina', 'Musina', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1155', '1044', 'f', NULL, 'Al', 'Van Niewenhuizen', '10 RABIE AVE', '', '6850', 'WORCESTER', 'WEST CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1156', '1045', 'm', NULL, 'Roachay', 'Blaauw', 'Sports Village no. 40', 'Pionierspark', '0000', 'Windhoek', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1157', '1046', 'f', NULL, 'Dewes Petro', 'Peon Crafts', 'Long St 29', 'Bredasdorp', '7280', 'Western Cape', 'West Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1158', '1047', 'f', NULL, 'ANZIE', 'BOUWER-MARAIS', '44 LOUW WEPENER ST', 'DAN PIENAAR', '9301', 'BLOEMFONTEIN', 'FREE STATE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1159', '1048', 'f', NULL, 'JAMES', 'CEROTO', '30 PLATBERGAVE', 'VAN RIEBEECK PARK', '1619', 'KEMPTON PARK', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1160', '1049', 'f', NULL, 'CELESTE', 'WILSON', '79 CENTRAL RD', 'JECANLEE', '2194', 'RANDBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1161', '1050', 'f', NULL, 'WILSHIRE DEE', 'NW SERVICES', '1 LANGENHOVEN ST', 'PARKRAND', '1463', 'BOKSBURG', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1162', '1051', 'f', NULL, 'BONNY', 'D\'AGUIER', '4 DEVON RD', 'HILLSIDE', '0000', 'BULAWAYO', 'AFRICA', '239', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1163', '1052', 'f', NULL, 'LABUSCHAGNE CHANTAL', 'BECHERMED', '96 SOL PLAATJOES AVE', 'POTCHEFSTROOM', '2531', 'POTCHEFSTROOM', 'NORTH WEST', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1164', '1053', 'f', NULL, 'ALMA', 'JACOBA', 'PLOT 54 JACKAROO', 'WITBANK', '0135', 'WITBANK', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1165', '1054', 'f', NULL, 'LIEZL', 'VAN ROOYEN', 'MANOR HEIGHTS', '14 SANDILLI ST', '6220', 'DESPATCH', 'EASTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1166', '1055', 'f', NULL, 'LIZELLE', 'HERDS', '581 GIMNASIUM', 'ELARDUSPARK', '0181', 'ELARDUSPARK', 'GAUTENGGAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1167', '1056', 'f', NULL, 'CLOETE CECILEE', 'PRINT-IT', '21 SUTTER RD', 'BELA BELA', '0480', 'MPUMALANGA', 'MPUMALANGA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1168', '1057', 'f', NULL, 'Colette', 'Mossop', 'PO Box 203', 'Colchester', '6175', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1169', '1058', 'f', NULL, 'Karin', 'Brand', '120 Viljoen street, Riviera Mews 17', 'Riviera', '0001', 'Pta', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1170', '1059', 'f', NULL, 'Janice', 'Stoddart', '40 Lapwing Street', 'Rooihuiskraal North', '0157', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1171', '1060', 'f', NULL, 'DELICIA', 'CLEINWERCK', '12 FITZROY ST', 'GOODWOOD', '7460', 'CAPE TOWN', 'WESTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1172', '1061', 'f', NULL, 'MAEA E', 'GLENNIE', 'Postnet Suite 414 Private Bag X9', 'Benmore', '2010', 'North Jhb', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1173', '1062', 'f', NULL, 'DIANE', 'VISSER', 'P O Box 818 MACSTEEL VRD STEELPOORT', 'Steelpoort', '1133', 'Steelpoort', 'Mupumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1174', '1063', 'f', NULL, 'Prinsloo Maud', 'Cra-Z-Crafts', '6 Pirow St', 'Industrial Area', '0900', 'MUSINA', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1175', '1064', 'f', NULL, 'Wendy', 'Schaffler', '14 Appelblaar street', '', '1390', 'Phalaborwa', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1176', '1065', 'f', NULL, 'Vernia', 'Jonker', 'P.O.Box 1002', 'Penford', '6230', 'Uitenhage', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1179', '1067', 'f', NULL, 'Antoinette', 'Dentron', '644 Ursala St', 'Rietvlei', '0047', 'Pretoria', 'TWSANI', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1180', '1068', 'f', NULL, 'veronica', 'brink', '934 mount pleasent drive', 'hibberdene', '4220', 'hibberdene', 'natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1181', '1069', 'f', NULL, 'Mette', 'Axbom', 'Johannes Ewaldsvej 10', '', '8230', 'Åbyhøj', 'dk', '57', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1182', '1070', 'f', NULL, 'Nadia', 'De Lange', 'P O Box 1329', 'Komatipoort', '1340', 'Komatiport', 'Komatiport', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1183', '1071', 'f', NULL, 'Kathy', 'Vallun', '24 Islingtin Street', 'Midstream Estate', '1692', 'Tshwane', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1184', '1072', 'f', NULL, 'Rianie', 'Viljoen', '11 Krisant Street', 'Riamarpark', '1020', 'Bronkhorstspruit', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1185', '1072', 'f', NULL, 'Rianie', 'Viljoen', '18 Fiddes', 'Erasmus', '1020', 'Bronkhorstspruit', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1186', '1073', 'f', NULL, 'Vicky', 'Schutte', 'Cannastr 4', 'Bergsig', '1441', 'Heidelberg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1187', '1074', 'f', NULL, 'CORNE', 'BEKKER', 'Po box 387', 'Braambos afb mkd', '0954', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1188', '1073', 'f', NULL, 'Vicky', 'Schutte', 'Louw & North boundary rd', 'Van dyk park', '1543', 'Boksburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1189', '1075', 'f', NULL, 'Hanlie', 'Van Der Westhuizen', '20 E.Grata str', '', '6510', 'Danabaai', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1190', '1076', 'f', NULL, 'SHARON', 'Zynzen', 'P O BOX 175', 'TOTI', '4120', 'TOTI', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1192', '1078', 'f', NULL, 'Carmen', 'Cupido', '261 6th Avenue', 'Lotus River', '7941', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1193', '1075', 'f', NULL, 'Hanlie', 'Van Der Westhuizen', 'PO Box 10079', '', '6510', 'Danabaai', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1194', '1079', 'f', NULL, 'MICHELLE', 'ATHERSTONE', '37 maclean street', 'umkomaas', '4170', 'durban', 'kwa zulu natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1195', '1080', 'f', NULL, 'Hanlie', 'Mostert', 'Farm - Witpan', '', '2740', 'Lichtenburg', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1196', '1081', 'm', NULL, 'Bouwers Vernon', 'Brand name marketing pty/ltd', 'Unit 3 Lakeside Park', 'Lakeside Place unit 3 Lakeside P', '7948', 'Muizenberg', 'Cape Town', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1197', '1082', 'f', NULL, 'Mbahuma Baba', 'Jessica Trading', '63 Wilheim Zeraua', 'Omaruru', '0000', 'Erongo Region', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1367', '1238', 'f', NULL, 'Adri', 'Wiese', '24 austen street', 'Orkney', '2620', 'Orkney', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1199', '1084', 'f', NULL, 'cheryl', 'lourens', '109 butleigh', 'st micheals manor', '4265', 'shelly beach', 'kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1200', '1085', 'f', NULL, 'Elize', 'Van Wyk', 'PO Box 1820', 'Montana Park', '0159', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1201', '1086', 'f', NULL, 'Rina', 'Peens', '57 Wylie Road', 'Fynnlands', '4052', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1202', '1087', 'f', NULL, 'Riyana', 'Bassier', 'clare road', '', '7800', 'cape town', 'western cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1203', '1088', 'f', NULL, 'Thuli', 'Sibiya', 'Unit 69 Dunfordheights', '86 Dunford Road', '3880', 'Empangeni', 'kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1206', '288', 'm', NULL, 'Adam', 'Randall', '2a Jan Smuts Avenue', 'GILLITTS', '3610', 'Gillitts', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1207', '288', 'm', NULL, 'Adam', 'Randall', 'Suite 7, 2a Jan Smuts Avenue', 'GILLITTS', '3610', 'Gillitts', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1208', '1091', 'f', NULL, 'Cheryl', 'Janse van Vuuren', 'St Helena str 13', 'Dennisig', '1050', 'Middelburg', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1209', '1092', 'f', NULL, 'Alecia', 'Swart', '587 Catharina Avenue', 'Eloffsdal', '0084', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1210', '1093', 'f', NULL, 'Noelene', 'Botha', 'PO Box 31286', 'Superbia', '0759', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1211', '1094', 'f', NULL, 'SHARON-ANN', 'ZATTHERON', 'P O BOX 175', 'UMBOGINTWINI', '4140', 'AMANZIMTOTI', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1212', '1095', 'f', NULL, 'Cindy', 'Woolard', 'Farm F15', 'Plettenbergbay', '6600', 'Western Cape', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1213', '1096', 'f', NULL, 'Karen', 'Herbert', 'P.O. Box 85', 'Burgersdorp', '9744', 'Burgersdorp', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1214', '1097', 'f', NULL, 'essie', 'la grange', 'krompoort', 'box 211', '9750', 'aliwal north', 'cape province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1215', '1098', 'f', NULL, 'Debbie', 'Hawkins', '3 Market St', 'George', '6529', 'George', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1216', '1099', 'f', NULL, 'Adele', 'Wright', '27 Wemmer Drive', 'Discovery', '1710', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1217', '1100', 'f', NULL, 'Neethi', 'Chetty', '197 North Ridge Road 4th Floor Suite 401', 'Morningside', '4001', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1218', '1101', 'f', NULL, 'VAN DER MERWE ALBA', 'DISTANT STAR TRADING', 'SQUARE @ MIDSTREEM SHOP 16 BRAKFONTEIN RD MIDRAND', 'MIDRAND ESTATE CENTURION', '1692', 'PRETORIA', 'SOUTH AFRICA', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1219', '1102', 'f', NULL, 'Natalie', 'Jackson', '549 Olivine Cove, Emerald Estate', 'Greenstone Drive', '1609', 'Edenvale', 'JHB', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1368', '1239', 'f', NULL, 'JOEY', 'LE ROUX', '53 figulus street', 'KRUGERSDORP-WES', '1739', 'KRUGERSDORP', 'GAUTENG', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1221', '1104', 'm', NULL, 'GERARD', 'MAREE', 'BERGMANSTREET 9', 'OOSTERVILLE', '8801', 'UPINGTON', 'NORTHERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1222', '1105', 'f', NULL, 'patricia', 'picknell', '6608 Leland Dr.', '', '40014', 'Crestwood', '', '223', '27');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1223', '1106', 'f', NULL, 'Debbie', 'du Toit', '23 Latham Street', 'Irenepark', '2570', 'Klerksdorp', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1224', '1107', 'f', NULL, 'Amore', 'Bester', '1 Rotterdam Street', 'Kabega Park', '6025', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1225', '1108', 'f', NULL, 'Robyn', 'Driver', '3 Church Close Church Street', '3 Saint George Kinsington B2192', 'kt17 4pt', 'London', 'Surrey', '222', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1226', '1109', 'f', NULL, 'Marlene', 'Ackerman', 'PO Box 2310', '', '6500', 'Mossel Bay', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1227', '1110', 'f', NULL, 'sandra', 'jurgens-boltman', 'kalkheuwelstr', 'kleine kuppe', '0000', 'windhoek', 'khomas', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1228', '1111', 'f', NULL, 'Henriette', 'Le Grange', 'P.O. Box 9794', '', '9000', 'Windhoek', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1229', '1112', 'f', NULL, 'Bisshopp Caroline', 'Trinity Design', '13 Cambelton Crescent', 'Parklands', '7441', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1230', '1113', 'f', NULL, 'Marliese', 'Roux', '15 Mangenese st Kijat Park', 'West Acres', '1200', 'Nespruit', 'Mpumulanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1231', '1108', 'f', NULL, 'Robyn', 'Driver', 'p o box 188', 'ferndale', '2160', 'johannesburg', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1232', '1114', 'f', NULL, 'Melinda', 'van der Merwe', '59 Ritchie Road', 'Pelham', '3201', 'PIETERMARITZBURG', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1233', '1115', 'f', NULL, 'Linda', 'Fourie', '59 Dolomite Str', 'Carletonville', '2499', 'Carletonville', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1234', '1116', 'f', NULL, 'CHRISTELLA', 'CHRONIAS', 'factory kensington', 'shop rivonia rd new centre', '1455', 'east rand mall', 'kensington', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1235', '1117', 'f', NULL, 'Suzette', 'Cuperus', '67 Markstreet', 'Upington', '8801', 'Upington', 'Northern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1236', '1118', 'f', NULL, 'Sharon', 'Raubenheimer', 'Caledon Street', 'Camphersdrift', '6529', 'George', 'Zaragoza', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1237', '1119', 'f', NULL, 'Erika', 'Kullander', '33 Sycamore Avenue', 'Weltevreden Park', '1709', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1238', '1120', 'f', NULL, 'JONI', 'VAN DER WALT', 'PO BOX 184', '', '4275', 'MARGATE', 'KWAZULU NATAL', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1239', '1121', 'f', NULL, 'Vanessa', 'Burger', '23 Monument Road', '', '2470', 'Volksrust', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1240', '1122', 'f', NULL, 'Odette', 'Party Shop Floating Baloon', 'Unit 11c Lavender Gate Drive', 'South Gate business park', '4126', 'Amanzimtoti', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1241', '1123', 'f', NULL, 'debbie', 'oosthuizen', '13 dorado drive', 'seavale', '5264', 'kaysers beach', 'eastern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1242', '1124', 'f', NULL, 'alida', 'rudman', '6 hoffmanstreet', 'morelig', '9700', 'bethlehem', 'free state', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1243', '1125', 'f', NULL, 'Tyra', 'Van As n', 'PO Box 2432', 'Plettenberg Bay', '6600', 'Plettenberg Bay', 'Cape Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1244', '1126', 'f', NULL, 'Edith', 'Banga', '315 Manong Road', 'New Europa', '0100', 'Maseru', 'Maseru', '119', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1245', '1127', 'f', NULL, 'Tyra', 'Van As', 'PO Box 2432', 'Plettenberg BAy', '6600', 'Plettenberg Bay', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1246', '1128', 'f', NULL, 'Ona', 'Bester', '1 Alaxandra rd', '', '3201', 'Pietermaritzburg', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1247', '1129', 'f', NULL, 'Surette', 'Snyman', 'Kameelfontein', '', '0621', 'Tomburke', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1248', '1108', 'f', NULL, 'Robyn', 'Driver', '3 Saint George', 'Kensington B', '2192', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1249', '1130', 'f', NULL, 'Toni', 'van der Walt', '14 El Paraiso, Batting Road', 'Beacon Bay', '5241', 'East London', 'EC', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1250', '1131', 'f', NULL, 'Maritza', 'Coetzee', '844 Paul Kruger', 'Mayville', '0084', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1251', '1132', 'f', NULL, 'Caryn', 'Eigner', 'Baviaanskloof Road', '', '7806', 'Hout Bay', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1252', '1132', 'f', NULL, 'Caryn', 'Eigner', 'P.O. Box 27034', '', '7806', 'Hout Bay', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1253', '1133', 'f', NULL, 'Sue', 'Human', '51 Pickering Street', 'Newton Park', '6001', 'Port Elizabeth', 'Port Elizabeth', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1254', '1134', 'f', NULL, 'Anderson Wendy', 'Material Girls', 'Shop 29a Dynarc Mall', 'P O Box 764', 'Scottburgh', 'South Coast', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1255', '1135', 'f', NULL, 'Richardson Cameron', 'The Water Co', 'Unit 2 - 69 Alpha Crecent', 'Umbilo', '4075', 'Durban', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1256', '1136', 'f', NULL, 'Jackie Niemandt & Sue-Marie van', 'Funkey Monkey Arts & Crafts', 'Hoek van Micheal en Dena', '(Hotel Kransberg Gebou) Winkel 2', '0380', 'Thabazimbi', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1257', '1137', 'f', NULL, 'Nina Bodenstein & Anja Verheijen', 'Property Pro', '27 Plain St', 'Stellenbosch', '7600', 'West Cape', 'West Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1258', '1138', 'f', NULL, 'Hanni', 'Truter', 'Le Roux Street 70', 'Upington', '8801', 'Northern Cape', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1259', '1139', 'f', NULL, 'Nellie', 'Pienaar', '16 Ardisia Ave', 'Geelhoutpark', '0299', 'Rustenburg', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1260', '1139', 'f', NULL, 'Nellie', 'Pienaar', 'PO Box 21726', 'Proteapark', '0305', 'Rustenburg', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1261', '1140', 'f', NULL, 'Marian', 'McPhail', '8 Villa Mezzo, 33 Middle Road', 'Morningside', '2196', 'Sandton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1262', '1141', 'f', NULL, 'Michelle', 'Bosman', '116 11th Avenue', 'Gonubie', '5256', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1263', '1142', 'f', NULL, 'Cindy', 'Freedman', '115 Prince Albert Street Linmeyer', 'Johannesburg', '2190', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1264', '734', 'f', NULL, 'Elize', 'Cordier', 'PO Box 1660', '', '1242', 'Hazyview', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1265', '1143', 'f', NULL, 'Rosemary-Anne', 'Williams', '660 Astor Road', 'Shelly Beach', '4265', 'Margate', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1266', '1144', 'f', NULL, 'Lynette', 'Francis', '28 6th Street', 'Wynberg', '2090', 'Sandton', 'Johannesburg', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1267', '1145', 'f', NULL, 'jill', 'rippon', '47 frere cres', 'glenwood', '4001', 'durban', 'kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1268', '1054', 'f', NULL, 'Liezl', 'van rooyen', '23 upper drostdy', 'central', '6229', 'uitenhage', 'eastern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1269', '1146', 'f', NULL, 'Kinnear Anna', 'Beads and Jewels', 'PO Box 360', 'Mandini', '4490', 'Mandini', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1270', '1147', 'f', NULL, 'Solan', 'Sampson', 'Panoramadrive', '', 'PO BOX4868', 'Johannesburg', 'Weltevredenpark', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1271', '100', 'f', NULL, 'Heila', 'Fernandes', '30 Fourth ave', 'Northmead', '1501', 'Benoni', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1272', '1148', 'f', NULL, 'Philippa', 'Turner', '15 Quarterdeck Close', 'Langebaan', '7357', 'West Coast', 'W. Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1273', '1149', 'f', NULL, 'JENNY', 'MCLAREN', '1 Shirley Rd', 'Winkelspruit', '4126', 'Amanzimtoti', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1274', '1150', 'm', NULL, 'Aubrey & Melanie', 'Van Der Watt', '259 Uitlander Street', 'Vryheid', '3100', 'Vryheid', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1275', '1151', 'f', NULL, 'Janet', 'Kayser', 'P O Box 40061', '', '3900', 'Richards Bay', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1276', '1152', 'f', NULL, 'Knit & Stitch', 'Ada Brits', 'Shop 18 Permanent Bl', 'Uvongo', '4270', 'Uvongo', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1277', '1152', 'f', NULL, 'Knit & Stitch', 'ada brits', 'Box 58', 'Uvongo', '4270', 'Uvonog', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1278', '1152', 'f', NULL, 'Ada Brits', 'Knit & Stitch', 'Box 58', 'Uvongo', '4270', 'Uvongo', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1279', '1153', 'f', NULL, 'Leanda', 'van der Westhuizen', 'PO Box 103', '', '7270', 'Napier', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1280', '1154', 'f', NULL, 'Fazila', 'Material Mart Trust/ Coventary', 'Material Mart Trust', 'Postnet 103 Private Bag x3', '3630', 'Westville', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1281', '1155', 'f', NULL, 'MARGRET BLACWELL', 'BERNINI BRACKEN CITY', 'Bernina Bracken City', 'P O Box 167292', '1454', 'Brackendowns', 'Alberton, Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1282', '1156', 'f', NULL, 'Joey', 'Belstead', 'Farm Mabete 1', 'Eiland road', '0885', 'Letsitele', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1284', '1158', 'f', NULL, 'Julandi', 'van den Heever', '28 Venter street', 'Northam', '0360', 'Northam', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1285', '1159', 'f', NULL, 'annatjie', 'van staden', '3 dinpierre, 17 hartbees', 'huttenpark', '2940', 'newcastle', 'kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1286', '1160', 'f', NULL, 'Anne-Marie', 'Fourie', '20 Compacta Street', 'Heldervue', '7130', 'Somerset West', 'Westrn Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1287', '1161', 'f', NULL, 'Amelda', 'Dustan', '12 Smith Street', '', '5257', 'Gonubie', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1288', '1162', 'f', NULL, 'susan', 'mostert', '7 elandstreet', '', '8410', 'lime acres', 'northern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1289', '1163', 'f', NULL, 'Glyn', 'Armstrong', '2, Leicester St', '', '6139', 'Grahamstown', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1290', '1164', 'f', NULL, 'Daleen', 'du Toit', '60 Engelbrecht Street', '', '9520', 'viljoenskroon', 'Freestate', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1291', '1165', 'f', NULL, 'Sina', 'Labuschagne', '14a Hunter road', '', '3370', 'Ladysmith', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1292', '1166', 'f', NULL, 'Hildegarde', 'Mouton', '22 Kleinzee Street', 'Brackenfell', '7560', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1293', '1167', 'f', NULL, 'Swart', 'Liesel', '3 Polka Corner', 'Sunward Park', '1470', 'Boksburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1294', '1168', 'f', NULL, 'Madelein', 'Engelbrecht', 'Plot 4 R24', 'Boschfontein Rex', '0300', 'Rustenburg', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1295', '1169', 'f', NULL, 'Maxie', 'Naude', '2 Trevor Wadley Close', '', '4126', 'Kingsburgh', 'kwazulu-natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1296', '1170', 'f', NULL, 'Esta', 'Rademeyer', '10 Joubert Street', 'Parsons Hill', '6001', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1297', '1171', 'f', NULL, 'Joleane', 'Marais', 'Posbus 758', '', '9810', 'reitz', 'free state', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1298', '1172', 'f', NULL, 'Natasja', 'Maritz', 'Ratama Crescent', 'Kosmosdal', '0046', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1299', '1173', 'f', NULL, 'Charlotte', 'Human', '10th ave no 108', 'Gonubie', '5257', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1300', '1174', 'f', NULL, 'DINA', 'STEYN', '38 THERONSTREET', 'VILJOENSKROON', '9520', 'VILJOENSKROON', 'FREE STATE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1301', '1175', 'f', NULL, 'Vivien', 'Kruger', '21 Fitzpatrick', '', '1911', 'Vanderbijlpark', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1302', '1176', 'f', NULL, 'Yvonne', 'Coetsee', 'Danehill Complex No 36 Furrow Road', 'Equestria', '0001', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1303', '1177', 'f', NULL, 'Mariaan', 'Maré', '7 Chris Lombaard', '', '1120', 'Lydenburg', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1304', '1178', 'f', NULL, 'Yvonne', 'Coetzee', '20 Bendigo Road', 'Southport', '4320', 'Port Shepstone', 'Kwa-Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1305', '1179', 'f', NULL, 'Cindy', 'Fischer', '24 Fourie str', 'Brackenfeell', '7560', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1306', '1180', 'f', NULL, 'Rose', 'Ryder', '6 Esmeralda Crescent', 'Robindale', '2194', 'JHB', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1307', '1181', 'f', NULL, 'YVETTE', 'LOTTRING', '174 Royal Road', 'Maitland', '7405', 'Cape town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1308', '1182', 'f', NULL, 'ANTOINETTE', 'VAN DER WALT', 'Oranjestraat 40', '', '9500', 'KROONSTAD', 'FREE STATE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1309', '1182', 'f', NULL, 'Antoinette', 'Van der Walt', 'Posbus 80', '', '9500', 'KROONSTAD', 'FREE STATE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1310', '1183', 'f', NULL, 'Engela', 'Thompson', 'Duvenhagestr 13', '', '1185', 'Carolina', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1312', '1185', 'm', NULL, 'Jess & Lynda', 'Jessnitz', '29 Hillside Road', 'Prestbury', '3201', 'Pietermaritzburg', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1313', '1186', 'f', NULL, 'simie', 'lakay', '15 sauer street', 'southern', '7800', 'cape town', 'western', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1314', '1187', 'f', NULL, 'odette', 'fish', '04 cradock street', 'geogre south', '6530', 'george', 'western cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1315', '1188', 'f', NULL, 'Crystal', 'Rossle', '18 willem Applegryn Road', 'Northdene', '4610', 'Pinetown', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1316', '1189', 'f', NULL, 'TERSIA', 'KLEU', '168 PRESIDENT STRAAT', 'VRYHEID', '3100', 'VRYHEID', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1317', '1190', 'f', NULL, 'Dunkley Tania', 'Crafty Stuff', '12 HOREB ST', 'Clarens', '9707', 'CLARENS', 'Free State, South Africa', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1318', '1191', 'f', NULL, 'KINNEAR ANNA', 'BEAD HEAVEN S A', 'PO BOX 360', 'MANDINI', '4490', 'MANDINI', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1319', '1192', 'f', NULL, 'Isabel', 'Fourie', 'Pretorius st 80', 'Sasolburg', '1947', 'Sasolburg', 'Freestate', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1320', '1193', 'f', NULL, 'Diana', 'Hatziandreou', '61 Plantation Road, Eastleigh', 'Eastleigh', '1610', 'Edenvale', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1321', '1194', 'f', NULL, 'Lucille', 'Kotze', '52 Dorp street,', 'Ruimsig number 9', '0699', 'Polokwane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1322', '1195', 'f', NULL, 'Candice', 'Austin', 'P.O.Box 676', '', '3900', 'Richards Bay', 'Kwazulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1323', '1196', 'f', NULL, 'Clarissa', 'Popham', '19 Nelson Avenue', 'Georginia', '1724', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1363', '1234', 'f', NULL, 'Elme', 'Fouche', '14 Bordeaux, Alto Villa, Timbabati Street', 'Moreleta park', '0043', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1325', '1198', 'f', NULL, 'ilona', 'ferreira', 'rosmead str', 'klipfontein', '1034', 'witbank', 'mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1326', '1199', 'f', NULL, 'Roelene', 'Rudolph', '387 Schurmans Avenue', 'Pretoria Gardens', '0082', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1327', '1200', 'f', NULL, 'Jennifer', 'Goodman', '37 The Grove', 'Montclair', '4004', 'DURBAN', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1328', '1201', 'f', NULL, 'Maresa', 'de Clercq', '5 Emfuleni', 'The Boulders', '1120', 'Lydenburg', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1329', '1202', 'f', NULL, 'liezl', 'hammann', 'de vaalstreet 8', 'louis trichardt', '0920', 'louis trichardt', 'limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1330', '1203', 'f', NULL, 'Liezel', 'Kirton', '2 Pres Kruger Street', '', '1390', 'Phalaborwa', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1331', '1204', 'f', NULL, 'Bonny', 'D\'Aguiar', '4 Devon Rd', 'Hillside', 'byoo', 'Bulawayo', 'Africa', '239', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1332', '1205', 'f', NULL, 'Ronelle', 'Pretorius', 'P O Box 574', '', '8920', 'Alexander Bay', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1333', '1138', 'f', NULL, 'Hanni', 'Truter', 'Private Bag X5876', 'Upington', '8800', 'Upington', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1334', '1206', 'f', NULL, 'Jeanetta', 'Abrahamse', '26 Hosking Street', 'Glencoe', '2930', 'Glencoe', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1335', '1207', 'f', NULL, 'Landy', 'Blakey', 'Camp Jonathan', 'PO BOX 63', '3740', 'ESTON', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1336', '1208', 'f', NULL, 'Tamara', 'Young', '153 Kasangula', 'Roma', '10101', 'Lusaka', 'Lusaka', '238', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1337', '1209', 'f', NULL, 'Jacomina', 'Stinton', '1a William Street', '', '6695', 'Albertinia', 'Soutern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1338', '1210', 'f', NULL, 'Annemie', 'Mynhardt', '31 Deale Road', 'Bayswater', '9301', 'Bloemfontein', 'Free State', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1339', '1211', 'f', NULL, 'Ilse', 'Slatter', 'PO Box 4919', 'Randburg', '2125', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1340', '1212', 'f', NULL, 'Cindy', 'van Rooyen', '69 Ridgeside Road', 'Umgeni Road', '4051', 'Durban', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1341', '1213', 'f', NULL, 'Lauriel', 'Petersen', 'Hadeco, Falls Rd', 'Little Falls', '1735', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1342', '1213', 'f', NULL, 'Lauriel', 'Petersen', 'P O Box 568', 'Strubens Valley', '1735', 'Roodepoort', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1343', '1214', 'f', NULL, 'marchelle', 'lombard', 'blesbok str10', 'ventersdorp', '2710', 'ventersdorp', 'north-west', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1344', '1215', 'f', NULL, 'Giselle', 'Basson', 'P O Box 25 Linmeyer, 2105', '', '2105', 'Johannesburg', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1345', '1216', 'f', NULL, 'anthea', 'hackmack', 'p o box 13335', 'vincent', '5217', 'east london', 'eastern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1346', '1217', 'f', NULL, 'Lizele', 'Ritchie', '14 Villa Monte Verde', 'Lynnwood Manor', '0081', 'pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1347', '1218', 'f', NULL, 'Karen', 'Thompson', 'P O Box 864', 'Glenvista', '2058', 'Johannesburg', 'Guateng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1348', '1219', 'f', NULL, 'June', 'Plumstead', 'CHamberlain Rd', 'Berea', '5214', 'East London', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1349', '1220', 'f', NULL, 'willemijn', 'murray', 'po box 1295', '', '6600', 'plettenberg bay', 'western cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1350', '1221', 'f', NULL, 'Adele', 'de Klerk', 'Jakkalsvlei', 'Griekwastad', '8365', 'Griekwastad', 'Northern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1351', '1222', 'f', NULL, 'DANIELLE', 'PIENAAR', '5 steenbok str', 'jordaanpark', '1441', 'heidelberg', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1352', '1223', 'f', NULL, 'DESIREE', 'NELL', '47 adderleystreet', 'cradock', '5880', 'cradock', 'eastern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1353', '1224', 'f', NULL, 'Joan', 'Gouws', '68 Plato Street', 'Academia', '9000', 'Windhoek', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1354', '1225', 'f', NULL, 'Monique', 'Hope', '42 Merryhill DRive', '', '6191', 'Kenton On SEa', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1355', '1226', 'f', NULL, 'Madeleine', 'De Bernier', '75 Wakis Ave', 'Strydom Park', '2125', 'Gauteng', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1356', '1227', 'f', NULL, 'Ann', 'le Roux', '26 Nell v/d Poll Street', 'Wavecrest', '6300', 'Jeffreysbay', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1357', '1228', 'f', NULL, 'Maryna', 'Van der Walt', 'Pretoriusstr, Nylpark Centre, Shop 4C', '', '0600', 'Mokopane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1358', '1229', 'f', NULL, 'Mary', 'Barnes', '17 Beaty Street', 'Ext 5', '1035', 'Witbank', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1359', '1230', 'f', NULL, 'Asma', 'Moosagie', '1 Watsonia St', 'Malabar', '6000', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1360', '1231', 'f', NULL, 'Janine', 'Claassen', '213 north road', 'roseacre', '2197', 'johannesburg', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1361', '1232', 'f', NULL, 'Linda', 'Huyser', 'Doornstreet 30', 'Stilfontein', '2551', 'Stilfontein', 'North west', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1362', '1233', 'f', NULL, 'Annamarie', 'van Aardt', '24 Fir Avenue', 'WILLOW PARK', '5208', 'EAST LONDEN', 'EASTERN CAPE', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1364', '1235', 'f', NULL, 'Lizel', 'Barrie', 'Faure straat 5', 'Morelig', '9700', 'Bethlehem', 'Vrystaat', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1365', '1236', 'f', NULL, 'Nadia', 'Riberts', 'P O Box 1138', 'Strand', '7139', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1369', '1240', 'f', NULL, 'SHIMMY', 'VANDAYAR', '102 Crammer Street', 'Malabar', '6020', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1370', '1241', 'f', NULL, 'Tania', 'Minnie', '29 Berg Street', 'Central Beach Area', '7140', 'Gordon\'s Bay', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1371', '1242', 'f', NULL, 'Rochelle', 'Joubert', '29 Heliotrope Street', 'Kempton Park', '1619', 'kempton Park', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1372', '1243', 'f', NULL, 'iracema', 'cordeiro', 'r sao tome n50', '', '0000', 'luanda', 'luanda', '6', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1373', '1244', 'f', NULL, 'niki', 'odysseus', '39 orange street', 'vredefort', '9595', 'vredefort', 'free state', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1374', '1245', 'f', NULL, 'Bernadette', 'De Swardt', 'Shop 3 The Circle', 'Ballito', '4390', 'Ballito', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1375', '1246', 'f', NULL, 'Peggy', 'Laib', '42 Appie Dorring Street', 'Mayberry Park', '1759', 'Alberton', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1376', '1247', 'f', NULL, 'Netta', 'du Preez', 'Suite 1, Private Bag X5,', 'Hartenbos', '6520', 'Mosselbay', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1377', '1248', 'f', NULL, 'Ada', 'Rohrbeck', 'Omdraai Str 3', 'C Place', '6330', 'Jeffreys Bay', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1378', '1249', 'f', NULL, 'Innecke', 'Meyer', '11 Oberholzer str', 'Ellisras', '0555', 'Lephalale', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1379', '1250', 'f', NULL, 'jennifer', 'stelzer', 'p.o.box 2587', '', '8300', 'kimberley', 'northern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1380', '1251', 'f', NULL, 'Raylene', 'Williams', '453 HansCoverdale West', 'Eersterust', '0022', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1381', '1252', 'f', NULL, 'Odette', 'Bezuidenhoudt', 'P O Box 1235', 'Vineta', '9000', 'Swakopmund', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1382', '1253', 'f', NULL, 'Cicelia', 'Diedericks', 'Bushlands Lodge', 'Hluhluwe', '3960', 'kZN', 'kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1383', '1254', 'f', NULL, 'Monique', 'Oosthuizen', 'PO Box 39484', 'Moreleta Park', '0044', 'Pretoria', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1384', '1255', 'f', NULL, 'Nicola', 'Conje', '20 Paul Mills str', '', '0900', 'Musina', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1385', '1255', 'f', NULL, 'Nicola', 'Cronje', 'P.O. Box 130', '', '0900', 'Musina', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1386', '1255', 'f', NULL, 'Nicola', 'Cronje', 'P.O. Box 130', '', '0900', 'Musina', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1387', '1256', 'f', NULL, 'mareli', 'v. d. westhuizen', 'unit 3 villa de taryn', 'lorraine', '6070', 'port elizabeth', 'eastern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1388', '1257', 'f', NULL, 'Ivete', 'Hattingh', '21 Berseba, Van Ryneveld str', 'Pierre van Ryneveld', '0157', 'Centurion', 'Pretoria', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1389', '1258', 'f', NULL, 'Elize', 'Joubert', '52 Ibis Street', 'Tedstoneville', '1428', 'Germiston', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1390', '1259', 'f', NULL, 'Janie', 'Moffitt', '71 Gallinule Gait', 'Birdswood', '3900', 'Richards Bay', 'Kwa Zulu Natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1391', '1260', 'f', NULL, 'Fatgeya', 'Savahl', '48 Stanford Road', 'Korsten', '6001', 'Port Elizabeth', 'Eastern Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1392', '1261', 'f', NULL, 'janine', 'van der mescht', '23 stephen offer', '', '3815', 'eshowe', 'kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1393', '1262', 'f', NULL, 'Colleen', 'Steyn', '2 Harper Rd', 'N/A', '0900', 'Musina', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1394', '1263', 'f', NULL, 'melanie', 'landman', '51 boomstreet', '', '6265', 'jansenville', 'eastern cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1395', '1264', 'f', NULL, 'pearl', 'erasmus', '3 Formosa Road', 'Westering', '6025', 'Port Elizabeth', 'Eastern Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1396', '1265', 'm', NULL, 'Jabulani', 'Masondo', 'P O BOX 78317', 'Sandton', '2146', 'Midrand', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1397', '1265', 'm', NULL, 'Jabulani', 'Masondo', '25 Bakersfield, Canart Street', 'Kyalami Hills ext 9', '1684', 'Midrand', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1398', '1252', 'f', NULL, 'Odette', 'Bezuidenhoudt', 'P O Box 1235', '', '9000', 'Swakopmund', 'Swakopmund', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1399', '1253', 'f', NULL, 'cicelia', 'diedericks', 'bushlands lodge gwanzi houses', 'hluhluwe', '3960', 'hluhluwe', 'kzn', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1400', '1002', 'f', NULL, 'Tersia', 'Adlam', '57 Paul Kruger street', 'Polokwane', '0700', 'Polokwane', 'Limpopo Provinsie', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1401', '1266', 'f', NULL, 'Karin', 'Wainwright', '25 Falcon Street', 'Durbanville', '7551', 'Cape Town', 'Cape Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1402', '1267', 'f', NULL, 'hermi', 'lombaard', '23 waxbill', 'stonehendge', '1200', 'nelspruit', 'mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1403', '1268', 'f', NULL, 'elna', 'bezuidenhout', 'Ericalaan 16', 'Upington', '8800', 'Upington', 'Noord Kaap', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1404', '1269', 'f', NULL, 'moira', 'de jager', 'de duin slot no 6', 'blouwaterbaai', '7380', 'saldanha', 'western cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1405', '1270', 'f', NULL, 'Annatjie', 'Burgeer', 'Springbokstraat 10', 'Kuruman', '8460', 'Kuruman', 'Noordkaap', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1406', '1271', 'f', NULL, 'Samantha', 'Jansen', '12 Kompanjie Street', 'Bothasig', '7441', 'Cape Town', 'Western Cape', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1407', '1272', 'f', NULL, 'Odette', 'Engelbrecht', '9 wellington Road', 'Wynberg', '7800', 'Cape town', 'Cape town', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1408', '1273', 'f', NULL, 'Sindy-Leigh', 'Scholtemeyer', 'Prince', 'Bloemhof', '2660', 'Bloemhof', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1409', '1274', 'f', NULL, 'MOnica', 'Fourie', 'Farm Beerlaagte', 'Grootvlei', '2420', 'Grootvlei', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1410', '1274', 'f', NULL, 'Monica', 'Fourie', 'P O Box 41', 'Balfour', '2410', 'Balfour', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1411', '1275', 'm', NULL, 'ERROL ERROL', 'ERROL', '3 fjfjfjfj', 'warner beach', '4126', 'amanzimtoti', 'kwazulu natal', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1412', '1276', 'f', NULL, 'Liz', 'van Dyk', 'Mitchell Road', 'Port Edward', '4295', 'Port Edward', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1413', '1277', 'f', NULL, 'Debbie', 'Boyd', '53 Dolphin Crescent', 'Balito', '4420', 'Ballito', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1414', '1278', 'f', NULL, 'Gerda', 'Dreyer', 'Melville 114', 'Amsterdam', '2375', 'Amsterdam', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1415', '1279', 'f', NULL, 'Maureen', 'Coetzee', '4 Phlox street', 'Primrose', '1416', 'Germiston', 'Gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1416', '1252', 'f', NULL, 'Odette', 'Bezuidenhoudt', 'P O Box 1235', '', '9000', 'Swakopmund', 'Namibia', '147', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1417', '1280', 'f', NULL, 'nikita', 'clements', '3 John White Ave', 'Paradise Park', '0000', 'Marondera', 'Mashonaland', '239', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1418', '1280', 'f', NULL, 'Nikita', 'clements', 'Box 145048', 'bracken gardens', '1450', 'alberton', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1419', '1280', 'f', NULL, 'nikita', 'clements', 'box 145048', 'bracken gardens', '1450', 'alberton', 'gauteng', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1420', '1281', 'f', NULL, 'Cindy', 'van Rooyen', 'P O Box 26705', 'Steiltes', '1213', 'Nelspruit', 'Mpumalanga', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1421', '1282', 'f', NULL, 'elsabe', 'marx', 'Plaas Asperans', 'Pobox 1009', '9810', 'Reitz', 'Free state', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1422', '1283', 'f', NULL, 'Sharon', 'Morrison', '21 De Kock Street', '', '8600', 'Vryburg', 'North West', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1423', '1284', 'f', NULL, 'Zaphia', 'September', '53 Oranje Street', 'Tygerdal', '7460', 'Goodwood', 'Cap[e Town', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1424', '1285', 'f', NULL, 'Helene', 'Terblanche', '151 Mitchell Street', '', '4265', 'SHELLY BEACH', 'KZN', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1425', '1286', 'f', NULL, 'Giselle', 'Richards', '24 Barracks Square', '', 'STHL1ZZ', 'Jamestown', 'St Helena', '197', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1426', '1287', 'f', NULL, 'Lucinda', 'Brooks', '74 Bob Price Str', 'Hillside', '6059', 'Port Elizabeth', 'Eastern Province', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1427', '1288', 'f', NULL, 'Anel', 'Smit', '5 Oranje Street', '', '0600', 'Mokopane', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1428', '1289', 'f', NULL, 'Cecilia', 'Snyman', '69 Frans du toit', '', '1390', 'Phalaborwa', 'Limpopo', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1429', '1290', 'f', NULL, 'Diane', 'Kriel', '7 Quince Street', '', '7140', 'Gordons Bay', 'WC', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1430', '1291', 'f', NULL, 'loose ends', 'loose ends', 'voortrekker str 44', 'brandfort', '9400', 'brandfort', 'free state', '193', '0');
insert into address_book (address_book_id, customers_id, entry_gender, entry_company, entry_firstname, entry_lastname, entry_street_address, entry_suburb, entry_postcode, entry_city, entry_state, entry_country_id, entry_zone_id) values ('1431', '1292', 'f', NULL, 'Yolandi', 'Van Wyk', '56 Wild Olive street', 'Brackendowns', '1452', 'Johannesburg', 'Gauteng', '193', '0');
drop table if exists address_format;
create table address_format (
  address_format_id int(11) not null auto_increment,
  address_format varchar(128) not null ,
  address_summary varchar(48) not null ,
  PRIMARY KEY (address_format_id)
);

insert into address_format (address_format_id, address_format, address_summary) values ('1', '$firstname $lastname$cr$streets$cr$city, $postcode$cr$statecomma$country', '$city / $country');
insert into address_format (address_format_id, address_format, address_summary) values ('2', '$firstname $lastname$cr$streets$cr$city, $state    $postcode$cr$country', '$city, $state / $country');
insert into address_format (address_format_id, address_format, address_summary) values ('3', '$firstname $lastname$cr$streets$cr$city$cr$postcode - $statecomma$country', '$state / $country');
insert into address_format (address_format_id, address_format, address_summary) values ('4', '$firstname $lastname$cr$streets$cr$city ($postcode)$cr$country', '$postcode / $country');
insert into address_format (address_format_id, address_format, address_summary) values ('5', '$firstname $lastname$cr$streets$cr$postcode $city$cr$country', '$city / $country');
drop table if exists banners;
create table banners (
  banners_id int(11) not null auto_increment,
  banners_title varchar(64) not null ,
  banners_url varchar(255) not null ,
  banners_image varchar(64) not null ,
  banners_group varchar(10) not null ,
  banners_html_text text ,
  expires_impressions int(7) default 0 ,
  expires_date datetime ,
  date_scheduled datetime ,
  date_added datetime default '0000-00-00 00:00:00' not null ,
  date_status_change datetime ,
  status int(1) default 1 not null ,
  PRIMARY KEY (banners_id)
);

insert into banners (banners_id, banners_title, banners_url, banners_image, banners_group, banners_html_text, expires_impressions, expires_date, date_scheduled, date_added, date_status_change, status) values ('1', 'osCommerce', 'http://www.oscommerce.com', 'banners/oscommerce.gif', '468x50', '', '0', NULL, NULL, '2006-01-13 11:02:29', NULL, '1');
drop table if exists banners_history;
create table banners_history (
  banners_history_id int(11) not null auto_increment,
  banners_id int(11) default 0 not null ,
  banners_shown int(5) default 0 not null ,
  banners_clicked int(5) default 0 not null ,
  banners_history_date datetime default '0000-00-00 00:00:00' not null ,
  PRIMARY KEY (banners_history_id)
);

insert into banners_history (banners_history_id, banners_id, banners_shown, banners_clicked, banners_history_date) values ('1', '1', '12', '0', '2006-01-13 11:20:00');
insert into banners_history (banners_history_id, banners_id, banners_shown, banners_clicked, banners_history_date) values ('2', '1', '2', '0', '2006-01-14 10:33:04');
insert into banners_history (banners_history_id, banners_id, banners_shown, banners_clicked, banners_history_date) values ('3', '1', '38', '0', '2006-01-15 01:24:11');
insert into banners_history (banners_history_id, banners_id, banners_shown, banners_clicked, banners_history_date) values ('4', '1', '2', '0', '2006-01-17 13:58:44');
insert into banners_history (banners_history_id, banners_id, banners_shown, banners_clicked, banners_history_date) values ('5', '1', '22', '0', '2006-01-20 08:18:55');
insert into banners_history (banners_history_id, banners_id, banners_shown, banners_clicked, banners_history_date) values ('6', '1', '23', '0', '2006-01-21 09:36:42');
drop table if exists cache;
create table cache (
  cache_id varchar(32) not null ,
  cache_language_id tinyint(1) default 0 not null ,
  cache_name varchar(255) not null ,
  cache_data mediumtext not null ,
  cache_global tinyint(1) default 1 not null ,
  cache_gzip tinyint(1) default 1 not null ,
  cache_method varchar(20) default 'RETURN' not null ,
  cache_date datetime default '0000-00-00 00:00:00' not null ,
  cache_expires datetime default '0000-00-00 00:00:00' not null ,
  PRIMARY KEY (cache_id, cache_language_id),
  KEY cache_id (cache_id),
  KEY cache_language_id (cache_language_id),
  KEY cache_global (cache_global)
);

insert into cache (cache_id, cache_language_id, cache_name, cache_data, cache_global, cache_gzip, cache_method, cache_date, cache_expires) values ('ca34fbe5f9a075091ad59abf02c259a7', '1', 'seo_urls_v2_products', 'pX1Lk+O40t3ev8K7a0d4QfDN8Mphe+lHOOz1FxRFSewiRQ1JVZX61/tkJkCRIgWgumPu1J2u6DzE4yAzkUgkjvWpudb/4V//+//8r//2//7r//23//lf/sd//7ck/9d/+vf/qsswU2HXldXwaJvqUJfHses/6setuX6Eya0a//Uf//O/O+4CZBog3QWoLuVQ9WXrAEk1SLIP0tZAGR7j5AKKNZBK0q67QaqlvpyH+hEGga0bse6GSpeCVX+71YNLVA+hylaipuOO7xbSc5WX49gPU3083a8fD54Bj8EPtHSxlf66NFPtGHalhz3YivdDeT275EMtr7by1/LzcWjvLoRII4RbhMPQnC/To27b/svRj1ijRFuU6tJXfVtO9WHov64OnETjxFuc6T78c++b0dGhWEOoeEmGYzl88GzayRDp0QjUUlgm0iGpZyIIl5ItDeChbjCPDnE9gEG0FD+UB1EADmHd5WDVZRLm+XcI6wUbvC7Y+upqs16xwXrFDnXZuST1gg1WC1YT3tFcvVyDfDlQXQnFRHqT+G4HiPWKDYolwExSl7ResCpYSp/79ugS1PxQK2aNTfvpVm+alGpFral0zU+sOaXWnGrL6sPR2EQPcpjvWgNmdVt+1tcjGm81Tqke7bDYRXLrp1QPeBTkO9axWtilxGpeUj3+kdrF0bbCgaEnIgr3MEi9OOT1hETRnrwZUAeGXutRvIdB4+mQ18s9SuJ5PE9lVcPuHZuy66/H8VLe6uXAhg5ErQai1IrYNiCeC0rrhSizQolZtk+3ZnCUW5G0SbJCZZrCUWGHYlNrR9IcjNUGaejveuTrrh7KljwmKODMurgyzcc4tOAN/aNseZ05wDQ548gGVh9dbdL8jGMLDLuD9uYUooPKUxCk41c59J/jR6M9UDCfx0vzVv+2PMQ2/zLT3EpIG17gmE5MdPLzaHQiu9XINJ8SMrFraZ4ph3iuOZSQkV2Li9VzyWstmJCpXcvTYnBJa94lZG7X0p9N39aTS17zLCGbu5Yf6qNLWPMqIXu7FhbP0iXPhPoaVaC++uE4YtaG5nr+aqbLBW0fb0N9g0Wrj/extBIgZ813bFUQacag51M9jKzrotBGnpx13BWiKoxGqLLH9d4dILvbjMiqBXImYlhdmvZ46fsjIKpLNZSnadkVZcdgOsIhGOG4wPkoH6txsAsXTMYoCptpLA/9Y/VZZRuGgmkYRSlJnpuh/YEocxCWD0sZqm661Jf+PtY/AGASRnFw6Q+Hhua9P9Xj2PTXsbuPTbVCsg5ewYyK0qIrr+OhHqfT0MCVWQHYh4GZFGVBCckKIOUJnPyBPLMpylRVTuOxP6/nzv5pJk+UhUM9YTtVPipM/w++zLxJikgGv57Wn05tk68C5k0a5hVmcBoeH0Tc+ur/dSxh2t6lgZrq73L16cL+ZSZPGhVfl7Ktv0p8d/nV3C7MCihPi/HewbZW/TSV5xXx2nI41w4Q5kyRBxb6WkmHDQP1vSiKtv+E/rq9jn1k7wRTpijy/j4d+34YbwhVrEZQOQBEY2D9yDB8liAfFs9yHO1qQymefxXFkUAcoHYf5XA8DGW5Zr9VlyrFLABOPjVXELht6+q1KbHV8VGKCaGSJLyW9wlrsB0vCFOsB8QBwfoEGyHaEJwQ4aiHw32a+qtyyDGd4ij4QiwPc1kPqyF0dJ1JoCJVzOr/VjbX6TDcxxWlMysbFLOhWpiy8lCNdwqVVeVaqZZT/zvEun4bPlRKVEqSw/lHvHFhTpW9MyHzofsKUnVuEa+5QYmW6Au8KTKLHDUZbw28WatKUyHzgXDC/lb+c681UIeV2tZH2SPDzH2Q3Xc0iXnxKwzSTyiKK/hVi8ux6pbVTYCBp4X6S+XJeCuvDfkbXXksx0tzW/PL0RTmicqC5Lsrxwnu/ErarvBCVje/VFKQ8BdCKtPlJ+JMs18qTE4QrAcCWY6AXc+HTAgMoiK5c3OaRrh57OYuQRw9YH2TRjFCxsOI/je39QA4llnE5JpKWpP10D665nv5cWWfw0hUjMoz8TG5Ef1pY3ZcjRA6qSxiFv2wDcyjw6DCQFOYNx3Ui1H7qw6FGwmFkmTsu3q6gP0n0HG1RO2TEDGNQqUO9zPWJ62fqenqQ10fy2Z8yNie2oeyL9DI0CmEx93WDwRdPteT6WgGq6vxN39UVO2Kjq7JFIdZhU0Hp/O6NlvjpYcHVw48Qa5+MCdB7GDueddcm/J6ZA9gxS+7MZcgIkYQqxqsqI+wYv0dVnmhPe1jEjNDscLzeZFxMEL4+gMcsYSRUsemWnk1docm1louSciGNSOMEIawWRszOy0kvojhDOGK3sgIn4Z7s97F2HWkxOqxjclndT1iL3OoMS2rvjgmVh861WEK8wF+VBU05n2oR1ov4hnUU6WC81B27w/SVMI6p65VcWthlYkbt/o8KvtIJjwDkML+tD/WV/EiKDYxhnYWJTwHdR1E9CnDSextLqAk+wX10WGDE1YRdU1OeXfDhrYu29ulPNSTNIaJbXwAS9dx7kBWD+GWJHgNt6hgN95i1cBFwaPSng4YdvhXDaLzZEEO8NKqEnZ1amDoRS/GjlHilmGUElC8xJ5t0jYdRmnEXH/01+lxc5wKqYR1EKGEaxSKn/wAhnURwURrGPJ6fgDDmggw6dwnrRfXnXLYJx1dB8zcKaNe171y4WgKB2lseqVxXrrlwMkYB55cUGBnTkcbp/JaPSp4hzdyCckAjc3vWmVd9w23W4319N4xlfAm0FSg0eCQVfVQX7GOP3FOy077rZwKoOFfu7bKeKUQmtJox/5+aBGG6D+4gdSwUAEKjbNCxQnr7qpSsT6uh6ZprkdsL/VpndV514HIOsrZQzbrlQKRIz7N4ZHcviQkGkl9CdnzZt8Mzu40Dwl8piuPNHUIkVi7JioUD87YYTPAGgNqZDhCqY8U8Rv6sWyhkMuDHUVJhI2aVcBfKVscyfUPzQOMDyY/Zga4YHipAiYMnjBVf71im9jDnUKPSKe4UHilEoraQZFWUdz8mw7kHLzOebkSVshYIl0NTXcbVfLN/+u6yGFeJHpGKLEAXKG86HD9MGK6mIM8+CqmtWHftIl6JayEW6QZTEuuNEsYhksP1XdsX2kFGyJCS6kpmGwsU8JiWDqt+E4wSN9kza1LtjCLLMwEAMb3hg0IDpWwzKhL721QnptWxApu6rkeprJp6Wg1oPMyhJ/QU4Rc3yqMQrG7Sywudlh8PzxcDEZIj6wgBkLFvLB4UZLC0svomYNgXaA4vzI4+YzDC5s3x5QX4sHggg0fzQq6090Q/eYUBlKkBKM1NK8HUln2sEVhKBwJhXltPhcVpvdbRUDJsTl5O8LwnHW/oui5qA6YJmYaBsm+o8GW0sjHLI+dBO1P53ZgKX5jfds9AjicBkXI/4pCio9sAuk9q5c