# Dumped by # # Host settings: # MySQL version: (5.0.51b-community-nt) running on (www.ravensthorpehomecentre.co.uk) # Date: 11.04.2011 01:53:43 # DB: "philthepower" #---------------------------------------------------------DROP TABLE IF EXISTS `address_book`; CREATE TABLE `address_book` ( `address_book_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL default '0', `entry_gender` char(1) collate latin1_general_ci NOT NULL default '', `entry_company` varchar(32) collate latin1_general_ci default NULL, `entry_firstname` varchar(32) collate latin1_general_ci NOT NULL default '', `entry_lastname` varchar(32) collate latin1_general_ci NOT NULL default '', `entry_street_address` varchar(64) collate latin1_general_ci NOT NULL default '', `entry_suburb` varchar(32) collate latin1_general_ci default NULL, `entry_postcode` varchar(10) collate latin1_general_ci NOT NULL default '', `entry_city` varchar(32) collate latin1_general_ci NOT NULL default '', `entry_state` varchar(32) collate latin1_general_ci default NULL, `entry_country_id` int(11) NOT NULL default '0', `entry_zone_id` int(11) NOT NULL default '0', PRIMARY KEY (`address_book_id`), KEY `idx_address_book_customers_id_zen` (`customers_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1961 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '73', '', '', 'First Name', 'Last Name', 'Street Address', '', '123456', 'City', 'State/Province', '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 ('2', '2', '', '', 'Sandra', 'Rouse', '11 St Mary Street', '', 'SN15 3JJ', 'Chippenham', '', '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 ('3', '3', '', '', 'Nicola', 'carl', '218 elmton road creswell', '', 'S80 4DZ', 'worksop,nottinghamshire', '', '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 ('4', '4', '', '', 'gavin', 'jones', '13 chestnut grove, maesteg.', '', 'cf340nt', 'bridgend', '', '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 ('5', '5', '', '', 'Edward', 'Webster', '9 Dale Road', '', 'SK17 6lN', 'Buxton', '', '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 ('6', '6', '', '', 'Thomas', 'Mears', '13 Highbank', '', 'NP19 7JQ', 'Newport', '', '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 ('7', '7', '', '', 'Nicola', 'Ellison', '2 Walsden Grove', '', 'BB10 4QB', 'Burnley', '', '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 ('8', '8', '', '', 'James', 'Jarrett', 'D Coy, Merville Barracks, Circular Road South', '', 'CO2 7UT', 'Colchester', '', '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 ('9', '9', '', '', 'Lisa', 'Hall', '83a Mora Road', '', 'NW2 6TB', '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 ('10', '10', '', '', 'samantha', 'foulkes', '33 mcgredy', '', 'en7 6jz', 'cheshunt', '', '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 ('11', '11', '', '', 'kevin', 'roche', 'clonmel road', '', 'cork', 'mitchelstown', '', '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 ('12', '12', '', '', 'glenn', 'kilday', 'the paddock washingwell lane', '', 'ne16 4rt', 'whickham newcastle upon tyne', '', '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 ('13', '13', '', '', 'Lin', 'Rain', '1004# Minzheng STREET number 419', '', '116021', 'Dalian', '', '44', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '', '', 'john', 'poole', '73 newchapel road kidsgrove', '', 'st7 4rt', 'stoke on trent', '', '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 ('15', '15', '', '', 'Maurice', 'Tranter', '3 Park View, Northop', '', 'CH7 6DD', 'Mold', '', '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 ('16', '16', '', '', 'Tracey', 'Matthews-White', '7 Chandos Avenue', '', 'NG4 2NF', 'Netherfield, Nottingham', '', '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 ('17', '17', '', '', 'Claire', 'Fletcher', '11 Hazel Grove', '', 'BA3 4BT', 'Midsomer Norton', '', '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 ('18', '18', '', '', 'marcus', 'moore', '115 gloucester road chetenham', '', 'gl51 8ng', 'gloucestershire', '', '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 ('19', '19', '', '', 'Clive', 'Recks', 'HSE unit 19 zone c clonmore industrial estate', '', 'none', 'Mullingar Co.Westmeath', '', '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 ('20', '19', '', '', 'Clive', 'Recks', 'Cruith', '', 'n0ne', 'Rhode Co.Offaly', '', '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 ('21', '20', '', '', 'gary', 'thornton', '25 mayfair rd', '', 'fy1 6qz', 'blackpool', '', '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 ('22', '21', '', '', 'Gerard', 'de Bije', 'Tweelingenlaan 99', '', '5694VE', 'Breugel', '', '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 ('23', '22', '', '', 'ian', 'smith', '50 aylton road', '', 'l36 2lx', 'liverpool', '', '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 ('24', '23', '', '', 'Dylan', 'Morris', '34 Redhill Close', '', 'PL52RT', 'Plymouth', '', '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 ('25', '24', '', '', 'Malgorzata', 'Lawson', '1 Buick Rigg', '', 'DD11 4DN', 'Arbroath', '', '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 ('26', '24', '', '', 'Jessie', 'Cargill', '2 Hayshead Road', '', 'DD11 5AZ', 'Arbroath', '', '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 ('27', '25', '', '', 'helena', 'shenton', '5 pickwick close', '', 'cw11 1yr', 'sandbach', '', '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 ('28', '26', '', '', 'DAVID', 'SAVERAUX', '10,WINDERMERE CRESCENT', '', 'NE340DN', 'SOUTH SHIELDS', '', '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 ('29', '27', '', '', 'Martin', 'Carroll', 'Portlaoise', '', '0000', 'Laois', '', '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 ('30', '27', '', '', 'Finline', 'Furniture', 'New inn, emo, portlaoise,', '', '0000', 'Co. laois', '', '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 ('31', '27', '', '', 'Martin', 'Carroll', 'Crossard, wolfhill, via athy,', '', '0000', 'Co. loais', '', '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 ('32', '27', '', '', 'Finline', 'Furniture', 'New inn, emo, portlaoise', '', '0000', 'Co. laois', '', '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 ('33', '28', '', '', 'Christopher', 'Eccles', '29 Cannon Dale', '', 'BT78 1JT', 'Omagh', '', '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 ('34', '29', '', '', 'Gavin', 'Jackson', '28 Culmore Close', '', 'WV12 4TP', 'Wolverhampton', '', '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 ('35', '30', '', '', 'David', 'John', '1 Ogilvie Terrace Deri', '', 'CF819JB', 'Bargoed', '', '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 ('36', '31', '', '', 'Claire', 'Mc Loughlin', '38 Beechwood Close, Royal Oak Road', '', 'Co. Carlow', 'Bagenalstown', '', '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 ('37', '32', '', '', 'peter', 'maynard', '12 Kepeto Court', '', '3500', 'Mildura Victoria', '', '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 ('38', '33', '', '', 'Darren', 'Knott', '57 Dubarry Avenue, Kingswinford', '', 'DY6 9HN', 'West Midlands', '', '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 ('39', '34', '', '', 'elizabeth', 'donnelly', '69 seamill st', '', 'g537ax', 'glasgow', '', '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 ('40', '35', '', '', 'scott', 'munroe', '3002 brookview', '', '77584', 'pearland', '', '223', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '36', '', '', 'frank', 'eisentraeger', 'wildhausstrasse 7', '', '63589', 'linsengericht', '', '81', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '37', '', '', 'Lisa', 'Burns', '37 Baslow Drive', '', 'NG9 2SU', 'Nottingham', '', '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 ('43', '38', '', '', 'dana', 'christie', 'milton drive', '', 'AB56 1NZ', 'buckie', '', '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 ('44', '38', '', '', 'dana', 'christie', '89 milton drive', '', 'AB56 1NZ', 'buckie', '', '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 ('45', '38', '', '', 'dana', 'christie', '89 milton drive', '', 'AB56 1NZ', 'buckie', '', '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 ('46', '39', '', '', 'martin', 'pospisil', 'sametova 533', '', '463 42', 'Hodkovice nad mohelkou', '', '56', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '40', '', '', 'Tomas', 'Pavlik', 'Erno Kostala 971', '', '53012', 'Pardubice', '', '56', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '41', '', '', 'Zoe', 'Jones', '56 Kensington Road', '', 'PL4 7QJ', 'Plymouth', '', '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 ('49', '42', '', '', 'Daniel', 'Fitz', 'Komenského 18', '', '75002', 'Přerov', '', '56', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '42', '', '', 'Daniel', 'Fitz', 'Komenskeho 18', '', '75002', 'Prerov', '', '56', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '43', '', '', 'Aaron', 'Talbot', '22 Ponytrail Dr', '', 'N3P 1J8', 'Brantford, Ontario', '', '38', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '42', '', '', 'Daniel', 'Fitz', 'Komenskeho 18', '', '75002', 'Prerov', '', '56', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '44', '', '', 'Patricia', 'Dibble', '79 Norbury Ave', '', 'WS3 4NE', 'Pelsall', '', '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 ('54', '45', '', '', 'Dudley', 'Adshead', '15 Thwaites Oak Close', '', 'NR152AW', 'Norwich', '', '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 ('55', '46', '', '', 'Matt', 'Aniado', '51 Watermill Road', '', 'BH23 2UA', 'Christchurch', '', '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 ('56', '47', '', '', 'Maria', 'Ratcliffe', '16 Shiraz Cres', '', '3805', 'Narre Warren', '', '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 ('57', '48', '', '', 'Doug', 'White', '51 Fox Run Lane', '', 'L3Z 2V2', 'Bradford', '', '38', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('58', '49', '', '', 'steph', 'fawthorpe', '4 caythorpe walk', '', 'bd10 8al', 'bradford', '', '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 ('59', '50', '', '', 'Christopher', 'Phillips', '2a oval road', '', 'NR5 0DE', 'norwich', '', '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 ('60', '51', '', '', 'laura', 'saunders', '45, oakley avenue', '', 'dy4 0pp', 'tipton', '', '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 ('61', '52', '', '', 'Daniel', 'Harris', '53 Ardrossan Gardens', '', 'kt4 7ax', '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 ('62', '53', '', '', 'mark', 'cooper', '177 victoria road prestatyn', '', 'll19 7su', 'denbighshire', '', '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 ('63', '54', '', '', 'linsey', 'kippest', '28 intermediate road', '', 'np23 4sf', 'brynmawr', '', '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 ('64', '55', '', '', 'brian', 'hawkins', 'the old forge, annamoe', '', 'co.wicklow', 'laragh', '', '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 ('65', '56', '', '', 'melissa', 'blackburn', '9 lowfield avenue', '', 'ol6 9dd', 'ashton-under-lyne', '', '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 ('66', '57', '', '', 'Laura', 'Fewtrell', '11 Hollyman Walk', '', 'BS21 6YP', 'Clevedon', '', '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 ('67', '58', '', '', 'James', 'Wyatt', '6 Beechwood Close', '', 'DE562TU', 'Belper', '', '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 ('68', '59', '', '', 'adrian', 'sims', '3 elderberry road pentrebane', '', 'cf53rg', 'cardiff', '', '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 ('69', '60', '', '', 'Craig', 'Hammond', '8 Oak Close, Coalville', '', 'LE67 4JU', 'Leicestershire', '', '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 ('70', '61', '', '', 'SEAN', 'LEATE', '14 WILLOW WAY, LUDHAM', '', 'NR29 5QS', 'GREAT YARMOUTH', '', '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 ('71', '62', '', '', 'matthew', 'gay', '5 narberth court', '', 'cf83 2uj', 'cardiff', '', '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 ('72', '63', '', '', 'Tim', 'Tritton', '15 Richey Close', '', 'NG5 7LQ', 'Nottngham', '', '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 ('73', '64', '', '', 'David', 'Mc Cabe', '166 Cedarwood Park', '', 'NONE', 'Dundalk', '', '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 ('74', '64', '', '', 'David', 'Mc Cabe', '166 Cedarwood Park', '', 'none', 'Dundalk', '', '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 ('75', '65', '', '', 'kevin', 'plante', '3051 saguenay', '', 'j9x 5a3', 'rouyn noranda', '', '38', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '66', '', '', 'MARTIN', 'BALDRY', '21 PRINCES ROAD', '', 'CMO8BX', 'BURNHAM ON CROUCH ESSEX', '', '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 ('77', '67', '', '', 'vincent', 'bellward', '8a woodlands road', '', 'nr5 0na', 'norwich', '', '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 ('78', '67', '', '', 'john', 'riches', '298 dereham road new costessey', '', 'nr5 0sl', 'norwich', '', '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 ('79', '68', '', '', 'sara', 'avis', '17 church road', '', 'ws8 6aa', 'brownhills', '', '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 ('80', '69', '', '', 'Richard', 'coppola', '11 longwood dr', '', '01844', 'methuen ma', '', '223', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '70', '', '', 'Grant', 'Goddard', '113 Fairwater Drive', '', 'RG5 3JQ', 'Woodley, Reading', '', '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 ('82', '71', '', '', 'Peter', 'Broughton', '53 Lune Road,Marsh', '', 'LA1 5QU', 'Lancaster', 'Lancashire', '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 ('83', '72', '', '', 'mark', 'rowe', '8019 195th st e', '', '98387', 'spanaway', '', '223', '62'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '74', '', '', 'tracy', 'hodgkiss', '13 murrayfield drive willaston near nantwich', '', 'cw56qf', 'nantwich', 'cheshire', '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 ('86', '75', '', '', 'Neil', 'Stoker', 'Holbear House,Forton Road', '', 'TA20 2AH', 'Chard', 'Somerset', '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 ('87', '76', '', '', 'alan', 'higgins', '6 maesyffynnon', '', 'sa175ta', 'ferryside', 'carmarthenshire', '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 ('88', '77', '', '', 'sean', 'gerry', '63 trelinnoe gardens', '', 'pl15 7th', 'launceston', '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 ('89', '78', '', '', 'Deborah', 'Smith', 'Stoneleigh Barn Denholme Gate Road', '', 'HX3 7RZ', 'Halifax', 'West Yorkshire', '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 ('90', '79', '', '', 'graham', 'robison', '92c hedworth lane', '', 'ne359hz', 'boldon coliery', 'tyne and wear', '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 ('91', '80', '', '', 'Michael', 'Dean', '22 Orchard Close', '', 'SG180NE', 'Biggleswade', ' Bedfordshire', '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 ('92', '80', '', '', 'Michael', 'Dean', '2 Chestnut Avenue', '', 'SG180NE', 'Biggleswade', 'Bedfordshire', '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 ('93', '80', '', '', 'Michael', 'Dean', '22 Orchard Close', '', 'SG180NE', 'Biggleswade', 'Bedfordshire', '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 ('94', '80', '', '', 'Michael', 'Dean', '2 Chestnut Avenue', '', 'SG180LL', 'Biggleswade', 'Bedfordshire', '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 ('95', '81', '', '', 'Kathryn', 'Wallwork', '4 Hob Hill', '', 'SK15 1TP', 'Stalybridge', 'Cheshire', '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 ('96', '82', '', '', 'Michele', 'Hickman', '80 Lancut Road', '', 'OX28 5AQ', 'Witney', 'Oxon', '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 ('97', '82', '', '', 'Michele', 'Hickman', '10 Hanborough Business Park', '', 'OX29 8RU', 'Long Hanborough', 'Oxon', '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 ('98', '83', '', '', 'nacho', 'martín', 'C/ Francisco Suarez 6', '', '47006', 'Valladolid', '', '195', '178'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '84', '', '', 'lee', 'frarey', '141 blithdale rd', '', 'se2 9qe', 'abbey wood', '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 ('100', '85', '', '', 'KAREN', 'TOWNSEND', '5 LONGRIDGE', '', 'ME10 4LH', 'SITTINGBOURNE', 'KENT', '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 ('101', '86', '', '', 'Georgie', 'Kew', '12 Hawthorn Close', '', 'WD5 0SR', 'Abbots Langley', 'Herts', '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 ('102', '87', '', '', 'John', 'Rumin', '34 Dorin Court', '', 'CR6 9JT', 'Warlingham', '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 ('103', '88', '', '', 'tina', 'kirby', '42 harrowden road wheatley', '', 'dn2 4ej', 'doncaster', 'uk', '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 ('104', '89', '', '', 'clive', 'harman', '29 Thornton Close', '', 'RH6 8RJ', 'Horley', '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 ('105', '90', '', '', 'paul', 'luke', '7 coronation terrace', '', 'ts29 6pq', 'trimdon village', 'county durham', '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 ('106', '91', '', '', 'jennifer', 'washbrook', '57 hawkswell drive', '', 'wv13 3eh', 'Willenhall', 'west midlands', '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 ('107', '92', '', '', 'Marcus', 'Gutmann', 'Auf der Schafweide 1a', '', '64397', 'Modautal', '', '81', '86'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '93', '', '', 'IAN', 'SPENCE', '11 WOODLARK DRIVE', '', 'PR72RA', 'CHORLEY', 'LANCASHIRE', '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 ('109', '94', '', '', 'Grzegorz', 'Kowalski', 'Westerplatte 12/63', '', '33-100', 'Tarnow', 'Malopolska', '170', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '95', '', '', 'Peter', 'Wright', '7 Graham Drive', '', 'L26 0UT', 'Livepool', 'Merseyside', '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 ('111', '96', '', '', 'John', 'Thompson', '46 Lord Wardens Hollow', '', 'BT19 1GP', 'BANGOR', 'Co Down', '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 ('112', '97', '', '', 'christopher', 'newman', '2 mansfield crescent', '', 'dn3 2aa', 'armthorpe', 'south yorkshire', '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 ('113', '98', '', '', 'Fiona', 'Mcgregor', '60 Medeswell', '', 'PE2 5PA', 'Peterborough', 'CAMBS', '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 ('114', '99', '', '', 'colin', 'bell', '34 priestlands drive', '', 'dg2 7ld', 'dumfries', ' dumfries & galloway', '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 ('115', '100', '', '', 'Sarah', 'Jones', '44 cook road', '', 'RH12 5GG', 'Horsham', 'West Sussex', '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 ('116', '101', '', '', 'Wayne', 'Layton', '62 Lodge Road', '', 'WS15 1HR', 'Rugeley', 'Staffs', '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 ('117', '102', '', '', 'ian', 'wright', '1 Rowlands Grove', '', 'TS23 3LD', 'Billingham', ' cleveland', '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 ('118', '103', '', '', 'Matthew', 'Catton', '6 Crich View', '', 'S44 6HY', 'Chesterfield', 'Derbyshire', '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 ('119', '104', '', '', 'Debbie', 'Whelan', '15 Celandine Drive Thamesmead', '', 'SE28 8EP', '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 ('120', '105', '', '', 'Carl', 'Hayward', '43 west acre drive', '', 'Nr6 7hy', 'Norwich', 'Norfolk', '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 ('121', '106', '', '', 'Steve', 'Gaunt', '18 Smalewell Road', '', 'LS288PS', 'Pudsey', 'West Yorkshire', '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 ('122', '107', '', '', 'daisy margaret', 'macgillivray', '4 king street', '', 'iv305xa', 'burghead elgin', 'morayshire scotlad', '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 ('123', '108', '', '', 'paul', 'fox', '24 williams way', '', 'tn6 2uw', 'crowborough', 'east sussex', '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 ('124', '109', '', '', 'Vinnie', 'Roberts', '4 maxwell road', '', 'CW12 3HY', 'congleton', 'cheshire', '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 ('125', '64', '', '', 'David', 'Mc Cabe', '166 Cedarwood Park', '', 'Co.Louth', 'Dundalk', 'Co.Louth', '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 ('126', '110', '', '', 'Matthew', 'bradley', '52 Betjeman Ave', '', 'SN4 8JY', 'Swindon', '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 ('127', '111', '', '', 'Gareth', 'Lloyd', '1 Knightsbridge Close', '', 'WA8 3BB', 'Widnes', 'Cheshire', '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 ('128', '112', '', '', 'TRACY', 'EDWARDS', '15 ASHWOOD CLOSE, BARNTON', '', 'CW84LY', 'NORTHWICH', 'CHESHIRE', '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 ('129', '113', '', '', 'James', 'Sellers', '97 Vincent Drive', '', 'CH4 7RQ', 'Chester', 'Cheshire', '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 ('130', '114', '', '', 'Maurice', 'Walsh', '117 Morrissons Rd', '', 'none', 'Waterford', 'Munster', '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 ('131', '115', '', '', 'Shelley', 'Symonds', '2 Brick Kiln Cottages', '', 'IP7 7DG', 'Great Bricett', 'IPSWICH', '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 ('132', '116', '', '', 'Ronald', 'van Overdijk', 'van Oostfrieslandstraat 10', '', '5482 GW', 'Schijndel', 'Noord-Brabant', '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 ('133', '117', '', '', 'Mark', 'Southam', '1`90 Higham Lane', '', 'cv11 6as', 'Nuneaton', 'warwickshire', '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 ('134', '118', '', '', 'robert', 'mcewan', '43 broomfeild rd', '', 'ml9 1pf', 'larkhall', 'lanarkshire', '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 ('135', '119', '', '', 'CRAIG', 'MARSHALL', '19 FIRTH AVENUE', '', 'LS11 7HU', 'LEEDS', 'WEST YORKSHIRE', '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 ('136', '120', '', '', 'mike', 'james', '137 greenway. bishops lydeard', '', 'ta43db', 'taunton', 'somerset', '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 ('137', '121', '', '', 'Christel', 'Pass', '83 Brompton Park', '', 'DL10 7JP', 'Brompton On Swale', 'North Yorkshire', '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 ('138', '122', '', '', 'linsey', 'ward', '37 harvest way', '', 'yo11 3nd', 'scarborough', 'north yorkshire', '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 ('139', '123', '', '', 'richard', 'willems', '66 bateman road east leake loughborough', '', 'le12 6nn', 'loughborough', '80733', '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 ('140', '124', '', '', 'Benny', 'Kopp', 'Zum Torksfeld 46', '', '59077', 'Hamm', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '125', '', '', 'Judith', 'Bonsall', '29 blind lane silksworth', '', 'SR3 1AL', 'sunderland', 'tyne and wear', '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 ('142', '126', '', '', 'andrew', 'arnold', '34 meadway', '', 'mk181bn', 'buckingham', 'bucks', '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 ('143', '127', '', '', 'Rudi', 'Ehrenberger', 'Gerengasse 4/1', '', '3500', 'Krems', '', '14', '96'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '128', '', '', 'Nick', 'Hadkiss', '26 Lawrence Avenue', '', 'SG12 8JL', 'Stanstead Abbotts', 'Herts', '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 ('145', '129', '', '', 'VANESSA', 'HALL', '10 Furness', '', 'B77 2QG', 'Tamworth', 'Staffordshire', '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 ('146', '130', '', '', 'PAUL', 'HARRISON', '40 DULWICH ROAD MACKWORTH', '', 'DE22 4HG', 'DERBY', 'DERBYSHIRE', '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 ('147', '130', '', '', 'SUSAN', 'HILL', '36 SPRINGFIELD ROAD ETWALL', '', 'DE65 6LA', 'DERBY', 'DERBYSHIRE', '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 ('148', '131', '', '', 'Karen', 'Macey', '10 Raleigh Close, Townstal,', '', 'TQ6 9LB', 'Dartmouth', 'South Devon', '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 ('149', '132', '', '', 'gregory', 'saving', '21 danebank ave', '', 'CW2 8AE', 'crewe', 'CHESHIRE', '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 ('150', '133', '', '', 'sarah', 'fox', '5 Wiltshire way', '', 'tn2 3dd', 'tunbridge wells', 'kent', '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 ('151', '134', '', '', 'PAUL', 'HARRISON', '40 DULWICH ROAD', '', 'DE22 4HG', 'MACKWORTH', 'DERBY', '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 ('152', '134', '', '', 'SUSAN', 'HILL', '36 SPRINGFIELD ROAD', '', 'DE65 6LA', 'ETWALL', 'DERBY', '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 ('153', '135', '', '', 'Ward', 'Kate', '13 Kenilworth Close', '', 'B97 5JX', 'Redditch', 'Worcestershire', '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 ('154', '135', '', '', 'Martin', 'Cook', '17 Bascote Close', '', 'B97 5XF', 'Headless Cross', 'Redditch', '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 ('155', '130', '', '', 'SUSAN', 'HILL', '36 SPRINGFIELD ROAD', '', 'DE65 6LA', 'ETWALL', 'DERBY', '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 ('156', '136', '', '', 'Carl', 'Brindley', '36 Glenwood Avenue', '', 'SS9 5EB', 'Leigh on Sea', 'Essex', '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 ('157', '137', '', '', 'samantha', 'hembry', '34 kendal place', '', 'pl54ag', 'plymouth', 'devon', '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 ('158', '138', '', '', 'Andrea', 'Pannek', 'Gensfleischstraße 7a', '', '55126', 'Mainz', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '139', '', '', 'james', 'hhhhhhhhhh', '2171 grreyy', '', '44118', 'gleveland', '', '223', '47'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '140', '', '', 'Damian', 'Ball', '61 Hollybrook Park', '', 'BS15 1ST', 'Kingswood', 'Bristol', '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 ('161', '140', '', '', 'Damian', 'Ball', '21 Fallowfield', '', 'bs30 8ys', 'North Common', 'Warmley', '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 ('162', '140', '', '', 'Damian', 'Ball', '21 Fallowfield', '', 'BS30 8YS', 'North Common', 'Warmley', '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 ('163', '141', '', '', 'mark', 'lambord', 'oliver road', '', 'de7 4jy', 'ilkeston', 'derbyshire', '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 ('164', '142', '', '', 'steven', 'fowler', '5 old farm crescent', '', 'bd47rg', 'bradford', 'west yorkshire', '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 ('165', '142', '', '', 'steven', 'fowler', '12 sangster way', '', 'bd58lq', 'bradford', 'west yorkshire', '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 ('166', '143', '', '', 'Darryl', 'Robinson', '16 Paget Mews', '', 'B76 2Sj', 'Walmley, Sutton Coldfield', 'West Midlands', '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 ('167', '144', '', '', 'Ben', 'Bartram', '5 Bennison Cresent', '', 'TS10 5HW', 'Redcar', ' cleveland', '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 ('168', '145', '', '', 'laura', 'walker', '281 green heath road', '', 'ws12 4az', 'hednesford', 'staffs', '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 ('169', '146', '', '', 'Peter', 'Tyson', '11 Manor Gardens', '', 'ca28 8bq', 'whitehaven', 'cumbria', '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 ('170', '146', '', '', 'Peter', 'Tyson', '73 Springfield Ave', '', 'ca28 6tt', 'cumbria', 'cumbria', '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 ('171', '147', '', '', 'Christopher', 'Ward Jr', '8 Tyndall Walk', '', 'B32 3UN', 'Birmingham', 'West Midlands', '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 ('172', '148', '', '', 'Jeremy', 'Wilson', '139 Victoria Avenue', '', 'DE72 3HF', 'Borrowash, Derby', 'Derbyshire', '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 ('173', '148', '', '', 'Jeremy', 'Wilson', 'Shardlow Post Office, 33A London Road', '', 'DE72 2GR', 'Shardlow, Derby', 'Derbyshire', '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 ('174', '149', '', '', 'gemma', 'diggle', '199 accrington road', '', 'bb11 5es', 'burnley', 'lancashire', '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 ('175', '150', '', '', 'eddie', 'cantwell', '28 cowings mead', '', 'ub5 5sa', 'northolt', 'middlesex', '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 ('176', '146', '', '', 'Peter', 'Tyson', '73 springfield ave', '', 'ca28 6tt', 'whitehaven', 'cumbria', '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 ('177', '151', '', '', 'Katie', 'Burdett', '2 Dessous Les Hougues,La Route De L\'Etacq', '', 'JE3 2NA', 'Jersey', 'Channel Islands', '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 ('178', '152', '', '', 'phil', 'taylor', 'flat1 25sticklepath terrace', '', 'EX312AY', 'barnstaple', 'devon', '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 ('179', '153', '', '', 'Eskild', 'Sordahl', 'Amt.Breders gt.3', '', '3045', 'Drammen', 'Buskerud', '160', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '154', '', '', 'jason', 'chippendale', '4 tanderagee street wentworthville', '', '2145', 'sydney', '', '13', '183'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '155', '', '', 'Annette', 'Robinson', '469 Wimbledon Road', '', '2795', 'Wimbledon', '', '13', '183'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '156', '', '', 'ian richard', 'starsmore', '44high row', '', 'ts134sa', 'loftus', 'cleveland', '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 ('183', '157', '', '', 'Ami', 'Navan', '17 Haxby court', '', 'cf10 4bh', 'Cardiff', 'cardiff', '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 ('184', '158', '', '', 'Jarkko', 'huupponen', 'Menninkaisentaival 2 f 18', '', '50970', 'Mikkeli', 'Mikkeli', '72', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '159', '', '', 'James', 'Bowen', '108 Bickley Street', '', 'SW179NE', 'London', 'Tooting Broadway', '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 ('186', '160', '', '', 'amy', 'lang', '99 merchants quay', '', 'ls9 8bb', 'leeds', ' west yorkshire', '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 ('187', '160', '', '', 'amy', 'lang', '14 green close', '', 'ts7 0dd', 'middlesbrough', 'cleveland', '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 ('188', '161', '', '', 'simone', 'mcintyre', '34 fraser avenue', '', 'g77 6hp', 'newton mearns', 'glasgow', '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 ('189', '109', '', '', 'Vincent', 'Roberts', '17 REES CRESCENT', '', 'CW4 7NL', 'HOLMES CHAPEL', 'CHESHIRE', '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 ('190', '162', '', '', 'david', 'wildsmith', '17 burney villas', '', 'ne8 3rh', 'gateshead', 'tyne and wear', '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 ('191', '163', '', '', 'Susan', 'McKenna', '9 Alderwood Close', '', 'TS27 3QR', 'Clavering', 'Hartlepool', '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 ('192', '164', '', '', 'Kevin', 'Dove', '12 Selah Drive', '', 'BR8 7WD', 'Swanley', 'Kent', '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 ('193', '165', '', '', 'mark', 'motti', '88 st marys road', '', 'gl88bn', 'tetbury', 'gloucestershire', '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 ('194', '166', '', '', 'jillian', 'Wilson', '5 Sharlick St', '', '8006', 'Christchurch', ' South Island', '153', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '167', '', '', 'jacinta', 'daly', '11 valley court', '', 'je2 4na', 'st helier', 'jersey', '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 ('196', '168', '', '', 'Gerd', 'Wöhrer', 'Karl Marx- Straße 43', '', '2560', 'Berndorf', '', '14', '96'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '169', '', '', 'Ben', 'Bartram', '5 Bennison Cresent', '', 'TS10 5HW', 'Redcar', 'cleveland', '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 ('198', '170', '', '', 'Anthony', 'Eugenia', '135 N. Barry Ave', '', '10543', 'Mamaroneck', '', '223', '43'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '171', '', '', 'Paul', 'Butler', 'Flat 44 Langhorne Court', '', 'NW8 0SD', 'London', 'England', '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 ('200', '172', '', '', 'Jason', 'Davis', 'Hillside Farm,knowl bank road,Audley', '', 'ST7 8DT', 'Stoke On Trent', 'Staffordshire', '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 ('201', '173', '', '', 'Mary', 'Brown', '32 Trinity Mews Galgorm Rd', '', 'BT42 1FJ', 'Ahoghill', 'Co. Antrim', '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 ('202', '174', '', '', 'tony', 'newble', '61 brackley close', '', 'sm6 9jr', 'wallington', ' 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 ('203', '175', '', '', 'stuart', 'chambers', '24 blunts wood road', '', 'rh16 1nb', 'haywards heath', 'west sussex', '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 ('204', '176', '', '', 'Tony', 'Scally', '47 drumahoe road millbrook', '', 'bt402pf', 'larne', 'antrim', '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 ('205', '177', '', '', 'Evros', 'Themistocleous', 'Petraki Kiprianou 12A', '', '3080', 'Limassol', 'Limassol', '55', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '178', '', '', 'patrick', 'michiels', 'stationweg 2', '', '9320', 'nieuwerkerken', 'oost vlaanderen', '21', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '179', '', '', 'Patrick', 'Weber', '26, rue Pierre Gansen', '', '4570', 'Niedercorn', ' luxembourg', '124', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '180', '', '', 'leah', 'moulsdale', '42 kestrel view , broadway', '', 'dt3 5qz', 'Weymouth', 'dorset', '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 ('209', '181', '', '', 'philip', 'pitt', '69 six ashes road', '', 'dy75ea', 'stoubrige', 'west midlands', '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 ('210', '182', '', '', 'Lee', 'Rowley', '35 Ramsden Road', '', 'DA8 3BU', 'Erith', 'Kent', '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 ('211', '183', '', '', 'John', 'Hutton', 'Wallhouse Mansion , Torpheichen', '', 'eh48 4nq', 'Bathgate', 'West Lothian', '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 ('212', '184', '', '', 'james', 'millward', '26 worcester road', '', 'dy10 1la', 'kidderminster', 'worcestershire', '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 ('213', '185', '', '', 'nathanial', 'land', '11 cuthbury close', '', 'bh21 1eh', 'wimborne', 'dorset', '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 ('214', '186', '', '', 'Jamie', 'Draper', '3 Gresham Avenue', '', 'cv32 7ra', 'Leamington spa', 'Warickshire', '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 ('215', '187', '', '', 'Tina', 'Weatherby', '35 Spa Lane', '', 'LE101JA', 'Hinckley', 'Leicestershire', '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 ('216', '188', '', '', 'eser', 'tekin', 'birlik mah. 393 cad. 4/2 cankaya', '', '06610', 'ankara', 'ankara', '215', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '189', '', '', 'david', 'bishop', '70 spinney road', '', 'ng125ng', 'keyworth', 'nottingham', '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 ('218', '190', '', '', 'Jo', 'Stratton', '19 Pavan Gardens', '', 'BH10 5JH', 'Bournemouth', 'Dorset', '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 ('219', '191', '', '', 'felix', 'snell', '93-97 quebec road', '', 'NR1 4HY', 'NORWICH', 'Norfolk', '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 ('220', '192', '', '', 'Craig', 'Bailey', '23 Chip Hill Road', '', 'BL3 4JX', 'Bolton', 'Greater Manchester', '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 ('221', '193', '', '', 'Gabriela', 'Kopecká', 'U Borku 636', '', '561 64', 'Jablonné nad Orlicí', 'Czech Republic', '56', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '194', '', '', 'neil', 'jones', '21 edison road, Barton Upon Irwell', '', 'M307EN', 'Eccles', 'Manchester', '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 ('223', '194', '', '', 'Neil', 'Jones', '21 Edison Road, Barton Upon Irwell', '', 'M307EN', 'Eccles', 'Manchester', '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 ('224', '195', '', '', 'donna', 'chilcott', '4 pine walk', '', 'hg42lw', 'ripon', 'north yorkshire', '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 ('225', '195', '', '', 'gary', 'chilcott', '15 dalby Court', '', 'HG2 7TL', 'Harrogate', 'North Yorkshire', '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 ('226', '196', '', '', 'christopher', 'bennett', '13 galway road', '', 'ME12 2QL', 'sheerness', 'kent', '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 ('227', '197', '', '', 'James Stuart (mac)', 'Mclean', '35 Newlands Road, Oakengates', '', 'TF2 6NE', 'Telford', 'Shropshire', '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 ('228', '198', '', '', 'June', 'Barlow', 'Bury Fold Lane', '', 'BB3 2QQ', 'Darwen', 'Lancashire', '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 ('229', '199', '', '', 'Jason', 'Matvijenko', '31 Penn Street', '', 'DE56 1GH', 'Belper', 'Derbyshire', '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 ('230', '200', '', '', 'Lee', 'Meredith', '67 Emerson Road', '', 'WV10 8DA', 'Wolverhampton', 'West Midlands', '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 ('231', '201', '', '', 'dave', 'robinson', '50 buchanan road', '', 'ca2 4pt', 'carlisle', 'england', '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 ('232', '202', '', '', 'Maria', 'Phillips', '40 Standen Avenue Camphill', '', 'PO30 5PQ', 'Newport', 'Isle of Wight', '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 ('233', '203', '', '', 'lisa', 'lodge', '6 pinewood way', '', 'sp2 9hy', 'salisbury', '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 ('234', '204', '', '', 'Liz', 'Ascroft', '6 Chandlers Croft', '', 'PR4 6RW', 'Preston', 'Lancashire', '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 ('235', '205', '', '', 'Jennifer', 'Roland', '13916 Sandhurst Drive', '', '35803', 'Huntsville', '', '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 ('236', '206', '', '', 'john ivar', 'larsen', 'nyboveien 17', '', '1791', 'Halden', 'Tistedal', '160', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '207', '', '', 'Jeffrey', 'Ludwig', '140 South Leswing Ave', '', '07663', 'Saddle Brook', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '208', '', '', 'Paul', 'Wells', '53 Compton Road', '', 'B64 5BB', 'Cradley Heath', 'West Midlands', '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 ('239', '209', '', '', 'David', 'Wright', '18 Sunderland Bridge Village', '', 'DH6 5HD', 'Durham', 'County Durham', '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 ('240', '210', '', '', 'gavin', 'roberts-downing', '26 bangor street', '', 'de216gt', 'derby', 'derbyshire', '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 ('241', '211', '', '', 'Lee', 'Parker', '9 Players green', '', 'RG5 3PR', 'Reading', 'Beks', '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 ('242', '211', '', '', 'Lee', 'Parker', '44 Drovers way', '', 'RG5 3PN', 'Reading', 'Berks', '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 ('243', '211', '', '', 'Lee', 'Parker', '9 Players green', '', 'RG5 3PR', 'Reading', 'Berks', '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 ('244', '212', '', '', 'jemma', 'keywood', '1 ash grove', '', 'cf45 3pj', 'mountain ash', 'mid glamorgan south wales', '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 ('245', '213', '', '', 'carmelita', 'kelly', 'box 8 site 1', '', 'A0E2H0', 'beau boiis marystown', '', '38', '69'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '214', '', '', 'louise', 'blacklock', 'calle escritor vintilla horia 19-5', '', '03520', 'polop', '', '195', '133'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '215', '', '', 'John', 'Slater', '12 Wharncliffe Street', '', 'S71 3HA', 'Carlton', 'Barnsley', '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 ('248', '216', '', '', 'melanie', 'button', '9 longfield', '', 'ba113py', 'mells', 'somerset', '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 ('249', '212', '', '', 'ronald', 'davies', '10 ash grove', '', 'cf45 3pj', 'perthcelyn', 'mountain ash', '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 ('250', '217', '', '', 'Markus', 'Reinhardt', 'Eisenfurterstrasse 21', '', '88339', 'Bad Waldsee', '', '81', '80'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '218', '', '', 'Lewis', 'Humphris', '6 Bourne Way', '', 'BR87HX', 'Swanley', 'Kent', '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 ('252', '219', '', '', 'JONATHAN', 'HARVEY', '68 HARTLAND AVENUE', '', 'S20 2QA', 'SHEFFIELD', 'SOUTH YORKSHIRE', '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 ('253', '220', '', '', 'Laura', 'Haddar', 'Stare Ouholice 62', '', '27752', 'Nova Ves', 'U Melnika', '56', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '221', '', '', 'Tom Cato', 'Larsen', 'Myrgata 7a', '', '3050', 'Mjøndalen', 'Buskerud', '160', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '222', '', '', 'dean', 'smith', '13 pine close', '', 'cf479be', 'merthyr tydfil', 'mid glammorgan', '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 ('256', '223', '', '', 'Angela', 'Bergs', 'Guldemondvaart 51', '', '2211 JB', 'Noordwijkerhout', 'Zuid-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 ('257', '223', '', '', 'Angela', 'Bergs', 'Guldemondvaart 51', '', '2211 JB', 'Noordwijkerhout', 'Zuid-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 ('258', '224', '', '', 'marie', 'craggs', '95 peascroft road', '', 'st6 8hg', 'norton', 'stoke on trent', '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 ('259', '225', '', '', 'duncan', 'allan', '26 ashcroft avenue', '', 'cw2 5hn', 'shavington', 'crewe', '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 ('260', '226', '', '', 'John', 'Bytheway', '57 Hyndley Road', '', 'S44 6RX', 'Bolsover', 'Chesterfield', '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 ('261', '227', '', '', 'john', 'murray', '373 pearse street', '', 'sdub', 'sallynoggin', 'dun loaire', '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 ('262', '228', '', '', 'Julie', 'Wenn', '10 Stratford Close', '', 'SL2 2PS', 'Slough', 'Berks', '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 ('263', '229', '', '', 'sonia', 'king', '41 winfields', '', 'ss131ha', 'basildon', 'essex', '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 ('264', '230', '', '', 'janet', 'mcshane', '87,raffles road', '', 'ch420hj', 'tranmere', 'merseyside', '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 ('265', '231', '', '', 'liam', 'pritchard', '26 princes end', '', 'tf42jw', 'telford', 'england', '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 ('266', '232', '', '', 'Debbie', 'Patterson', '1 Huntley Close', '', 'ST10 1LP', 'Cheadle', 'Stoke on Trent', '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 ('267', '232', '', '', 'Debbie', 'Patterson', 'The Hawthorns', '', 'ST102HA', 'Froghall', 'Stoke on Trent', '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 ('268', '233', '', '', 'Claire', 'Barrett', '26 Cook Drive', '', 'PE19 2JU', 'Eynesbury, St. Neots', 'Cambridgeshire', '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 ('269', '233', '', '', 'EMTROL LLC', 'Suite 8', '31 St. Neots Road', '', 'PE19 7BA', 'Eaton Ford, St. Neots', 'Cambridgeshire', '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 ('270', '234', '', '', 'chelsea', 'tucker', '1watermark jones lane hythe', '', 'so456gh', 'southampton', 'hampshire', '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 ('271', '235', '', '', 'ben', 'woollard', '5 parsonage lane albury', '', 'sg112hu', 'ware herts', ' herts', '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 ('272', '236', '', '', 'Matthew', 'Parry', '19 Keynsham Road', '', 'CF14 1TS', 'Cardiff', 'Wales', '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 ('273', '237', '', '', 'charlotte', 'pedersen', 'graeshaven 12 3tv', '', '8920', 'randers nv', 'oestjylland', '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 ('274', '238', '', '', 'Horst', 'Koncsek', 'Rosa-Jochmannring 5/27/12', '', '1110', 'Wien-Vienna', '', '14', '95'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '239', '', '', 'jonathan', 'WATKINS', '34 stephens court, station road', '', 'al54fe', 'harpenden', 'herts', '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 ('276', '240', '', '', 'Louise', 'Sobic', '207 Newcastle Road', '', 'ST4 6PU', 'Trent Vale', 'Stoke On Trent', '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 ('277', '241', '', '', 'Malcolm', 'Smith', 'flat 5. Carvedut court - Triq Ir-Rattan', '', 'MLH 1523', 'Mellieha', ' N/A', '132', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '242', '', '', 'Mark', 'Lealan', '9 The Spinneys', '', 'TN21 8YE', 'HEATHFIELD', 'East Sussex', '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 ('279', '243', '', '', 'Jennifer', 'Arlott', '36 Marines Drive', '', 'SN7 7UG', 'Faringdon', 'Oxon', '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 ('280', '244', '', '', 'riccardo', 'rushton', '62 berry avenue', '', 'ws10 8qf', 'wolverhampton', 'west midlands', '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 ('281', '245', '', '', 'Stephen', 'Everest', '25 Hemingway Road', '', 'HP19 8SD', 'Aylesbury', ' Bucks', '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 ('282', '246', '', '', 'STUART', 'HALE', '82 MYVOD ROAD', '', 'WS10 9QE', 'WEDNESBURY', 'WEST MIDLANDS', '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 ('283', '247', '', '', 'robert', 'butterfield', '44 palmer road', '', 'sg14 3lh', 'hertford', 'hertfordshire', '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 ('284', '248', '', '', 'Tony', 'Scally', '47 Drumahoe Road Millbrook', '', 'BT40 2PF', 'Larne', 'Antrim', '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 ('285', '249', '', '', 'helen', 'winham', 'roman road', '', 'wf170by', 'leeds', 'west yorks', '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 ('286', '250', '', '', 'adrian', 'hikin', '100 norcrose close', '', 'sk2 5nh', 'offerton', 'stockport', '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 ('287', '251', '', '', 'darren', 'pettinger', '20 beckett avenue,carlton-in-lindrick', '', 's819lh', 'worksop', 'notts', '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 ('288', '252', '', '', 'Leonard', 'Crane', '14 Dunbar', '', 'SY1 3PX', 'Shrewsbury', 'Shropshire', '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 ('289', '252', '', '', 'Sophie Laura', 'Crane', '14 Dunbar', '', 'SY1 3PX', 'Shrewsbury', 'Shropshire', '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 ('290', '253', '', '', 'Mark', 'Tatters', '96 Beverley Road', '', 'NE25 8JQ', 'Whitley Bay', 'Tyne & Wear', '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 ('291', '253', '', '', 'Mark', 'Tatters', 'SMD, Davy Bank Turbinia Works', '', 'NE28 6UZ', 'Wallsend', 'Tyne & Wear', '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 ('292', '254', '', '', 'Alex', 'Thomason', '13 The Avenue', '', 'N10 2QE', 'Muswell Hill', '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 ('293', '255', '', '', 'WAYNE', 'BARKER', '11 BRANGEHILL LANE', '', 'CB62AL', 'MEPAL, ELY', 'CAMBS', '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 ('294', '256', '', '', 'Vicky', 'Hollyoake', '9 Pike Drive', '', 'B37 7US', 'Birmingham', 'UK', '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 ('295', '256', '', '', 'Pat', 'Tobin', '72 Crychan Close', '', 'B45 0JQ', 'Birmingham', 'UK', '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 ('296', '257', '', '', 'Raj', 'Ramnund', '4 Villa Leonie', '', '1619', 'Pretorius Street - Glen Marias', 'Kempton Park', '193', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '258', '', '', 'Rob', 'Eldridge', '129 Kingswood chase', '', 'ss93be', 'Leigh-on-sea', 'essex', '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 ('298', '259', '', '', 'justin', 'fawcett', 'p.o. box 11619', '', 'x0a0h0', 'iqaluit', '', '38', '73'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '260', '', '', 'nicola', 'pearton', '37 cromer road', '', 'me23al', 'london', 'kent', '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 ('300', '260', '', '', 'nicola', 'pearton', '37 cromer road', '', 'me23al', 'strood', 'kent', '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 ('301', '260', '', '', 'nicola', 'pearton', '37 cromer road', '', 'me23al', 'strood', 'kent', '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 ('302', '261', '', '', 'Amanda', 'Trevena', 'The Gable, South Downs', '', 'TR15 2NN', 'Redruth', '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 ('303', '262', '', '', 'Christopher', 'Haywood', '4 poole place', '', 's9 4jr', 'sheffield', ' south yorkshire', '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 ('304', '263', '', '', 'mark', 'stapleton', '31 watermill road', '', 'bh232ua', 'christchurch', 'dorset', '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 ('305', '264', '', '', 'TRUDY', 'BIRD', '27 CORONATION ROAD', '', 'WV10 0QW', 'WOLVERHAMPTON', 'WEST MIDLANDS', '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 ('306', '265', '', '', 'Cara', 'McClure', '7 Lawrencevale', '', 'BT63 6EN', 'Laurencetown', 'Craigavon', '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 ('307', '266', '', '', 'daniel', 'degasperi', 'via ronco 16', '', '39057', 'appiano /cornaiano', 'ialy (bolzano)', '105', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '267', '', '', 'brian', 'ivey', '33 colleyend road', '', 'tq33dg', 'paignton', 'devon', '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 ('309', '268', '', '', 'KEITH', 'MEREDITH', '11 TROUTBECK AVENUE', '', 'M4 7JG', 'MANCHESTER', 'LANCASHIRE', '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 ('310', '268', '', '', 'KEITH', 'MALCOLM CLARKE STEELS', 'JUBILEE WORKS , CLIFTON STREET', '', 'M40 7JG', 'MILES PLATTING', 'MANCHESTER', '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 ('311', '268', '', '', 'KEITH MALCOLM CLARKE STEELS', 'JUBILEE WORKS', 'CLIFTON STREET', '', 'M4 7JG', 'MILES PLATTING', 'MANCHESTER', '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 ('312', '269', '', '', 'Beth', 'Watts', '236C Kingsway', '', 'DY8 4TN', 'Stourbridge', 'West Midlands', '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 ('313', '269', '', '', 'Beth', 'Watts', '1 Rectory street', '', 'DY8 5QT', 'Stourbridge', 'West Midlands', '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 ('314', '270', '', '', 'jason', 'skinner', 'box 3011', '', 's0m 0e0', 'battleford', '', '38', '77'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '271', '', '', 'dave', 'green', '8 guy road', '', 'cv8 1fx', 'kenilworth', 'warwickshire', '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 ('316', '272', '', '', 'Maryanne', 'Clark', '120 Powers Hall End', '', 'Cm8 1ls', 'Witham', 'Essex', '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', '273', '', '', 'dave', 'gardner', '11 mudlark way', '', '6164', 'PERTH', '', '13', '189'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '274', '', '', 'Michael', 'Treadwell', '9 Fosseway crescent Tredington', '', 'CV36 4 NX', 'Shipston on stour', 'Warwickshire', '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 ('319', '275', '', '', 'BEN', 'DANIELLS', '31 COWLING DRIVE', '', 'BS14 8DT', 'BRISTOL', 'BRISTOL', '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 ('320', '276', '', '', 'Robert', 'Maydom', '81 Elmdale Drive', '', 'NR33 8DQ', 'Lowestoft', 'Suffolk', '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 ('321', '277', '', '', 'Jelger', 'Tuinstra', 'Pr. Wilsonlaan 192', '', '4334gg', 'Middelburg', 'Zeeland', '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 ('322', '278', '', '', 'Andy', 'Mason', '14 Summer Drive', '', 'CW11 4EJ', 'Sandbach', 'Cheshire', '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 ('323', '278', '', '', 'Andy', 'Mason', '61 canberra crescent', '', 'st3 7ra', 'meir park', 'stoke on trent', '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 ('324', '279', '', '', 'Tony', 'Crancher', '6 Maxwell Green', '', 'KA11 1BA', 'Irvine', 'North Ayrshire', '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 ('325', '280', '', '', 'Marc Juergen', 'Crede', 'Heerstrasse 54', '', '44653', 'Herne', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '253', '', '', 'Brian', 'Robson', '3 St Johns Court, Benwell,', '', 'NE4 7TU', 'Newcastle Upon Tyne', 'Tyne & Wear', '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 ('327', '281', '', '', 'carl', 'skutela', '10 briars wood', '', 'al10 8db', 'hatfield', 'hertfordshire', '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 ('328', '281', '', '', 'carl', 'skutela', '68 skegness road', '', 'sg1 2ht', 'stevenage', 'hertfordshire', '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 ('329', '282', '', '', 'Tom', 'Cliffe', '8 Mill Pond Drive, Upton', '', 'NN5 4EW', 'Northampton', 'Northants', '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 ('330', '283', '', '', 'ANDREW', 'BOND', '14 FARRIER GATE, HIGH GREEN', '', 'S353 3PG', 'SHEFFIELD', 'SOUTH YORKSHIRE', '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 ('331', '283', '', '', 'ANDREW', 'BOND', 'AUDITORIA SERVICES LTD, DENBY WAY, HELLABY INDUSTRIAL ESTATE', '', 'S66 8HR', 'ROTHERHAM', 'SOUTH YORKSHIRE', '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 ('332', '284', '', '', 'Luke', 'Wilcox', '80 Lancut Road', '', 'ox285aq', 'Witney', 'Oxfordshire', '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 ('333', '285', '', '', 'Shane', 'Hanbury', '6 The Village Moone', '', 'kildare', 'Kildare', 'Co Kildare', '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 ('334', '286', '', '', 'Mark', 'Hughes', '86 Wordsworth Road', '', 'DA16 3NU', 'Welling', 'Kent', '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 ('335', '287', '', '', 'steve', 'heckford', '24 Brook Road', '', 'wd6 5hg', 'Borehamwood', 'Herts', '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 ('336', '287', '', '', 'louise', 'heckford', '24 Brook Road', '', 'wd6 5hg', 'Borehamwood', 'Herts', '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 ('337', '288', '', '', 'marie', 'clegg', '32 stone barton road plympton', '', 'pl7 4lr', 'plymouth', 'plympton', '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 ('338', '289', '', '', 'Bas', 'Breedveld', 'Prof. Keesomlaan 18', '', '3362 SB', 'Sliedrecht', 'Zuid-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 ('339', '290', '', '', 'Sue', 'Croucher', '22 Hazlemere View, Hazlemere', '', 'HP15 7BY', 'High Wycombe', 'Bucks', '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 ('340', '291', '', '', 'ILA', 'CORSE', '12 LINKLET', '', 'KW151UZ', 'KIRKWALL', ' orkney', '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 ('341', '292', '', '', 'ashley', 'gerard', '11 willow way', '', 'LU3 2SA', 'luton', 'beds', '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 ('342', '293', '', '', 'Andrew', 'Meti', '4 Blacksmith court', '', '2153', 'Bella Vista', '', '13', '184'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '294', '', '', 'SUE', 'TOMLINSON', '20 DORSET CLOSE', '', 'L20 3PQ', 'BOOTLE', 'MERSEYSIDE', '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 ('344', '295', '', '', 'Mark', 'Thomson', 'Wynndun, Corsee Road', '', 'AB31 5RS', 'Banchory', 'Aberdeenshire', '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 ('345', '296', '', '', 'jose pablo', 'morales ollero', 'julian perate barroeta', '', '10004', 'caceres', '', '195', '141'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '281', '', '', 'carl', 'skutela', '68 skegness road', '', 'sg1 2ht', 'stevenage', 'hertfordshire', '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 ('347', '297', '', '', 'paul', 'lewis', 'flat 9, 47-53 cathedral road', '', 'cf11 9hd', 'cardiff', 'glamorgan', '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 ('348', '298', '', '', 'Dominic', 'Brennan', '8 Forest Rd.', '', 'A0L 1K0', 'Pasadena', '', '38', '69'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '299', '', '', 'RAY', 'HARRIS', '58 MUIRFIELD', '', 'BS30 8GQ', 'WARMLEY', 'BRISTOL', '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 ('350', '300', '', '', 'Ujisato', 'Mori', 'siogamitown2tyoume18-16-406', '', '7600062', 'takamatucity', 'kagawa', '107', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '301', '', '', 'Derek', 'Ward', '9 Drumnahoe Manor', '', 'BT40 2QD', 'Larne', 'Co. Antrim', '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 ('352', '109', '', '', 'Vinnie', 'Roberts', '17 REES CRESCENT', '', 'CW4 7NL', 'HOLMES CHAPEL', 'CHESHIRE', '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 ('353', '302', '', '', 'shaun', 'ledger', '34 penrith road', '', 's58ty', 'sheffield', ' sheffield', '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 ('354', '303', '', '', 'lee', 'dinsdale', 'highercauseway', '', 'bb98qj', 'barrowford', 'lancashire', '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 ('355', '304', '', '', 'Nichola', 'Woolley', '19 Kingfisher Grove', '', 'WV12 5HG', 'Willenhall', 'West Midlands', '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 ('356', '305', '', '', 'steve', 'adams', '33,st Chads road, bishops tachbrook', '', 'cv33 9rb', 'leamington spa', 'warwickshire', '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 ('357', '306', '', '', 'mike', 'cain', '16 ridley drive', '', 'ts20 1he', 'stockton on tees', 'durham', '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 ('358', '307', '', '', 'Heiko', 'Hanauer', 'Bützower Straße 58', '', '18239', 'Hohen Luckow', '', '81', '87'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '308', '', '', 'Rune', 'Marcussen', 'Næringen 59', '', '8240', 'Risskov', 'Århus', '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 ('360', '309', '', '', 'E.J.', 'Brouwer', 'Bergeendstraat 35', '', '1755 PM', 'Petten', 'Noordholland', '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 ('361', '310', '', '', 'Anthony', 'Follows', '41 berry avenue', '', 'ws10 8qe', 'darlaston', 'west midlands', '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 ('362', '311', '', '', 'chris', 'abram', '15 north wood road', '', 'wa7 5rq', 'runcorn', 'cheshire', '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 ('363', '312', '', '', 'HAYLEY', 'ROBERTS', 'Flat 1 Dane Acre, Roundstone Lane', '', 'BN16 4AP', 'angmering', 'West Sussex', '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 ('364', '6', '', '', 'Danielle', 'Clayden', '13 Highbank', '', 'NP19 7JQ', 'Newport', 'South Wales', '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 ('365', '313', '', '', 'paul', 'anthony', '7 mercian court', '', 'pe2 8lf', 'peterborough', 'cambs', '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 ('366', '313', '', '', 'norman', 'welby', '6 whitecross,coates road,eastrea', '', 'pe7 2eh', 'peterborough', 'cambs', '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 ('367', '314', '', '', 'roel', 'coster', 'kanlaan 2', '', '7715 pm', 'punthorst', 'overijssel', '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 ('368', '315', '', '', 'George', 'Allen', '20 Brighton Road Redlands', '', 'BS6 6NT', 'Bristol', 'Bristol', '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 ('369', '316', '', '', 'Patrick', 'Gillespie', '20 Carrowmanagh', '', 'none', 'Oughterard', 'Co. Galway', '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 ('370', '317', '', '', 'Laura', 'Green', '99 Norris Close', '', 'OX14 2RW', 'Abingdon', 'Oxfordshire', '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 ('371', '318', '', '', 'Steven', 'Purdiew', '517 Lower Somercotes', '', 'DE55 4NS', 'Somercotes, Alfreton', 'Derbyshire', '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 ('372', '319', '', '', 'James', 'bustard', '20 walesby drive, kirkby in ashfield', '', 'ng17 7pf', 'nottingham', ' nottinghamshire', '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 ('373', '320', '', '', 'paul', 'chipping', '107 kingsmead road', '', 'sw2 3hz', '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 ('374', '320', '', '', 'paul', 'chipping', '107 kingsmead road', '', 'sw2 3hz', 'brixton', '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 ('375', '321', '', '', 'Matthew', 'Roberts', '4 Clifton Road', '', 'B36 0EP', 'Castle Bromwich', 'West Midlands', '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 ('376', '322', '', '', 'rosemary', 'wilkie', '133 hermitage', '', 'eire', 'ennis', 'co.clare', '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 ('377', '323', '', '', 'gary', 'whitefoot', '96 newtown ave', '', 's714hb', 'royston', 'barnsley', '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 ('378', '324', '', '', 'justine', 'mitchell', '45 grasscroft', '', 'nn6 7pz', 'longbuckby', 'northampton', '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 ('379', '325', '', '', 'Nick', 'Moule', '14, Langstrone Road, Peverell', '', 'PL2 3LY', 'Plymouth', 'Devon', '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 ('380', '326', '', '', 'Tracy', 'Reed', '22 The Leys', '', 'WF9 3UY', 'Pontefract', 'South Yorkshire', '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 ('381', '327', '', '', 'Brian', 'Clarkson', 'Straatsburglaan 29', '', '5627DA', 'Eindhoven', 'Noord Brabant', '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 ('382', '328', '', '', 'Richard', 'Clayton', 'Flat 16, 104 Green Lane', '', 'SM4 6FE', 'Morden', '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 ('383', '329', '', '', 'Justin', 'Synan', '270 Bannerdale Road', '', 'S11 9FE', 'Sheffield', 'South Yorkshire', '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 ('384', '330', '', '', 'kim', 'innes', '110 norfolk road', '', 'pe29 1rh', 'huntingdon', 'cambs', '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 ('385', '331', '', '', 'joy', 'reed', '8 rosebery ave', '', 'gl1 5eq', 'gloucester', 'gloucestershire', '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 ('386', '332', '', '', 'richard', 'galligan', '2 rossendale ave north', '', 'fy5 4nt', 'thornton cleveleys', 'lancashire', '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 ('387', '333', '', '', 'samantha', 'collis', '83 bulwark rd,', '', 'tr13 8jq', 'helston', '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 ('388', '334', '', '', 'Christopher', 'Fyles', 'Oak Close Cottage', '', 'EX5 4LX', 'Exeter', 'Devon', '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 ('389', '335', '', '', 'katijah', 'bibi', 'jalan bukit emas 3', '', '43300', 'seri kembangan', 'selangor', '129', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '336', '', '', 'Tony', 'Fox', '20 St Johns Road, Lower Weston', '', 'BA1 3BW', 'Bath', 'Somerset', '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 ('391', '337', '', '', 'Kelly', 'Healy', '250 Ceiriog', '', 'SY16 1NL', 'Treowen, Newtown', 'Powys', '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 ('392', '338', '', '', 'heidi', 'cross', '14 maffey court/botley', '', 'so3o 2ua', 'southampton', 'hants', '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 ('393', '339', '', '', 'Samantha', 'Edmonds', '2 Westlands Villas, Westlands Avenue', '', 'SL1 6AG', 'Slough', 'Berks', '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 ('394', '340', '', '', 'Mark', 'Shaw', '4 Ness Grove', '', 'ST10 1TA', 'Cheadle', 'Staffordshire', '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 ('395', '341', '', '', 'Tom', 'Burgess', '8 Hampshie Close', '', 'LS29 8LD', 'ILkley', 'West Yorkshire', '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 ('396', '341', '', '', 'Tom', 'Burgess', 'Optident Dental Products Valley Drive', '', 'LS29 8AL', 'Ilkley', 'West Yorkshire', '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 ('397', '342', '', '', 'Clair', 'Mortimer', '186 Westgate', '', 'BD195EJ', 'Cleckheaton', 'West yorkshire', '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 ('398', '343', '', '', 'Tracey', 'Bate', '29, Lime Tree Gardens', '', 'WV8 1NR', 'Wolverhampton', ' west midlands', '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 ('399', '344', '', '', 'Jackie', 'Annals', '3 Manor Close', '', 'PO22 7PN', 'Bognor Regis', 'West Sussex', '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 ('400', '345', '', '', 'dave', 'green', '8 guy road', '', 'cv8 1fx', 'kenilworth', 'warwickshire', '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 ('401', '345', '', '', 'david', 'arundell', '8 guy road', '', 'cv8 1fx', 'kenilworth', 'warwickshire', '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 ('402', '346', '', '', 'Shane', 'Ryan', 'Brockera', '', '0000', 'Roscrea', 'Co. Tipperary', '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 ('403', '347', '', '', 'nicky', 'dalton', '29 beauchamp road', '', 's61 3sr', 'rotherham', ' england', '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 ('404', '348', '', '', 'Andrew', 'Pope', '326 Jackson Street', '', 'WA9 3BD', 'St Helens', 'Merseyside', '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 ('405', '349', '', '', 'joanne', 'anderson', '7 mountbatten ave', '', 'me3 7hs', 'higham', 'kent', '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 ('406', '350', '', '', 'Clayton', 'Jones', '29 Manor Hill', '', 'CF72 8JP', 'Miskin, Pontyclun', 'RCT', '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 ('407', '351', '', '', 'padraig', 'callaghan', '173 cypress court', '', 'co dublin', 'ballybrack', 'co 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 ('408', '352', '', '', 'Lisa', 'Bradbury', '8 Greenfield street', '', 'M34 5NW', 'Audenshaw', 'Manchester', '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 ('409', '353', '', '', 'Robert', 'Frost', '6 Willow Road', '', 'DN8 4EX', 'Doncaster', 'South Yorkshire', '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 ('410', '354', '', '', 'Matthew', 'Weeden', '10 Rippenden Avenue', '', 'M21 9SS', 'Chorlton-Cum-Hardy', 'Manchester', '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 ('411', '355', '', '', 'Paul', 'McAssey', '96 Shaw Drive', '', 'KT122LS', 'Walton On Thames', '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 ('412', '356', '', '', 'MERVYN', 'MAYERS', '16 DOL WERDD', '', 'SA10 7QX', 'NEATH', ' WEST GLAM', '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 ('413', '357', '', '', 'Ann', 'Watkinson', 'Oaklands, Ballyadam, Carraightwohill', '', '0000', 'Co. Cork', 'Munster', '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 ('414', '358', '', '', 'Carol', 'Jones', '23 Longville, Old Wolverton,', '', 'MK12 5PH', 'Milton Keynes', 'Bucks', '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 ('415', '359', '', '', 'Darren', 'Connaghan', '145 kirn drive', '', 'pa19 1ef', 'gourock', 'inverclyde', '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 ('416', '360', '', '', 'chris', 'sangster', '3 bedford close, needingworth', '', 'pe27 4tp', 'st ives', 'cambs', '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 ('417', '361', '', '', 'Damien', 'Mc Naboe', '43 Crodaun', '', 'Co.Kildare', 'Forest Park', 'Celbridge', '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 ('418', '362', '', '', 'elizabeth', 'brown', '45 abbots road', '', 'FK3 8JE', 'grangemouth', ' Stirlingshire', '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 ('419', '363', '', '', 'leonard', 'mckee', '70 Knightsbridge', '', 'BT28 3DG', 'Lisburn', 'N.Ireland', '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 ('420', '364', '', '', 'karen', 'williams', '40 freehold street,lower heyford,bicester', '', 'ox255ns', 'oxfordshire', 'england', '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 ('421', '365', '', '', 'Maria', 'Redfearn', '15 Chartley Grove', '', 'CW10 9GG', 'Middlewich', 'Cheshire', '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 ('422', '366', '', '', 'stuart', 'giles', '67 james way donnington', '', 'tf2 8ay', 'telford', 'shropshire', '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 ('423', '367', '', '', 'simon', 'cunningham', '12 drummond close', '', 'pl22bl', 'plymouth', 'devon', '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 ('424', '368', '', '', 'paul', 'davies', '95 clare road', '', 'l209lz', 'liverpool', 'merseyside', '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 ('425', '369', '', '', 'Tony', 'Ryder', '2 Gwynn way', '', 'PO17 5GW', 'Wickham', 'Hampshire', '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 ('426', '361', '', '', 'Brian', 'Darlington', '3 Killeenlea', '', 'EIRE', 'Celbridge', 'Co. Kildare', '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 ('427', '361', '', '', 'Louise', 'Darlington', '3 Killeenlea', '', 'EIRE', 'Celbridge', 'Co. Kildare', '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 ('428', '370', '', '', 'Andrew', 'McWilliams', '20 moorfoot gardens lobleyhill', '', 'NE11 9LA', 'gateshead', 'england', '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 ('429', '371', '', '', 'Matthew', 'Adams', '2 Orchard Drive', '', 'NR295LF', 'Norwich', 'Norfolk', '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 ('430', '371', '', '', 'Matthew', 'Adams', '2 Orchard Drive Potter Heigham', '', 'NR295LF', 'Norwich', 'Norfolk', '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 ('431', '372', '', '', 'Steven', 'Dixon', '18 llys y graig', '', 'ch7 6sg', 'mold', 'flintshire', '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 ('432', '373', '', '', 'rebecca', 'edwards', '3 winterstoke rod', '', 'bs23 3yt', 'weston-super-mare', 'north somerset', '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 ('433', '374', '', '', 'sue', 'bryant', '27 latchmere lane', '', 'kt2 5sq', 'kingston', '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 ('434', '375', '', '', 'James', 'Cook', '47 De La Hay Avenue', '', 'PL3 4HT', 'Plymouth', 'Devon', '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 ('435', '376', '', '', 'Andy', 'Rowan', 'Flat 6F Pyrland Road', '', 'N5 2JD', '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 ('436', '377', '', '', 'Christine', 'Burrell', '5 Kerley Vale', '', 'TR4 8JN', 'Chacewater Truro', '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 ('437', '377', '', '', 'Mandy', 'Lawrence', '15 Trelawney Road', '', 'TR4 8JR', 'Chacewater Truro', '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 ('438', '378', '', '', 'martin', 'whitfield', '24 middleton road', '', 'yo24 3as', 'york', 'acomb', '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 ('439', '378', '', '', 'martin', 'whitfield', '24 middleton road', '', 'yo24 3as', 'acomb', 'york', '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 ('440', '379', '', '', 'kevin', 'garrett', '11 bassett walk', '', 'po9 4na', 'havant', 'hampshire', '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 ('441', '380', '', '', 'Jarleiv', 'Kjørren', 'Vikedalom', '', '2686 Lom', 'Lom', 'Oppland', '160', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '381', '', '', 'Elizabeth', 'Jackson', 'Prospect Cottage', '', 'NP7 6LH', 'Abergavenny', 'Monmouthshire', '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 ('443', '382', '', '', 'mark', 'dalgleish', '39 lawfield drive ayton', '', 'td145qu', 'eyemouth', 'berwickshire', '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 ('444', '383', '', '', 'Oliver', 'Valentin', 'Bachgartenstrasse 21', '', '35614', 'Asslar', '', '81', '86'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '384', '', '', 'Robert', 'Husband', '5 High Street Skelton', '', 'TS12 2EF', 'Saltburn-by-Sea', 'Cleveland', '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 ('446', '385', '', '', 'Sarah', 'Bussey', '66 Broadland Drive Thorpe End', '', 'NR13 5BT', 'Norwich', 'Norfolk', '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 ('447', '386', '', '', 'michael', 'ireland', '15 church close, newborough', '', 'pe6 7ra', 'peterborough', 'cambs', '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', '387', '', '', 'Pauline', 'Connolly', '44 Tullach Ard', '', '0000', 'galway', 'Galway', '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 ('449', '388', '', '', 'Alison', 'Miles', '25 Hatchgate Gardens', '', 'SL1 8DD', 'Burnham', 'Buckinghamshire', '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 ('450', '389', '', '', 'Ken', 'Dion', '385 patry', '', 'g8t8r2', 'Trois-Rivieres', '', '38', '76'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '390', '', '', 'Helen', 'Combes', '147A Bowerdean Road', '', 'HP13 6XP', 'High Wycombe', 'Bucks', '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 ('452', '391', '', '', 'Samantha', 'Coster', '3 North Avenue', '', 'SS2 5HT', 'Southend on Sea', 'Esses', '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 ('453', '392', '', '', 'susan', 'barnes', '186 birchington avenue', '', 'NE33 4SB', 'south shields', 'tyne and wear', '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 ('454', '393', '', '', 'Daniel', 'Haynes', '35 coppice green, Elton', '', 'Ch24rh', 'Chester', 'Cheshire', '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 ('455', '394', '', '', 'mark', 'messenger', '179 corneville road bucknall', '', 'st29et', 'stoke on trent', 'staffordshire', '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 ('456', '395', '', '', 'ryan', 'williams', '13 james rd staple hill', '', 'bs16 4sy', 'bristol', 'bristol', '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 ('457', '396', '', '', 'jeff', 'hooper', '8 elm close, north bradley', '', 'ba14 0sf', 'trowbridge', 'wilts', '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 ('458', '397', '', '', 'Neil', 'Stokes', '14 Simpson Road', '', 'WS2 7EY', 'Walsall', 'West Midlands', '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 ('459', '398', '', '', 'Eileen', 'O Leary', '15 Nutley Avenue,Mahon', '', 'Cork', 'Cork', 'Cork', '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 ('460', '399', '', '', 'ross', 'dark', 'new park road', '', 'np11 7ae', 'newport', 'south wales', '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 ('461', '399', '', '', 'ross', 'dark', '9 new park road', '', 'np11 7ae', 'newport', 'south wales', '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 ('462', '399', '', '', 'ross', 'dark', '9 new park road', '', 'np11 7ae', 'newport', 'south wales', '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 ('463', '400', '', '', 'Phil', 'Roach', '1 Old Jewry', '', 'EC2R 8AJ', '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 ('464', '401', '', '', 'Emma', 'Sims', '6 Larchgrove Walk', '', 'Bs22 6RD', 'Weston super Mare', 'North Somerset', '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 ('465', '402', '', '', 'jamie', 'barnes', '20 pleasant park cresent', '', 't1r 1n3', 'brooks', '', '38', '66'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '403', '', '', 'BRIDGET', 'ECCLES', '24 BLACKWATER HEIGHTES', '', '00000', 'YOUGHAL', 'CO CORK', '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 ('467', '404', '', '', 'Peter', 'Asmussen', '95 Golden Valley Drive', '', '2756', 'Glossodia', '', '13', '183'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '405', '', '', 'Gavin', 'Evans', '70 Williamson Road', '', 'TN299NZ', 'Lydd on sea', 'KENT', '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 ('469', '406', '', '', 'Marc', 'van Pruissen', 'Alsemhof 29', '', '4907 AM', 'Oosterhout', 'Noord Brabant', '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 ('470', '407', '', '', 'Brian', 'Lovett', 'Painestown', '', 'Co.Meath', 'Dunshaughlin', 'Co. Meath', '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 ('471', '408', '', '', 'Ivor', 'Harding', 'Trebriwnbridge Farm', '', 'PL14 3PX', 'Liskeard', '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 ('472', '408', '', '', 'Caroline Harding', 'Harding', '3 denmor Court', '', 'PL14 4TH', 'Liskeard', '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 ('473', '408', '', '', 'Ivor', 'Harding', 'Trebrownbridge Farm', '', 'PL14 3PX', 'Liskeard', '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 ('474', '408', '', '', 'Caroline', 'Harding', '3 Denmor Court', '', 'PL14 4TH', 'Liskeard', '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 ('475', '409', '', '', 'nick', 'butt', '23 Darwin Close, Nythe', '', 'SN3 3NF', 'Swindon', 'Wilts', '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 ('476', '410', '', '', 'stephen', 'rogers', '3, bull close', '', 'NR31SX', 'norwich', 'norfolk', '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 ('477', '411', '', '', 'Andrew', 'Talbot', '43 Tamlaghtmore Road', '', 'BT71 5NZ', 'Stewartstown', 'Co. Tyrone', '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 ('478', '412', '', '', 'Jennifer', 'Lambert', '38 Willow Crescent', '', 'KY6 1EY', 'Glenrothes', 'Fife', '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 ('479', '413', '', '', 'jacqueline', 'bateson', '47 hawthorn avenue', '', 'm261bx', 'radcliffe', 'manchester', '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 ('480', '414', '', '', 'lisa', 'meyler', 'clonkill', '', '11111', 'mullingar', 'co.westmeath', '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 ('481', '415', '', '', 'jamie', 'davey', '36 wheatfields, rickinghall', '', 'ip22 1en', 'diss', 'norfolk', '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 ('482', '416', '', '', 'Ashley', 'Bird', '7 Heol Isaf', '', 'NP4 0QD', 'New Inn Pontypool', 'Torfaen', '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 ('483', '417', '', '', 'MARK', 'SKELCHER', '42 RUFFS DRIVE', '', 'NG15 6HN', 'HUCKNALL', 'NOTTS', '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 ('484', '418', '', '', 'Gino', 'Lucarelli', 'via A. Muratori,7', '', '57025', 'Piombino', 'Livorno', '105', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '419', '', '', 'Vicky', 'Walsh', 'Glocca Maura, Kilworth', '', '1234', 'Fermoy', 'Cork', '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 ('486', '420', '', '', 'Simon', 'Bronsteyn', 'Spoorbaanstraat 20', '', '3119 JH', 'schiedam', 'zuid-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 ('487', '421', '', '', 'Christine', 'Spinks', '12 Gardner Avenue', '', 'L20 6EQ', 'Bootle', 'Merseyside', '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 ('488', '422', '', '', 'Christa', 'Margraf', 'Rüpingstr. 4', '', '48151', 'Münster', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '423', '', '', 'peter', 'schreven', 'hatertseweg 711', '', '6535zr', 'Nijmegen', 'Gelderland', '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 ('490', '424', '', '', 'Noor Hayati', 'Mohd Kassim', 'NO.13A , JALAN BUKIT EMAS 3 ,', '', '50490', 'TAMAN BUKIT EMAS ,', 'DAMANSARA HEIGHT , KUALA LUMPUR', '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 ('491', '425', '', '', 'Marie', 'Watson', '215 Shortland Street', '', '8061', 'Christchurch', 'South Island', '153', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '426', '', '', 'Noor Hayati', 'Mohd Kassim', '8th Floor Banguna Shell Malaysia', '', '50490', 'Changkat Semantan ,', 'Damansara Heights , Kuala Lumpur', '129', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '427', '', '', 'david', 'cresswell', '67, hawkley road', '', 'wv1 2pg', 'wolverhampton', 'west midlands', '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 ('494', '428', '', '', 'Karl', 'Aldrian', 'Kohlenstrasse 3', '', '8551', 'Wies', '', '14', '100'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '429', '', '', 'Nicholas', 'Rogers', '20 Hove Avenue', '', 'NP19 7QP', 'Newport', 'Gwent', '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 ('496', '430', '', '', 'Naoki', 'Shinohara', '501-53-6 tadokoro town', '', '7920804', 'niihama city', 'ehime', '107', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '431', '', '', 'Alicia', 'Gormley', '77 Drumaconn', '', '0000', 'Cornamaddy', 'Athlone,Co.Westmeath', '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 ('498', '432', '', '', 'kevin', 'coiles', '35 copeland ave mirehouse', '', 'ca28 9hz', 'whitehaven', 'cumbria', '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 ('499', '433', '', '', 'peter', 'catton', '12 vickers avenue', '', 'wf9-2ln', 'near pontefract', 'west yorkshire', '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 ('500', '434', '', '', 'Tom', 'Cwiakala', '35 Carders Close', '', 'WN7 4JX', 'Leigh', 'Lancashire', '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 ('501', '435', '', '', 'EMMA', 'POWELL', '62A DUNCOMBE AVENUE', '', 'PL5 2JS', 'PLYMOUTH', 'DEVON', '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 ('502', '436', '', '', 'darren', 'waite', '8 totley gardens', '', 'sk130bd', 'glossop', 'derbyshire', '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 ('503', '436', '', '', 'darren', 'waite', '9 blackshaw rd', '', 'sk137sl', 'old glossop,glossop', 'derbyshire', '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 ('504', '437', '', '', 'Eric', 'Fernandes', '318 Centennial Crescent', '', 'R8A 1T1', 'Flin Flon', '', '38', '68'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '438', '', '', 'trevor', 'walker', '32 lynval road', '', 'dy5 2hf', 'quarry bank', 'west midlands', '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 ('506', '438', '', '', 'trevor', 'walker', '32 lynval road', '', 'dy5 2hf', 'brierley hill', 'west midlands', '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 ('507', '439', '', '', 'Ralph', 'Lehmberg', 'Oberpforte 33a', '', '63654', 'Büdingen', '', '81', '86'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '440', '', '', 'Diane', 'Colvin', '15 Old Manor Close', '', 'RH11 0HQ', 'Crawley', ' West Sussex', '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 ('509', '441', '', '', 'Leona', 'McCullagh', '66 Palmerston Road', '', 'BT4 1QD', 'BELFAST', 'Co Antrim', '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 ('510', '442', '', '', 'Lyndsey', 'Savage', '239 Dagnam Park Drive', '', 'RM3 9RT', 'Romford', 'ESSEX', '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 ('511', '442', '', '', 'Lyndsey', 'Savage', '26 eccleston Square', '', 'RM3 9RT', '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 ('512', '442', '', '', 'Lyndsey', 'Savage', '26 Eccleston Sq', '', 'SW1V 1NS', '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 ('513', '443', '', '', 'Peter', 'Fitzgerald', '26 South Green', '', '0402', 'Arklow', 'Co.WIcklow', '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 ('514', '443', '', '', 'Peter', 'Fitzgerald', '14 South Green', '', '0402', 'Arklow', 'Co.Wicklow', '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 ('515', '444', '', '', 'Ben', 'Hymers', '1 Malthouse Cottages, Pilgrims Way', '', 'TN25 4EX', 'Boughton Aluph', 'Kent', '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 ('516', '444', '', '', 'Ben', 'Hymers', 'Stewart Fraser Ltd, Henwood Ind Estate', '', 'TN24 8DR', 'Ashford', 'Kent', '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 ('517', '445', '', '', 'sharon', 'levers', '9 martin court, Eckington', '', 'S21 4HJ', 'Sheffield', 'Derbyshire', '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 ('518', '446', '', '', 'Bethan', 'Evans', '12 Senghenydd Street', '', 'CF42 6AP', 'Treorchy', 'RCT', '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 ('519', '447', '', '', 'darren', 'howard', '99 llewellyn park drive,morriston', '', 'sa68pf', 'swansea', 'wales', '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 ('520', '448', '', '', 'Joanna', 'Green', '62 Crowther Close', '', 'SO19 1BX', 'Southampton', 'Hampshire', '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 ('521', '449', '', '', 'Julie', 'Wright', '6 Woodstock Gardens', '', 'FY4 1JP', 'Blackpool', 'Lancashire', '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 ('522', '450', '', '', 'Jane', 'Peacock', 'Mayflower', '', 'ME9 7HE', 'Sittingbourne', 'Kent', '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 ('523', '450', '', '', 'Jane', 'Peacock', 'Mayflower, Ham Green', '', 'ME9 7HE', 'Upchurch, Sittingbourne', 'Kent', '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 ('524', '451', '', '', 'alan', 'slater', '12 radelan grove', '', 'm263ng', 'radcliffe,greater manchester', ' 12', '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 ('525', '452', '', '', 'lee grant', 'staton', '49 simcoe leys chellaston', '', 'de73 6xl', 'derby', ' derby', '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 ('526', '453', '', '', 'david', 'belbin', '39 harrow way', '', 'sp10 3rq', 'andover', 'hants', '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 ('1580', '1352', '', '', 'Kevin', 'Hill', '22 Temple Street', '', 'HD3 3JG', 'Huddersfield', 'West Yorkshire', '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 ('528', '455', '', '', 'Nicola', 'Latham', '45 Station Road', '', 'ST9 9DR', 'Stoke on trent', 'Staffordshire', '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 ('529', '456', '', '', 'Stephen', 'Dalzell', '7 The Grange', '', 'BT61 9QD', 'Armagh', 'Ulster', '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 ('530', '457', '', '', 'Rebecca', 'Mccarthy', 'flat 4 .26north circular road', '', 'Dublin 7', 'Dublin', ' rep of Ireland', '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 ('531', '458', '', '', 'Nikky', 'Ray', '50 Brackenwood Drive', '', 'WA8 8GE', 'Widnes', 'Cheshire', '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 ('532', '459', '', '', 'mark', 'harris', '54 silver horse crescent', '', 'k2m 2j2', 'kanata', '', '38', '74'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '460', '', '', 'Hazel', 'Byford', '1 Mary Carr Court', '', 'HU12 8GW', 'Kingston upon Hull', 'East Yorkshire', '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 ('534', '461', '', '', 'jeanette', 'dewis', '57 bucks hill', '', 'cv10 9lf', 'nuneaton', ' UK', '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 ('535', '462', '', '', 'sonya', 'jones', '25 meadow road', '', 'dy1 3ju', 'dudley', 'westmidlands', '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 ('536', '463', '', '', 'anna', 'jenkins', '16 vicarage close', '', 'l24 4bh', 'liverpool', ' merseyside', '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 ('537', '464', '', '', 'Frances', 'Davies', '13 Hudshaw Gardens', '', 'NE46 1HY', 'Hexham', 'Northumberland', '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 ('538', '464', '', '', 'Ricky', 'McNamee', '8 Wydon Park', '', 'NE46 2BX', 'Hexham', 'Northumberland', '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 ('539', '465', '', '', 'MARTYN', 'CARLYLE', '31 BUSHY MEAD, WIDLEY', '', 'PO7 5DY', 'WATERLOOVILLE', 'HANTS', '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 ('540', '466', '', '', 'Ann', 'Blythe', '58 Chessel st Bedminster', '', 'bs3 3dn', 'Bristol', 'england', '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 ('541', '466', '', '', 'Ann', 'Blythe', 'East St Dental Practice 68-70 East St', '', 'BS3 3DN', 'Bristol', 'England', '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 ('542', '466', '', '', 'Ann', 'Blythe', 'East St Dental Practice 68-70 East St', '', 'BS3 4EY', 'Bristol', 'England', '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 ('543', '467', '', '', 'Jon', 'Vinton', '2 Gradwell Close', '', 'BS22 7UZ', 'Weston super Mare', 'N.Somerset', '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 ('544', '468', '', '', 'philip', 'young', '10 glanrhyd road', '', 'sa9 1au', 'swansea', 'powys', '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 ('545', '469', '', '', 'Chris', 'Cox', '15 Callowbrook Lane', '', 'B45 9HN', 'Birmingham', 'West Midlands', '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 ('546', '470', '', '', 'Mal', 'Meadowcroft', '3 Leech Avenue', '', 'ST5 7PN', 'Newcastle under Lyme', 'Staffordshire', '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 ('547', '471', '', '', 'cheryl-ann', 'Challis', '94 Harrowby Lane', '', 'NG31 9LW', 'Grantham', 'Lincs', '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 ('548', '472', '', '', 'Scott', 'Robertson', '38 Elmbank Cresent', '', 'DD11 4EY', 'Arbroath', 'Angus', '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 ('549', '473', '', '', 'Laura', 'Marriott', '14 Kooreman Avenue', '', 'PE13 3HY', 'Wisbech', 'Cambs', '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 ('550', '474', '', '', 'Susan', 'Lawson', '15 dubford gardens', '', 'ab23 8gp', 'aberdeen', 'bridge of don', '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 ('551', '475', '', '', 'leanne', 'wilson', '102 piperknowle road', '', 'ts19 8da', 'haedwick', 'stockton on tees', '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 ('552', '475', '', '', 'leanne', 'wilson', '102 piperknowle road', '', 'ts19 8da', 'hardwick', 'stockton', '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 ('553', '476', '', '', 'ben', 'davies', '35 the boulevard', '', 'ch657dx', 'ellesmere port', ' cheshire', '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 ('554', '477', '', '', 'Ann', 'Blythe', '58 chessel st', '', 'bs3 3dn', 'bristol', 'bristol', '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 ('555', '478', '', '', 'Louise', 'Darlington', 'No.3 Killeenlea', '', 'Kildare', 'Celbridge', 'County Kildare', '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 ('556', '477', '', '', 'Ann', 'Blythe', 'East street dental practice 68/70 East st', '', 'bs3 4ey', 'Bristol', 'Bristol', '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 ('557', '479', '', '', 'angela', 'allott', '45 bradbury street', '', 's70 6aq', 'barnsley', 'south yorkshire', '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 ('558', '480', '', '', 'Simon', 'Mlicko', 'Cajkovskeho 22', '', '130 00', 'Praha', 'Czech', '56', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '481', '', '', 'Sharon', 'Henderson', '67 George Street', '', 'ST5 1JT', 'Stoke on Trent', 'Staffordshire', '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 ('560', '481', '', '', 'Sharon', 'Henderson', '71 Mill Hayes Road', '', 'ST6 4JB', 'Stoke on Trent', 'Staffordshire', '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 ('561', '482', '', '', 'Dawn', 'Brennan', '91 Northlea Avenue', '', 'BD10 8LJ', 'Bradford', 'West Yorkshire', '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 ('562', '483', '', '', 'DONNA', 'HINDMARSH', '10 GLEBE VILLAS', '', 'NE12 7PS', 'FOREST HALL', 'NEWCASTLE UPON TYNE', '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 ('563', '484', '', '', 'Gill', 'Denton', '17 Priory Road', '', 'RG17 0AG', 'Hungerford', 'Berkshire', '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 ('564', '485', '', '', 'Nicola', 'Read', '2 Hanger Bank', '', 'DE72 2AT', 'Aston on Trent', 'Derby', '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 ('565', '486', '', '', 'Victoria', 'Sharples', '19 Queens Avenue', '', 'CA14 1DL', 'Workington', ' Cumbria', '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 ('566', '487', '', '', 'darren', 'mangham', '51 Princess Avenue', '', 'WF9 2QU', 'south elmsall', 'pontefract', '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 ('567', '488', '', '', 'christopher', 'elvin', '28 boswell road, wath upon dearne', '', 's63 7jl', 'rotherham', 'south yorkshire', '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 ('568', '489', '', '', 'stacy', 'byfield', '107 arethusa road', '', 'me1 2un', 'rochester', 'kent', '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 ('569', '490', '', '', 'Carl', 'Smith', '17855 w caribbean lane', '', '85388', 'surprie', '', '223', '4'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '491', '', '', 'Melanie', 'Brown', '34 Willow Street, Sowerby Bridge', '', 'HX6 2BU', 'Halifax', 'West Yorkshire', '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 ('571', '492', '', '', 'Terry', 'Wade', '41 Lindfield Estate North', '', 'sk9 5ex', 'Wilmslow', 'Cheshire', '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 ('572', '493', '', '', 'Barry', 'Wheatley', '82 Laurel Street', '', 'NE28 6PQ', 'Wallsend', ' Tyne and Wear', '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 ('573', '494', '', '', 'Lyn', 'Stockford', 'C/O Wessex Water', '', 'BH21 7YU', 'PO Box 2964 Wimborne', 'Dorset', '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 ('574', '495', '', '', 'MARK', 'FARMER', '25 TWYN ROAD , LLANFACH', '', 'NP11 5LD', 'ABERCARN', 'GWENT', '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 ('575', '496', '', '', 'stephen', 'davies', 'leitra upper', '', 'co. cork', 'castledonovan', 'drimoleague', '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 ('576', '497', '', '', 'jodie', 'raffle', '14 ainger road', '', 'co12 4tr', 'dovercourt', 'essex', '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 ('577', '498', '', '', 'angela', 'freeman', '50 grange lane', '', 'dy9 7hj', 'stourbridge', 'west midlands', '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 ('578', '499', '', '', 'Sonny\'s', 'Darts', 'Dr. Colijnstraat 40', '', '2982 AC', 'Ridderkerk', 'Zuid-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 ('579', '500', '', '', 'june', 'stroud', '69 cline road', '', 'gu13nd', 'guildford', '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 ('580', '501', '', '', 'sheridan', 'wadsworth', 'ensor drive', '', 'b78 1jw', 'tamworth', 'staffs', '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 ('581', '502', '', '', 'Rosa', 'O\'Shea', '63 Gallowsfield', '', 'Co Kerry', 'Tralee', 'Co Kerry', '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 ('582', '503', '', '', 'michael', 'marsh', '10 shakespeare street', '', 'S81 0QB', 'worksop', 'nottinghamshire', '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 ('583', '503', '', '', 'Michael', 'Marsh', '10 Shakespeare Street', '', 'S81 0QB', 'Worksop', 'Nottinghamshire', '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 ('584', '504', '', '', 'Steven', 'Owen', '38 Fairway Green, Stowlawn', '', 'WV14 6DE', 'Bilston', 'West Midlands', '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 ('585', '505', '', '', 'kelly', 'davies', '33 shipton drive', '', 'st14 7nj', 'uttoxeter staffordshire', 'staffordshire ', '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 ('586', '506', '', '', 'Darren', 'Lilley', 'Heathen, Rue De La Carriere, Les Banques', '', 'GY2 4BG', 'St Sampsons', 'Guernsey C.I', '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 ('587', '507', '', '', 'Jennifer', 'Adams', '6 Foxdale Avenue', '', 'YO8 9NW', 'Thorpe Willoughby', 'Selby', '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 ('588', '508', '', '', 'Alpa', 'Vadgama', '32 Bouverie Road', '', 'HA1 4EZ', 'West Harrow', 'Middlesex', '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 ('589', '509', '', '', 'mark', 'smith', '30 rossendale close shaw', '', 'ol2 8jj', 'oldham', ' lancashire', '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 ('590', '510', '', '', 'heather', 'kelsall', '18 ulverston avenue', '', 'wa2 9la', 'warrington', 'cheshire', '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 ('591', '511', '', '', 'Richard', 'Conlon', '109 curch street', '', 'mm8 2jw', 'Witham', 'Essex', '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 ('592', '511', '', '', 'Richard', 'Conlon', '109 church street', '', 'cm8 2jw', 'Witham', 'essex', '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 ('593', '512', '', '', 'kevin', 'armstrong', '27,west lea,winlaton', '', 'ne21 6nx', 'gateshead', 'tyne and wear', '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 ('594', '513', '', '', 'Deirdre', 'O\' Neill', 'Main Street Ferns', '', 'none', 'Enniscorthy', 'Wexford', '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 ('595', '514', '', '', 'toni', 'benger', '52 constitution hill', '', 'me6 5dh', 'snodland', 'kent', '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 ('596', '515', '', '', 'Daniel', 'Moore', '54 Welton Road', '', 'NN11 7JJ', 'Braunston', 'Northants', '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 ('597', '516', '', '', 'anthony', 'cullis', '11 flatford house bromley road', '', 'se62tg', 'catford', '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 ('598', '517', '', '', 'Jane', 'Thomas', '26 Coed Mawr', '', 'CF62 8AD', 'Barry', 'Vale of Glamorgan', '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 ('599', '517', '', '', 'Jane', 'Thomas', '7 Min y Mor', '', 'CF62 6QG', 'Barry', 'Vale of Glamorgan', '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 ('600', '518', '', '', 'sarah', 'parkhouse', '298 pennsylvania', '', 'cf23 9lx', 'cardiff', ' Wales', '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 ('601', '519', '', '', 'Stacey', 'Smith', '25 Gadwall Way', '', 'CB7 5GQ', 'Soham', 'Cambs', '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 ('602', '520', '', '', 'Jason', 'Todd', '16 Saxon Way', '', 'Ln9 6pr', 'Horncastle', 'Lincolnshire', '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 ('603', '521', '', '', 'donna', 'taylor', '10d rankin way', '', 'g78 1tb', 'barrhead', 'glasgow', '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 ('604', '522', '', '', 'Houston', 'McFadzean', 'Langside Farm, Craigie', '', 'KA1 5LR', 'Kilmarnock', 'Ayrshire', '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 ('605', '523', '', '', 'Richard', 'Toomey', '19 Radstone Place', '', 'lu28sl', 'Luton', 'Beds', '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 ('606', '524', '', '', 'ELAINE', 'HART', '38 SISSONS TERRACE', '', 'LS10 4LH', 'MIDDLETON', 'LEEDS', '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 ('607', '525', '', '', 'steve', 'puddy', '1 golf links road', '', 'ta8 2pw', 'burnham on sea', 'somerset', '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 ('608', '526', '', '', 'Melanie', 'Wilson', '3 Old Mill Court', '', 'DG7 1HN', 'Castle Douglas', 'Kirkcudbrightshire', '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 ('609', '526', '', '', 'Melanie', 'Wilson', '84 Cotton Street', '', 'DG7 1AN', 'Castle Douglas', 'Kirkcudbrightshire', '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 ('610', '527', '', '', 'Samantha', 'Edmonds', '2 Westlands Villas, Westlands Avenue', '', 'SL1 6AG', 'Slough', 'Berkshire', '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 ('611', '528', '', '', 'Kim', 'Brooks', '1 Balcomb Crescent', '', 'CT9 3XJ', 'Margate', 'Kent', '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 ('612', '529', '', '', 'Ray', 'Winterflood', 'Timber Court', '', 'RM17 6PW', 'Grays', 'Essex', '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 ('613', '529', '', '', 'Ray', 'Winterflood', '12 Timbert Court', '', 'RM17 6PW', 'Grays', 'Essex', '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 ('614', '530', '', '', 'laura', 'mckay', '35 garrick drive', '', 'dg9 7fh', 'stranraer', 'scotland', '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 ('615', '531', '', '', 'alfie\"double top\"', 'galloway', 'silverstone close', '', 'ws2 onw', 'walsall', 'westmidlands', '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 ('616', '531', '', '', 'alfie\"doubletop\"', 'galloway', '4 silverstone close', '', 'ws2 0nw', 'walsall', 'westmidlands', '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 ('617', '532', '', '', 'Mark', 'McGowan', '29 Quarn Drive', '', 'DE22 2NR', 'Derby', 'Derbyshire', '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 ('618', '533', '', '', 'michael', 'wright', 'willow garth close', '', 'ls142eb', 'leeds', 'west yorkshire', '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 ('619', '534', '', '', 'darren', 'evans', '4 belgrave ave', '', 'ol8 2la', 'oldham', 'manchester', '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 ('620', '534', '', '', 'darren', 'evans', 'jdp green lane', '', 'ol102eu', 'heywood', 'manchester', '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 ('621', '534', '', '', 'julie', 'jolley', '37 new earth street', '', 'ol45es', 'oldham', 'manchester', '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 ('622', '535', '', '', 'tracy', 'fairclough', '12 old school lane', '', 'co77ah', 'colchester', 'essex', '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 ('623', '536', '', '', 'Andrea', 'Weber', 'Kazinczy', '', '8300', 'Tapolca', 'Veszprém', '97', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '537', '', '', 'Brendan', 'Linehan', 'no 8 pike farm.Killmallock Road.Charliville', '', '0000', 'cork', 'Ireland', '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 ('625', '538', '', '', 'Dawn', 'Hunter-Wardle', '106 Davis Avenue', '', 'CT14 9HL', 'Deal', 'Kent', '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 ('626', '539', '', '', 'jason', 'law', '3 carlton close', '', 'ws12 3tf', 'cannock', 'staffs', '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', '540', '', '', 'Donna', 'Taylor', '6 Parsloes Avenue Dagenham Essex', '', 'RM9 5NX', 'London', ' N/A', '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 ('628', '541', '', '', 'alex', 'pick', '65 lansdowne grove south wigston', '', 'le184lw', 'leicester', ' leicestershire', '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 ('629', '542', '', '', 'katherine', 'morgan', '56 bryngolau', '', 'cf39 8hp', 'tonyrefail', ' porth', '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 ('630', '543', '', '', 'Ove', 'Näsman', 'Doktorsvägen 1', '', '25900', 'Dalsbruk', 'Finland', '72', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '544', '', '', 'tracey', 'kinnersley', '91 lodge road penkhull', '', 'st46rl', 'stoke on trent,', 'staffs', '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 ('632', '545', '', '', 'nicole', 'elwell', '65 kenilworth crescent', '', 'wv4 6su', 'wolverhampton', 'west midlands', '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 ('633', '546', '', '', 'Linda', 'Frazer', '72 St Hugh\'s Green', '', 'NR31 7NH', 'Gorleston', 'Norfolk', '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 ('634', '547', '', '', 'lisa', 'miles', '55 queens walk', '', 'pe9 2qf', 'stamford', 'lincolnshire', '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 ('635', '548', '', '', 'anne', 'idle', '1222 wimborne road northborne bournemouth', '', 'bh107af', 'dorset', ' england', '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 ('636', '549', '', '', 'Greg', 'Lawson', '15 Dubford Gardens', '', 'AB23 8GP', 'Aberdeen', 'Aberdeen', '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 ('637', '550', '', '', 'Robert', 'Longden', '14 waveney road', '', 'OL2 7YA', 'greater manchester', ' oldham', '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 ('638', '550', '', '', 'Robert', 'Longden', '14 waveney road', '', 'OL2 7YA', 'shaw,oldham', 'greater manchester', '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 ('639', '551', '', '', 'Edward', 'de Quincey', '27a, Montague Avenue', '', 'SE41YP', '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 ('640', '552', '', '', 'BRENT', 'FARRELL', '344 GREENWOOD ROAD', '', 'NG4 1AR', 'NOTTINGHAM', 'ENGLAND', '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 ('641', '553', '', '', 'Gemma', 'Holt', '35 lydgate drive', '', 'HD9 1LW', 'huddersfield', 'west yorkshire', '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 ('642', '554', '', '', 'Stella', 'Harris', '14 Wardlow Avenue', '', 'WN5 0JW', 'Wigan', 'Lancashire', '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 ('643', '554', '', '', 'Stella', 'Harris', '22 Fulbeck Ave', '', 'WN3 5QN', 'Wigan', 'Lancashire', '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 ('644', '555', '', '', 'john', 'jackson', '41 bertie street', '', 'bd4 9ll', 'bradford', ' west yorkshire', '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 ('645', '556', '', '', 'kevin', 'doherty', '8 armagh road', '', 'ss3 9lb', 'Shoeburyness Essex', ' essex', '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 ('646', '557', '', '', 'rosaleen', 'brannigan', '55 OLIVER PLUNKETT PARK', '', 'BT35 7JF', 'NEWRY', 'CO.DOWN', '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 ('647', '558', '', '', 'Louise', 'Judd', '61 South Primrose Hill', '', 'CM1 2RF', 'Chelmsford', 'Essex', '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 ('648', '558', '', '', 'Louise', 'Judd', 'WSP House, 70 Chancery Lane', '', 'WC2A 1AF', '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 ('649', '559', '', '', 'Rebecca', 'Ellis', 'Dollond and Aitchison', '', 'B6 5RQ', '50 Rocky Lane', 'Aston, Birmingham', '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 ('650', '558', '', '', 'Louise', 'Judd', 'WSP House, 70 Chancery Lane', '', 'WC2A 1AF', '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 ('651', '560', '', '', 'Diane', 'Heatley', '12 Frank Street', '', 'M35 0BF', 'Failsworth', 'Manchester', '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 ('652', '561', '', '', 'Laura', 'Greenfield-Parker', '133 Woodlands Way', '', 'RH13 9DS', 'Southwater', 'West Sussex', '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 ('653', '562', '', '', 'June', 'Cuthill', '4 Staion Cottage, Letham Grange', '', 'DD11 4RJ', 'Arbroath', 'Angus', '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 ('654', '562', '', '', 'June', 'Cuthill', 'SP Technology Camperdown Ind Park', '', 'DD2 3SP', 'Dundee', 'Angus', '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 ('655', '561', '', '', 'Laura', 'Parker', 'Verdant, Harwood Road', '', 'BN17 7AU', 'Littlehampton', 'West Sussex', '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 ('656', '563', '', '', 'Vinny', 'Goodfield', '7 Forest Edge Drive', '', 'BH24 2ER', 'Ashley Heath', 'Hants', '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 ('657', '564', '', '', 'darren', 'mccready', '72 well road', '', 'bt22 2pu', 'ballywalter', 'down', '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 ('658', '565', '', '', 'katharine', 'bryant', '6 asquith street, griffithstown', '', 'np4 5hl', 'pontypool', 'torfaen', '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 ('659', '566', '', '', 'kev', 'harman', '53 jutland road', '', 'ts25 1lp', 'hartlepool', 'cleveland', '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 ('660', '567', '', '', 'CAROL', 'BANDINI', '12 NELSONS YARD', '', 'NN12 6DG', 'TOWCESTER', 'NORTHANTS', '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 ('661', '568', '', '', 'kathrina', 'budd', '117 gregory crecsent', '', 'se9 5ru', 'eltham', '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 ('662', '569', '', '', 'Jordan', 'Reeves', '1 Hampstead Lane', '', 'sk2 7ps', 'Stockport', 'Cheshire', '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 ('663', '570', '', '', 'Lee', 'Horton', '5 Crossleys', '', 'HP8 4QR', 'Chalfont St. Gikes', 'Bucks', '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 ('664', '570', '', '', 'Lee', 'Horton', 'R F Dyer Locks And Safes 2-4 Oak End Way', '', 'SL9 8BR', 'Gerrards Cross', 'Bucks', '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 ('665', '571', '', '', 'vicki', 'elliott', '83 southfields', '', 'dh9 7pf', 'stanley', 'county durham', '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 ('666', '572', '', '', 'michael', 'vallely', '123bankstreet', '', 'ml6 2eg', 'glasgow', ' glasgow', '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 ('667', '573', '', '', 'Christopher', 'Hutton', '58 Mcmahon Drive', '', 'ML2 9BS', 'Newmains WISHAW', 'Lanarkshire', '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 ('668', '574', '', '', 'Romany', 'Chapman', '206 Hammondstreet Road', '', 'EN7 6PA', 'Cheshunt', 'Hertfordshire', '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 ('669', '575', '', '', 'Lisa', 'Alston', '55 Queen Street, Highfield', '', 'WN5 9HY', 'Wigan', 'Lancs', '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 ('670', '576', '', '', 'DAVID', 'RAWSON', '34,SOUTH HILL WAY', '', 'LS10 4SE', 'LEEDS', 'WEST YORKSHIRE', '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 ('671', '577', '', '', 'Jenny', 'Rose', '54 Park Avenue Sutterton', '', 'PE20 2JR', 'Boston', 'Lincs', '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 ('672', '578', '', '', 'gemma', 'coley', 'vicarage road', '', 'b62 8hu', 'birmingham', ' halesowen', '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 ('673', '579', '', '', 'Christopher', 'Edgerton', '38 Farr st', '', 'sk3 9ld', 'Stockport', 'Cheshire', '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 ('674', '580', '', '', 'Kerry', 'Wright', '6 Phillippa Court', '', 'ME10 2EL', 'Sittingbourne', 'Kent', '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 ('675', '581', '', '', 'Darren', 'Lappage', '37 Matlock Drive', '', 'WS11 6EN', 'Cannock', 'Staffs', '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 ('676', '582', '', '', 'julie', 'williams', '10 HAMPTON ROAD', '', 'dn16 1qj', 'scunthorpe', ' n.lincs', '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 ('677', '583', '', '', 'Ian', 'Notridge', '3 Hyperion Walk', '', 'RH6 7DA', 'Horley', '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 ('678', '584', '', '', 'Tracey', 'Hibbert', '19 Brunton Road', '', 'SK5 7ES', 'Reddish', 'Stockport', '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 ('679', '585', '', '', 'Alan', 'Wray', '5 Radharc Na Mara Achill sound', '', '0000', 'Co.Mayo Rep of Ireland', 'Ireland', '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 ('680', '586', '', '', 'christopher', 'read', 'school house shooting field', '', 'bn44 3rq', 'steyning', 'west sussex', '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 ('681', '587', '', '', 'joan', 'Mcgregor', '15 Atherstone Drive', '', 'TS14 7BW', 'Guisborough', ' cleveland', '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 ('682', '588', '', '', 'Joe', 'Hall', '4 Parr Road', '', 'HA7 1QP', 'Stanmore', 'Middx', '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 ('683', '588', '', '', 'Joe', 'Hall', 'Initial Rewards Ltd, 4 Parr Road', '', 'HA7 1QP', 'Stanmore', 'Middx', '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 ('684', '589', '', '', 'Robert', 'Etheridge', '35 East Oval Kings Heath', '', 'NN5 7NP', '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 ('685', '589', '', '', 'Joanne', 'Fisher', '84 East Oval Kings Heath', '', 'NN5 7NP', '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 ('686', '590', '', '', 'eimear', 'o\' brien', '41 townley manor', '', 'none', 'Tullyallen', 'Drogheda, co louth', '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 ('687', '591', '', '', 'Karen', 'Featherstone', '6 Constable Drive', '', 'TF5 0PJ', 'Telford', ' U.K.', '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 ('688', '592', '', '', 'Christine', 'Hore', '79 Fore Street, St. Stephen,', '', 'PL26 7NS', 'St. Austell,', '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 ('689', '593', '', '', 'samantha', 'wright', '1 kenfig place', '', 'll143pu', 'wrexham', ' wales', '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 ('690', '594', '', '', 'Nicky', 'Hall', '43 Harrington Avenue', '', 'Nr32 4JU', 'Lowestoft', 'Suffolk', '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 ('691', '595', '', '', 'Pamela', 'Ferguson', '7,Aughavey Rd, Coagh', '', 'BT80 0DX', 'Cookstown', 'Co.Tyrone N.Ireland', '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 ('692', '596', '', '', 'Prospero\'s Books Budapest Ltd.', 'Judit Suto', 'Weiner Leo 20', '', '1066', 'Budapest', '--', '97', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '597', '', '', 'philip', 'burlinson', '10 roxby wynd', '', 'ts28 5pn', 'wingate', 'co. durham', '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 ('694', '597', '', '', 'philip', 'burlinson', '27 warwick place', '', 'sr8 2ha', 'peterlee', 'co. durham', '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 ('695', '598', '', '', 'Daphne', 'Townsend', '1 Trelawny Road', '', 'NR29 4SR', 'Martham', 'Great Yarmouth', '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 ('696', '599', '', '', 'Wendy', 'West', '21923 Seminole Oaks', '', '78261', 'San Antonio', '', '223', '57'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '599', '', '', 'Wendy', 'West', '9030 Sumac Cove', '', '78266', 'Garden Ridge', '', '223', '57'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '599', '', '', 'Wendy', 'West', '9030 Sumac Cove', '', '78266', 'Garden Ridge', '', '223', '57'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '600', '', '', 'jean', 'smith', '92 Henry St', '', 'B1G 1G8', 'Dominion', '', '38', '71'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '601', '', '', 'phil', 'reed', '30 church street southwick', '', 'ba14 9ra', 'trowbridge', '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 ('701', '602', '', '', 'barry', 'donaghy', '39 roseville walk', '', 'bt27 4ya', 'lisburn', 'antrim', '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 ('702', '603', '', '', 'Michael', 'Irons', '2 Barwood Avenue', '', 'BR4 0LB', 'West Wickham', 'Kent', '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 ('703', '604', '', '', 'Paul', 'Nolan', '15 WHITETHORN GROVE,ARTANE', '', '0101', 'DUBLIN 5', 'LEINSTER', '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 ('704', '605', '', '', 'steven', 'edwards', '49 vale rd', '', 'l23 5ry', 'liverpool', 'merseyside', '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 ('705', '606', '', '', 'alexandra', 'wells', '47 brownleaf road', '', 'bn26ld', 'woodingdean', 'brighton', '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 ('706', '607', '', '', 'Dianne', 'Stubbs', '25 Lid Lane', '', 'ST10 1QA', 'Cheadle', 'Stoke-on-Trent', '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 ('707', '608', '', '', 'Keith', 'Evans', '12 Hesketh Road', '', 'LL29 8AT', 'Old Colwyn', 'Conwy', '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 ('708', '609', '', '', 'Sander', 'Reniers', 'Standerdmolen 10', '', '5571 RN', 'Bergeijk', 'Noord Brabant', '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 ('709', '610', '', '', 'Gary', 'Grant', '14 Courthouse Close', '', 'mk18 3qh', 'Winslow', 'Buckinghamshire', '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 ('710', '611', '', '', 'Calum', 'Beatt', '67 Wheatley Road', '', 'OX44 9ER', 'Oxford', 'Oxon.', '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 ('711', '611', '', '', 'Calum', 'Beatt', 'Oxford Brookes University', '', 'OX33 1HX', 'Wheatley,Oxford', 'Oxon.', '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 ('712', '612', '', '', 'Julie', 'Robinson', '14 Waveney Road', '', 'OL2 7YA', 'Shaw Oldham', 'Greater Manchester', '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 ('713', '613', '', '', 'robert', 'payne', '8 tinglebrook close madley', '', 'hr29bz', 'hereford', 'herefordshire', '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 ('714', '201', '', '', 'Sandra', 'Robinson', '29A Sheehan Crescent', '', 'CA2 7HH', 'Carlisle', 'Cumbria', '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 ('715', '614', '', '', 'Donna', 'Nicholas', '139 Hollyhill Gardens West', '', 'DH9 6NX', 'South Stanley', 'County Durham', '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 ('716', '615', '', '', 'George', 'Major', 'Bluecherstr. 13', '', '44147', 'Dortmund', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '616', '', '', 'Robert', 'McRae', '35 Pitfour', '', 'Perthshire', 'St.Madoes', 'Glencarse', '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 ('718', '617', '', '', 'Chris', 'Cotton', '22 Cooper Thornhill Road, Stilton', '', 'PE7 3XD', 'Peterborough', 'Cambs', '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 ('719', '618', '', '', 'David', 'Moulton', 'Gleneyre, Stainers Lane', '', 'SO21 3HB', 'South Wonston', 'Hampshire', '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 ('720', '492', '', '', 'Terry', 'Wade', 'Promotion Space Ltd, Sandfield House, Water Lane', '', 'sk9 5ar', 'Wilmslow', 'Cheshire', '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 ('721', '619', '', '', 'Garry', 'Halliday', 'unit 1 Castle Place, Bankside ind est', '', 'fk2 7xb', 'FALKIRK', 'stirlingshire', '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 ('722', '620', '', '', 'Tara', 'Castledine', 'Race Course Cottage', '', 'SO32 3QY', 'Droxford', 'Hampshire', '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 ('723', '620', '', '', 'Tara', 'Castledine', '6 Wessex Business Park', '', 'SO21 1WP', 'Colden Common', 'Hampshire', '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 ('724', '621', '', '', 'Charmaine', 'Dickinson', '27 London Road', '', 'AL6 9JB', 'Welwyn', ' Hertfors', '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 ('725', '621', '', '', 'Charmaine', 'Dickinson', '27 London Road', '', 'AL6 9JB', 'Welwyn', 'Hertfordshire', '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 ('726', '622', '', '', 'Stephen', 'Parker', '62 Ashworth Court', '', 'FY3 8RT', 'Blackpool', ' Lancashire', '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 ('727', '623', '', '', 'Marc', 'Edwards', '28 Hollis Rd', '', 'CV3 1AL', 'COVENTRY', ' West Midlands', '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 ('728', '624', '', '', 'jason', 'ingledew', '3 magdalene drive', '', 'td151px', 'berwick-upon-tweed', ' td', '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 ('729', '624', '', '', 'jason', 'ingledew', '3 magdalene drive', '', 'td151px', 'berwick-upon-tweed', 'northumberland', '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 ('730', '625', '', '', 'kevin', 'jones', '5 penrhos', '', 'll11 4hl', 'wrexham', 'clwyd', '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 ('731', '626', '', '', 'Nichola', 'Harvey', '1 Primrose Villas, Warren Lane', '', 'CM15 0JE', 'Doddinghurst, Brentwood', 'Essex', '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 ('732', '627', '', '', 'kathryn', 'shaw', '45 Eagle Park', '', 'TS8 9NS', 'Marton Middlesbrough', 'Cleveland', '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 ('733', '628', '', '', 'Vince', 'Hodgetts', '41 Shackleton Drive', '', 'WV6 7SA', 'Wolverhampton', 'Staffordshire', '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 ('734', '629', '', '', 'Catherine', 'Herod', '9 Overton Close', '', 'CW12 1JZ', 'Congleton', 'Cheshire', '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 ('735', '630', '', '', 'Dee', 'Williamson', '18 Cedarwood Drive', '', 'IV2 6GU', 'Inverness', 'Highland', '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 ('736', '631', '', '', 'donna', 'simpson', '3 mansefield road', '', 'ml37ss', 'glasgow', 'south lanarkshire', '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 ('737', '632', '', '', 'anthony', 'jones', '3 fleet court', '', 'dt3 4db', 'weymouth', ' dorset', '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 ('738', '633', '', '', 'Tracy', 'cleverdon', '20 The Coppice', '', 'PO13 0WX', 'Gosport', 'Hants', '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 ('739', '634', '', '', 'Laurens', 'Erich', '116 Station Road', '', 'DE65 5EH', 'Hatton', 'Derby', '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 ('740', '635', '', '', 'Andrew', 'Wilson', '23 Falloden Avenue', '', 'NE3 2BQ', 'Newcastle Upon Tyne', 'TYNE & WEAR', '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 ('741', '625', '', '', 'Thomas', 'Masterson', '23 Hywelfa', '', 'LL116RR', 'Southsea', 'Wrexham', '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 ('742', '636', '', '', 'Nigel', 'Bircham', '11 Clos Cwm Creunant', '', 'cf23 8la', 'CARDIFF', 'South Glamorgan', '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 ('743', '597', '', '', 'philip', 'Burlinson', '27 warwick place', '', 'sr8 2ha', 'peterlee', 'co. durham', '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 ('744', '637', '', '', 'kenneth peter', 'alcock', '38 westsprink crescent', '', 'st3 5jb', 'longton', 'stoke on trent', '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 ('745', '638', '', '', 'Neil', 'Brotherton', '15 Floors Place', '', 'KY2 5SF', 'Kirkcaldy', 'Fife', '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 ('746', '639', '', '', 'Kirsty', 'Longden', '272 Haggstones Road', '', 'S35 0PD', 'Sheffield', ' South Yorkshire', '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 ('747', '640', '', '', 'clare', 'nugent', '18 Hawlmark End', '', 'CO6 1NF', 'Marks Tey', 'Essex', '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 ('748', '641', '', '', 'Ann', 'Briscoe', '17 Plane Ave', '', 'WN5 9PS', 'Wigan', 'Lancashire', '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 ('749', '642', '', '', 'Maly', 'James', '66 Sandringham Road', '', 'TS10 1ES', 'Redcar', 'Cleveland', '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 ('750', '643', '', '', 'Elizabeth', 'Oliver', '18 Victoria Terrace', '', 'NE66 1RF', 'Alnwick', 'Northumberland', '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 ('751', '644', '', '', 'linzi', 'montgomery', '21 Monea Way', '', 'BT19 1AN', 'Bangor', ' Down', '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 ('752', '645', '', '', 'linda', 'jebb', '34 pembroke avenue', '', 'dn4 8hh', 'doncaster', 'south yorkshire', '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 ('753', '646', '', '', 'Susan', 'Robertson', '63 South Scotstoun', '', 'EH30 9YE', 'South Queensferry', ' lothian', '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 ('754', '647', '', '', 'Sandra', 'Way', 'Hillcrest, Old Dashwood Hill,', '', 'HP14 3XD', 'Studley Green', 'Buckinghamshire', '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 ('755', '648', '', '', 'Bryan', 'Walker', '24 St Edmunds Road', '', 'CT14 9UQ', 'Deal', 'Kent', '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 ('756', '649', '', '', 'darren', 'campbell', '18 hamilton court greenham', '', 'rg14 7uh', 'newbury', 'berkshire', '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 ('757', '650', '', '', 'amy', 'mansell', '8 whatmer close sturry', '', 'ct20jj', 'canterbury', 'kent', '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 ('758', '651', '', '', 'charlie', 'fyffe', '12 shankly drive', '', 'ml29qp', 'morningside', 'north lanarkshire', '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 ('759', '652', '', '', 'ADAM', 'BUCKINGHAM', '1 CHURCH VILLAS', '', 'EX32 OAB', 'BISHOPS TAWTON', 'BARNSTAPLE', '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 ('760', '653', '', '', 'Shirley', 'Martin', 'Clonback', '', 'eire', 'Aughnacliffe', 'Longford', '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 ('761', '654', '', '', 'lisa', 'davies', '6 kirkwood court', '', 'SY1 3SX', 'shrewsbury', 'shropshire', '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 ('762', '655', '', '', 'Natalya', 'Tikhonova', 'Lumumbi, 9a', '', '614077', 'Perm', 'Perm kray', '176', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '656', '', '', 'diane', 'edmonds-jarman', '26 capenors', '', 'rh15 9ql', 'burgess hill', 'west sussex', '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 ('764', '657', '', '', 'kayliegh', 'foxall', '42 dicksheppard avenue', '', 'dy49jn', 'tipton', 'westmidlands', '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 ('765', '657', '', '', 'amanda', 'foxall', '39 richards road', '', 'dy49jn', 'tipton', 'westmidlands', '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 ('766', '657', '', '', 'kayliegh', 'foxall', '42 dicksheppard avenue', '', 'dy40xr', 'tipton', 'westmidlands', '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 ('767', '658', '', '', 'jacqueline', 'fewkes', '24 westonirt close', '', 'wr5 3rx', 'worcester', 'worcestershire', '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 ('768', '659', '', '', 'Andrey', 'Yuryatin', 'Noviy Arbat, 29', '', '121099', 'Moscow', 'Ru', '176', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('769', '660', '', '', 'victoria', 'senior', '11 fitzwalter road', '', 'cm6 3fq', 'little dunmow', 'essex', '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 ('770', '661', '', '', 'Amanda', 'Law', '37 Greenfields', '', 'SN3 4SQ', 'Swindon', '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 ('771', '661', '', '', 'Norman', 'Webb', 'D17, Bumpers Farm Ind Est', '', 'SN14 6LH', 'Chippenham', '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 ('772', '662', '', '', 'Kevin', 'Middleton', '4 Glan Tywi', '', 'SA17 5TG', 'Ferryside', ' Carmarthenshire', '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 ('773', '663', '', '', 'Ian', 'King', '37 Kirby Road', '', 'DA2 6HE', 'Dartford', 'Kent', '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 ('774', '664', '', '', 'Katie', 'Cameron', '10800 Holman Ave, Unit 102', '', '90024', 'Los Angeles', '', '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 ('775', '665', '', '', 'Eileen', 'Belcher', '51, Park Hill Road', '', 'GU17 0LX', 'Blackwater, Camberley,', '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 ('776', '666', '', '', 'christopher', 'midgley', '62 findlay street', '', 'wn7 1xg', 'leigh', 'lancashire', '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 ('777', '667', '', '', 'Martin', 'Hunt', '13 Baxter Close', '', 'UB2 4PH', 'Southall', 'Middelsex', '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 ('778', '668', '', '', 'Emma', 'Keogh', '22 Brotherton,', '', 'none', 'Graiguecullen,', 'Co Carlow', '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 ('779', '669', '', '', 'leighton', 'booth', '16 pine st', '', '5422', 'peterborough', 'sa', '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 ('780', '670', '', '', 'francesca', 'Griggs', '644 wimborne road', '', 'bh9 2eh', 'bournemouth', 'dorset', '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 ('781', '671', '', '', 'Linda', 'Timpson', '74 Callenders Mill', '', 'Eire', 'Celbridge', 'County Kildare', '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 ('782', '671', '', '', 'Enda P', 'Moran', 'Main Street', '', 'Eire', 'Celbridge', 'County Kildare', '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 ('783', '672', '', '', 'Stephen', 'Burt', 'Abernant, St Mary Church', '', 'CF71 7LT', 'Cowbridge', 'Vale of glamorgan', '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 ('784', '673', '', '', 'Cecelia', 'Weighell', '17 Gravel Hole Lane', '', 'YO7 1NS', 'Thirsk', 'North Yorkshire', '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 ('785', '672', '', '', 'Andrea', 'Burt', 'Abernant, St Mary Church', '', 'CF71 7LT', 'Cowbridge', 'Vale of glamorgan', '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 ('786', '674', '', '', 'robert', 'higgins', '39 linnhe crescent', '', 'ml20nx', 'wishaw', 'scotland', '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 ('787', '675', '', '', 'Emma', 'Sargent', 'The Bungalow, Moss Lane, Madeley', '', 'CW3 9NQ', 'Nr Crewe', 'Cheshire', '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 ('788', '676', '', '', 'stephen', 'robinson', '41 kintyre drive', '', 'ts170by', 'stockton', 'cleveland', '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 ('789', '677', '', '', 'rachel', 'smith', '16 george street', '', 'SY131NY', 'whitchurch', 'shropshire', '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 ('790', '678', '', '', 'Thomas', 'Waller', '8 Wrights Close', '', 'LE12 8TU', 'Quorn', 'Loughborough', '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 ('791', '679', '', '', 'david', 'tomkinson', '58 churchill road', '', 'ST10 1DJ', 'stoke-on-trent', 'staffordshire', '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 ('792', '680', '', '', 'Krzysztof', 'Borkowski', 'Wrzeciono 63a/23', '', '01-950', 'Warsaw', 'Bielany', '170', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '680', '', '', 'Krzysztof', 'Borkowski', 'Wrzeciono 63a/23', '', '01-950', 'Warsaw', 'PL', '170', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '681', '', '', 'Johanna', 'Bliss', '24 Glenton Way', '', 'RM1 4AG', 'Romford', 'Essex', '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 ('795', '682', '', '', 'Tina', 'Lewis', '6 The Mead', '', 'BA 22 8NZ', 'Ilchester', 'Somerset', '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 ('796', '683', '', '', 'Martin', 'Gray', '7 Ufford Place', '', 'CB90HS', 'Haverhill', 'Suffolk', '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 ('797', '683', '', '', 'Martin', 'Gray', 'Units 1-3 Two Counties Address', '', 'cb97xz', 'Haverhill', 'Suffolk', '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 ('798', '684', '', '', 'chance', 'meton', '8 trefusis terrace', '', 'tr15 2ha', 'redruth', '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 ('799', '685', '', '', 'Jenny', 'Napper', '14 Icknield Close', '', 'OX11 7AU', 'Didcot', 'Oxfordshire', '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 ('800', '686', '', '', 'GARY', 'SMITH', '107 BARKHILL ROAD', '', 'CH3 5JH', 'CHESTER', 'CHESHIRE', '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 ('801', '687', '', '', 'Michelle', 'brown', '26 the beeches old cwmbran', '', 'np44 3ll', 'cwmbran', 'torfaen', '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 ('802', '688', '', '', 'David', 'Marsden', '4 Spring Road', '', 'SK12 1YZ', 'Poynton, Stockport', 'Cheshire', '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 ('803', '689', '', '', 'chris', 'ellis', 'hunston', '', 'ip313ep', 'bury st edmunds', 'suffolk', '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 ('804', '495', '', '', 'MARK FARMER', 'HALL AND PICKLES', 'BLACKVIEN IND EST', '', 'NP11 7PX', 'CROSSKEYS', 'GWENT', '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 ('805', '689', '', '', 'chris', 'ellis', 'willowfold', '', 'ip31 3ep', 'Hunston, Bury St. Edmunds', 'suffolk', '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 ('806', '690', '', '', 'Sarah', 'White', '2 The Oaklands', '', 'SO53 3RP', 'Chandlers Ford', 'Hampshire', '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 ('807', '690', '', '', 'Sarah', 'White', 'British Transport Police, Southampton Central Railway Station', '', 'SO15 1AL', 'Southampton', 'Hampshire', '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 ('808', '691', '', '', 'debbie', 'ainsworth', '16 dee lane', '', 'st54as', 'newcastle under lyme', 'staffs', '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 ('809', '692', '', '', 'andrew', 'grant', '26 Harecastle Avenue', '', 'st71jt', 'newcastle under lyme', 'staffs', '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 ('810', '692', '', '', 'debbie', 'ainsworth', '3 imex technology park', '', 'st48lj', 'stoke on trent', 'staffs', '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 ('811', '693', '', '', 'lorraine', 'murphy', '17 albert street hadfield', '', 'sk131da', 'glossop', 'derbyshire', '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 ('812', '694', '', '', 'andrew', 'smith', '57 cinques road', '', 'sg19 3nw', 'gamlingay, sandy', 'bedfordshire', '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 ('813', '695', '', '', 'JAN', 'RICHARDSON', '27 BLOSSOM LANE THEALE', '', 'RG7 5BB', 'READING', ' BERKS', '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 ('814', '696', '', '', 'chris', 'handley', '24 carlyle road', '', 'ng2 7nq', 'west bridgford', 'nottingham', '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 ('815', '697', '', '', 'michelle', 'winward', '11 darenth crescent', '', 'ts3 7jz', 'middlesbrough', ' cleveland', '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 ('816', '698', '', '', 'William', 'Docherty', '4 Oval Road', '', 'CV22 5LH', 'RUGBY', 'Warwickshire', '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 ('817', '699', '', '', 'Karen', 'Wilson', '27 Ranfurly Road', '', 'SM1 3JB', 'Sutton', '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 ('818', '699', '', '', 'Karen', 'Wilson', 'ode, Unit 10 Princeton Mews, 167-169 London Road', '', 'KT2 6PT', 'Kingston Upon Thames', '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 ('819', '700', '', '', 'kelly', 'kennedy-smith', '96 shetland road', '', 'cb9 0lr', 'haverhill', 'suffolk', '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 ('820', '701', '', '', 'andrew', 'webster', '9 dale road', '', 'SK17 6LN', 'buxton', 'Derbyshire', '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 ('821', '702', '', '', 'Mandy', 'Smithers', '54 Harrow Way', '', 'WD19 5ET', 'Carpenders Park', 'Watford', '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 ('822', '703', '', '', 'andrew', 'bull', 'brimley cottage', '', 'ex13 5xb', 'hawkchurch', 'axminster', '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 ('823', '704', '', '', 'Chris', 'Longshaw', '52 Arundel Road', '', 'HP12 4NF', 'High Wycombe', 'Bucks', '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 ('824', '705', '', '', 'Steve', 'Evans', '12 Senghenydd Street', '', 'CF42 6AP', 'Treorchy', 'RCT', '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 ('825', '706', '', '', 'Shirley', 'Dawson', '8 Finningley Drive', '', 'DE22 2XP', 'Allestree', 'Derby', '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 ('826', '707', '', '', 'Donna', 'Brannigan', '46 laburnum ave', '', 'BR8 7DJ', 'swanley', 'kent', '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 ('827', '708', '', '', 'Gregor', 'Mac Tavish', '29 The Paddocks, Gedney', '', 'pe12 0dp', 'Spalding', 'Lincolnshire', '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 ('828', '709', '', '', 'nikki', 'johnson', '26 penrhiw road', '', 'np11 6ga', 'risca', 'gwent', '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 ('829', '710', '', '', 'Antony', 'Little', '43 Highfield Crescent', '', 'RM12 6PX', 'Hornchurch', 'Essex', '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 ('830', '711', '', '', 'john', 'wright', '48 liscombe road', '', 'lu5 4pl', 'dunstable', 'beds', '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 ('831', '712', '', '', 'AMY', 'ANYON', '16B GREEN LANE', '', 'PR4 1RN', 'FRECKLETON', 'LANCASHIRE', '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 ('832', '713', '', '', 'chris', 'lines', 'meadows end winchester road', '', 'so24 9ez', 'alresford', 'hants', '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 ('833', '714', '', '', 'Rachel', 'Ensor', '65 Enville Road', '', 'DY6 0JX', 'Kingswinford', 'West Midlands', '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 ('834', '714', '', '', 'Rachel', 'Ensor', 'Keymas Ltd, Pensnett House, Pensnett Estate', '', 'DY6 7PP', 'Kingswinford', 'West Midlands', '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 ('835', '715', '', '', 'LIZ', 'DAVEY', '4 LEICESTER MEAD', '', 'EX4 2PX', 'EXETER', 'DEVON', '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 ('836', '716', '', '', 'thomas', 'blackham', '38 blythswood street', '', 'l17 7df', 'liverpool', ' liverpool', '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 ('837', '717', '', '', 'Bob', 'Belcher', '8 Slades Green', '', 'DT6 4EA', 'Bridport', 'Dorset', '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 ('838', '718', '', '', 'john', 'leggatt', '5 glebe street bedwas caerphilly', '', 'cf838ad', 'caerphilly', 'mid glamorgan', '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 ('839', '719', '', '', 'Wiktor', 'Janus', '14 Kelbrook Close', '', 'LE4 0 US', 'Leicester', 'Leics', '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 ('840', '720', '', '', 'Louise', 'Gardner', '14 Birchover Road', '', 'NG8 4BS', 'Nottingham', 'Nottinghamshire', '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 ('841', '720', '', '', 'Richard', 'Robinson', '59 Felstead Road', '', 'NG8 3HF', 'Nottingham', 'Nottinghamshire', '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 ('842', '721', '', '', 'Gary', 'Cardwell', '20 Kielder Grove', '', 'PO13 0ZA', 'Gosport', 'Hants', '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 ('843', '721', '', '', 'Gary', 'Cardwell', '8 South Close', '', 'PO12 2PS', 'Gosport', 'Hants', '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 ('844', '722', '', '', 'beverley', 'reid', 'flat 16 1001 chester road', '', 'm32 0ta', 'manchester', 'lancashire', '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 ('845', '722', '', '', 'beverley', 'reid', '26 haddon street', '', 'm32 0jr', 'manchester', 'lancashire', '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 ('846', '723', '', '', 'Mark', 'Winward', '99 Overdale Road, Parkend', '', 'TS3 7NQ', 'Middlesbrough', 'England', '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 ('847', '724', '', '', 'Jonathan', 'Brace', '40 Barnhurst Lane, Pendeford', '', 'WV8 1XB', 'Wolverhampton', 'West Midlands', '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 ('848', '725', '', '', 'Derek', 'Marshall', '60 The Avenue, Clayton', '', 'BD14 6RS', 'BRADFORD', 'West Yorkshire', '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 ('849', '726', '', '', 'Michelle', 'Hanley', '106 Rahylin Glebe, Ballybane', '', '0000', 'Galway', 'Galway', '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 ('850', '727', '', '', 'William', 'Drew', '4264 Reef Road', '', '30066-1862', 'Marietta', '', '223', '19'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '728', '', '', 'Karen', 'Curran', '273 Clooney road Greysteel', '', 'bt47 3dz', 'Derry', 'Ireland', '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 ('852', '729', '', '', 'kerry', 'howard', '80 grove rd', '', 'nr13rw', 'norwich', 'norfolk', '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 ('853', '730', '', '', 'Kenneth S', 'McFarlane', '53 Parkneuk Street', '', 'ML1 1BY', 'Motherwell', 'North Lanarkshire', '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 ('854', '731', '', '', 'David', 'Poole', '40b Woodstock Road', '', 'N4 3EX', '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 ('855', '732', '', '', 'nikki', 'johnson', '26 penrhiw road', '', 'np11 6ga', 'risca', 'gwent', '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 ('856', '732', '', '', 'nikki', 'johnson', '23 Penrhiw road', '', 'np11 6ga', 'risca', 'gwent', '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 ('857', '733', '', '', 'Catherine', 'Lymer', '17 Falklands Rd', '', 'cm0 8sn', 'Burnham On Crouch', 'Essex', '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 ('858', '734', '', '', 'Adrian', 'Cullen', 'Corduff', '', 'eire', 'Ballinagh', 'Co. Cavan', '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 ('859', '735', '', '', 'Peter', 'Dawson', '27 Wooded Close', '', 'BL9 6PA', 'BURY', 'Lancashire', '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 ('860', '736', '', '', 'Denise', 'Alex', '64 Barrett Lane', '', '07481', 'Wyckoff', '', '223', '41'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '737', '', '', 'Caoimhe', 'Reidy', 'Coolasmuttane', '', '....', 'Charleville', 'Co. Cork', '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 ('862', '738', '', '', 'Chris', 'Gostling', '2 Scholes Lane, Scholes', '', 'S61 2RG', 'Rotherham', 'South Yorkshire', '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 ('863', '738', '', '', 'Chris', 'Gostling', 'Hydrex Equipement, Unit A-B, Railway Court, Off Ten Pound Walk', '', 'DN4 5FB', 'Doncaster', 'South Yorkshire', '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 ('864', '739', '', '', 'Patrick', 'Reavey', '24 Tullyherron Road Mountnorris', '', 'BT60 2UF', 'Armagh', 'County Armagh', '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 ('865', '740', '', '', 'Michael', 'Myles', '24 Boundary Drive', '', 'L25 0QD', 'Liverpool', 'Merseyside', '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 ('866', '741', '', '', 'Sara', 'Hopkins', '167 Dickinson Drive', '', 'WS2 9DR', 'Walsall', 'West Midlands', '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 ('867', '742', '', '', 'david', 'gray', '3 yorkgarth', '', 'hg50al', 'knaresborough', 'north yorkshire', '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 ('868', '743', '', '', 'jason', 'guest', '21 hallow road', '', 'wr2 6bx', 'worcester', 'worcestershire', '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 ('869', '743', '', '', 'jason', 'guest', 'unit 5 derwent close, warndon', '', 'wr4 9ty', 'worcester', 'worcestershire', '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 ('870', '744', '', '', 'Harry', 'Colley', '70 Catisfield Crescent', '', 'WV8 1XL', 'Wolverhampton', ' West Midlands', '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 ('871', '745', '', '', 'WENDY', 'EMMS', '123 TIPTON ROAD, WOODSETTON', '', 'DY3 1BZ', 'DUDLEY', 'WEST MIDLANDS', '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 ('872', '746', '', '', 'Alex', 'Render', '162 Pottery Lane', '', 'YO31 8SP', 'York', 'North Yorkshire', '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 ('873', '747', '', '', 'Amanda', 'Cradden', '4 Ballellis, Ballawattleworth Estate', '', 'IM5 1WZ', 'Peel', 'Isle of Man', '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 ('874', '555', '', '', 'JOHN', 'JACKSON', '41 BERTIE STREET', '', 'BD4 9LL', 'BRADFORD', 'WEST YORKSHIRE', '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 ('875', '748', '', '', 'philip', 'jackson', 'lister avenue', '', 'bd4 7qs', 'bradford', 'west yorkshire', '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 ('876', '749', '', '', 'simon', 'barton', '61 maes meurig', '', 'll654ry', 'gwalchmai', 'holyhead', '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 ('877', '749', '', '', 'simon', 'barton', 'barton and nichols ltd', '', 'll777xa', 'bryn cefni industrial estate', 'llangefni', '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 ('878', '750', '', '', 'mrs sonia', 'simpsn', '83 min y don', '', 'll227ly', 'abergele', ' conwy', '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 ('879', '751', '', '', 'janice', 'gale', '4 dever close, micheldever,', '', 'so21 3sr', 'winchester', 'hampshire', '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 ('880', '752', '', '', 'steve', 'noble', '2 hamilton drive', '', 'DY8 5EX', 'wordsley', 'west midlands', '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 ('881', '752', '', '', 'MURIEL', 'HOLLAND', '22 RIDDINGS CRESENT PELSALL', '', 'WS3 5DG', 'WALSALL', 'WEST MIDLANDS', '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 ('882', '753', '', '', 'Michael', 'Atkinson', '43 Apartments, La Charroterie Mills', '', 'GY11DR', 'St Peter Port', 'Guernsey', '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 ('883', '753', '', '', 'Michael', 'Atkinson', '25 Neville Road', '', 'DL38HZ', 'Darlington', 'Durham', '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 ('884', '754', '', '', 'Svenja', 'Leinung', 'Fuchspfad 10', '', '40789', 'Monheim', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '755', '', '', 'barbara', 'tomkinson', 'wayside', '', 'cw5 8ld', 'Nantwich', ' Cheshire', '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 ('886', '755', '', '', 'barbara', 'tomkinson', 'wayside, chester rd', '', 'cw5 8ld', 'acton, nantwich', 'cheshire', '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 ('887', '756', '', '', 'ANGELA', 'Baynham', '19 price ave', '', 'CW11 4BN', 'SANDBACH', 'cheshire', '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 ('888', '757', '', '', 'Paul', 'Short', '182 Castleton Road', '', 'OL2 6UP', 'Royton', 'Greater Manchester', '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 ('889', '758', '', '', 'Joanna', 'Cliffe', '140 symphony court', '', 'B16 8AG', 'Birmingham', 'West Midlands', '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 ('890', '759', '', '', 'Sarah', 'Finlow', '28 Portland Walk', '', 'SK11 8RP', 'Macclesfield', 'Cheshire', '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 ('891', '759', '', '', 'Sarah', 'Finlow', '150 Moss Lane', '', 'SK11 7XF', 'Macclesfield', 'Cheshire', '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 ('892', '760', '', '', 'melanie', 'walton', '14 coniston road', '', 'gu22 9hu', 'woking', '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 ('893', '761', '', '', 'jeffrey', 'smith', '48 carrington road ashton', '', 'bs3 2ag', 'bristol', ' avon', '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 ('894', '762', '', '', 'Marc', 'Horobin', '25 Helena Close', '', 'CV10 7DF', 'Nuneaton', 'Warwickshire', '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 ('895', '763', '', '', 'Tommy', 'McIntosh', '660 Shettleston Road', '', 'G32 7DZ', 'Glasgow', 'Lanarkshire', '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 ('896', '764', '', '', 'dave', 'jones', '9 niall road', '', 'st4 4qt', 'stoke on trent', ' england', '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 ('897', '763', '', '', 'Emma', 'Moffat', '660 Shettleston Road', '', 'G32 7DZ', 'Glasgow', 'Glasgow City', '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 ('898', '763', '', '', 'Emma', 'Moffat', '660 Shettleston Road', '', 'G32 7DZ', 'Glasgow', 'Glasgow City', '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 ('899', '765', '', '', 'debra', 'raffle', '9 THIRD AVENUE', '', 'CO123SE', 'harwich', ' essex', '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 ('900', '765', '', '', 'jodie', 'raffle', '14 ainger road', '', 'CO123SE', 'harwich', 'essex', '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 ('901', '765', '', '', 'JODIE', 'RAFFLE', '14 AINGER ROAD', '', 'CO12 4TR', 'HARWICH', 'ESSEX', '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 ('902', '766', '', '', 'Julie', 'Wilson', '2 Norman Close', '', 'EN9 1PY', 'Waltham Abbey', 'Essex', '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 ('903', '767', '', '', 'Christopher', 'Mc Mahon', 'shanco', '', '0000', 'corduff', 'monaghan', '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 ('904', '768', '', '', 'barry', 'bowser', '6541 Vienna Street', '', 'B3L 1S9', 'Halifax', '', '38', '71'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '769', '', '', 'jackie', 'brown', '27 sibelius close', '', 'rg22 4hu', 'basingstoke', 'hampshire', '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 ('906', '770', '', '', 'Andrew', 'Challis', '8 Hereford Way', '', 'NG31 8AX', 'Grantham', 'Lincs', '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 ('907', '771', '', '', 'James', 'Molloy', '20 Exeter Way', '', 'NE32 4TT', 'Jarrow', 'Tyne & Wear', '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 ('908', '772', '', '', 'gary', 'sunley', '2 SANDRINGHAM ROAD', '', 'DE214EY', 'DERBY', 'DERBYSHIRE', '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 ('909', '772', '', '', 'GARY', 'SUNLEY', '200 ST ANDREWS VIEW', '', 'DE214EW', 'DERBY', 'DERBYSHIRE', '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 ('910', '773', '', '', 'lewis', 'mckenna4', '4 longhill walk', '', 'm405nt', 'manchester', 'lancashire', '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 ('911', '774', '', '', 'prema', 'simpson', 'flat 8, 10 lancaster road', '', 'se25 4aq', 'south norwood', '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 ('912', '775', '', '', 'Mark', 'Nicklin', '3 Elworth Court', '', 'ST4 3JE', 'Stoke-on-Trent', 'Staffordshire', '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 ('913', '776', '', '', 'Chun Man Jimmy', 'Liu', 'Flat B, 27/F, Block 5, Harmony Garden', '', '**********', 'Siu Sai Wan', 'N/A', '96', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '776', '', '', 'Grant', 'Venner', 'Lower Thames Street', '', 'EC3R 6DU', 'Sugar Quay', '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 ('915', '777', '', '', 'ESTHER', 'CROSS', '12 TRINITY ROAD', '', 'LE19 2BU', 'ENDERBY', 'LEICESTER', '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 ('916', '778', '', '', 'Sue', 'Keaney', '17 The Hollands', '', 'RG19 4LU', 'Thatcham', 'Berkshire', '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 ('917', '779', '', '', 'Richard', 'Perry', '80 Aston Street', '', 'Dy4 0jd', 'tipton', 'west midlands', '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 ('918', '780', '', '', 'andrew', 'morton', '18 rye close', '', 'yo32 2tx', 'york', 'nth yorks', '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 ('919', '781', '', '', 'Louise', 'Keen', '10 Romney Street', '', 'M6 6DG', 'Salford', 'Lancs', '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 ('920', '781', '', '', 'Louise', 'Keen', 'Co-operative Redfern building', '', 'M60 4ES', 'Manchester', 'lancashire', '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 ('921', '782', '', '', 'Grace', 'Edwards', 'St Martins', '', 'nana', 'Oakpark, Tralee', 'Co Kerry', '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 ('922', '783', '', '', 'Chris', 'Burton', '25 Dee Close', '', 'TF1 3JH', 'Wellington', 'Telford', '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', '783', '', '', 'Chris Burton', 'SED Electrical Products Ltd', '3 Haygate Road', '', 'TF1 1QX', 'Wellington', 'Telford', '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 ('924', '784', '', '', 'James', 'McKnight', '1 St Aubyns Avenue', '', 'TW3 3TG', 'London', ' HO', '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 ('925', '784', '', '', 'JAMES', 'MCKNIGHT', '1 St Aubyns Avenue', '', 'TW3 3TG', 'LONDON', 'HO', '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 ('926', '784', '', '', 'JAMES', 'MCKNIGHT', '1 St Aubyns Avenue', '', 'TW3 3TG', 'LONDON', 'Middlesex', '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 ('927', '784', '', '', 'JAMES', 'MCKNIGHT', '1 St Aubyns Avenue', '', 'TW3 3TG', 'LONDON', 'MIDDLESEX', '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 ('928', '785', '', '', 'pauline', 'sellors', '40 ferneydale av. harpur hill', '', 'sk17 9lw', 'buxton', 'derbyshire', '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 ('929', '785', '', '', 'lisa', 'wood', '1 argles rd.', '', 'st13 6ph', 'leek', 'staffs', '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 ('930', '786', '', '', 'Marco', 'Schneider', 'Mühlegasse 26', '', '3237', 'Brüttelen', '', '204', '107'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '521', '', '', 'josephine', 'taylor', '11f rankin way', '', 'g78 1tb', 'barrhead', 'glasgow', '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 ('932', '710', '', '', 'Joan', 'Little', '43 Highfield Crescent', '', 'RM12 6PX', 'Hornchurch', 'Essex', '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 ('933', '787', '', '', 'EMMA', 'PLANT', '23 THORNHILL PLANT', '', 'B74 2LQ', 'SUTTON COLDFIELD', 'WEST MIDLANDS', '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 ('934', '788', '', '', 'Grev', 'Wallington', '32 Brunswick Street East', '', 'BN3 1AU', 'Hove', 'East Sussex', '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 ('935', '789', '', '', 'Anne', 'Pearson', '47 Courtlands', '', 'SL6 2PT', 'Maidenhead', 'Berks', '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 ('936', '790', '', '', 'sid', 'Beckett', '21, the crescent, holton-le-clay', '', 'dn36 5hj', 'grimsby', 'n.e. linc\'s', '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 ('937', '791', '', '', 'Rachel', 'Stubbs', '27 St Marys Road', '', 'CW5 5NU', 'Nantwich', 'Cheshire', '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 ('938', '792', '', '', 'Neil', 'Hamilton', '5 Dryden Court', '', 'NG9 8LL', 'Stapleford', 'Nottingham', '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 ('939', '793', '', '', 'Jacqueline', 'Catton', '64 Central Drive, Wingerworth', '', 'S42 6QN', 'Chesterfield', 'Derbyshire', '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 ('940', '794', '', '', 'jennifer', 'woodacre', '63 heath lane', '', 'wn74rl', 'leigh', 'lancs', '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 ('941', '795', '', '', 'Petri', 'Korte', 'Okeroistentie 27 A 6', '', '15800', 'Lahti', 'Lahti', '72', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '795', '', '', 'Petri', 'Korte', 'Korkeakatu 4 A 36', '', '15140', 'Lahti', 'Lahti', '72', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '796', '', '', 'Kim', 'Meeking', '1 Braeside Close', '', 'SO19 7NE', 'Southampton', ' Hampshire', '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 ('944', '797', '', '', 'Sarah', 'Zaslona', '78 Seven Star Road', '', 'B91 2BY', 'Solihull', 'West Midlands', '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 ('945', '798', '', '', 'lauren', 'kipling', '12 brecon gardens', '', 'ts6 9rz', 'middlesbrough', 'cleveland', '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 ('946', '798', '', '', 'lauren', 'kipling', 'monks and crane commerce way', '', 'ts66ur', 'middlesbrough', 'cleveland', '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 ('947', '799', '', '', 'Sally', 'Davies', '54 Blenheim Park Road', '', 'CR2 6BD', 'South Croydon', '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 ('948', '800', '', '', 'cheryl', 'cooper', 'aylestone lane', '', 'le18 1bb', 'wigston', 'leicester', '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 ('949', '801', '', '', 'Simone', 'Brugnoli', 'Via Santa Croce 7', '', '26100', 'Cremona', 'CR', '105', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '802', '', '', 'David', 'Jones', '11 Edmund Road', '', 'BS14 0BG', 'Bristol', 'City of Bristol', '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 ('951', '803', '', '', 'andrew', 'williams', '68 cwmbath rd morriston', '', 'sa67au', 'swansea', 'west glam', '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 ('952', '804', '', '', 'David', 'Meadowcroft', '3 Leech Avenue', '', 'st57pn', 'Chesterton. Newcastle under Lyme', 'Staffordshire', '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 ('953', '805', '', '', 'Anastasia', 'Olujic', 'Alte Talstraße 8', '', '70794', 'Filderstadt', '', '81', '80'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '806', '', '', 'Joanne', 'Bowen', '48 Burtree Avenue Skelton', '', 'YO30 1YT', 'York', 'North Yorkshire', '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 ('955', '807', '', '', 'Danielle', 'Boyce', 'Mayland House, Upper Hook', '', 'CM18 6PX', 'Harlow', 'Essex', '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 ('956', '808', '', '', 'STEVE', 'BAULCOMB', '29 HARDY DRIVE', '', 'BN23 6EP', 'EASTBOURNE', 'EAST SUSSEX', '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 ('957', '809', '', '', 'André', 'Lütkenhorst', 'Ernst-Reuter-Str.17', '', '46395', 'Bocholt', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '810', '', '', 'Kerry', 'Hayes', 'Rusheen Park', '', 'None', 'Ballylongford', 'Co. Kerry', '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 ('959', '810', '', '', 'Kerry Ann', 'Mahoney', 'Rusheen Park', '', 'None', 'Ballylongford', 'Co. Kerry', '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 ('960', '811', '', '', 'andrew', 'blake', '66 plimsoll way,victoria dock', '', 'hu9 1pr', 'hull', 'e yorks', '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 ('961', '812', '', '', 'Sandra', 'Martin', '102 Balsham Road', '', 'CB21 4LW', 'Linton', 'Cambridge', '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 ('962', '813', '', '', 'Nathan', 'Phillips', '3 Heol-Yr-Onnen, Bryntirion Hill', '', 'CF31 4DB', 'Bridgend', 'Mid Glam', '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 ('963', '814', '', '', 'erica', 'finney', '14 tennyson road', '', 'IP17 1WU', 'saxmundham', 'suffolk', '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 ('964', '815', '', '', 'Jonathan', 'Cowley', '33 Queens Pier Apartments', '', 'IM8 1EW', 'Ramsey', 'Isle of Man', '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 ('965', '816', '', '', 'David', 'Phillips', '12 Clareston Court, Station Road', '', 'SA70 7LZ', 'Tenby', 'Pembs', '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 ('966', '817', '', '', 'lorraine', 'metcalfe', '4 fern avenue', '', 's433rh', 'middlecroft, staveley', 'chesterfield', '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 ('967', '818', '', '', 'alex', 'hughes', '16 malton court', '', 'ne32 3jl', 'jarrow', 'tyne and wear', '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 ('968', '819', '', '', 'Mark', 'Lawrence', '2 Awlmakers grove', '', 'Ws3 1jj', 'Walsall', 'West midlands', '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 ('969', '820', '', '', 'diane', 'wynne', '138 milehouse lane', '', 'st5 9jy', 'newcastle', 'staffs', '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 ('970', '821', '', '', 'Rhian', 'Crosland', '52 Marina Terrace', '', 'HD7 4RA', 'Golcar', 'Huddersfield', '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 ('971', '822', '', '', 'dennis', 'valstar', 'waterblok 57', '', '2612kx', 'delft', 'south 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 ('972', '823', '', '', 'Kerrie', 'Stamp', '11 Ovington Close', '', 'DH8 7NY', 'Templetown', 'Co Durham', '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 ('973', '824', '', '', 'pavel', 'drobne', 'blatno 38', '', '8254', 'Globoko', 'Slovenia', '190', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '825', '', '', 'dawn', 'edwards', '67 beech st', '', 'm30 8gb', 'eccles', 'manchester', '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 ('975', '826', '', '', 'paul', 'rawlinson', '9 sandringham close', '', 'la145pg', 'barrow in furness', 'cumbria', '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 ('976', '827', '', '', 'ioannis', 'michail', 'agion theodoron 4', '', '14451', 'athens', 'metamorfossi', '84', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '828', '', '', 'joseph', 'stoll', '75 boxtree road', '', 'ha36tn', 'harrow', 'middlesex', '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 ('978', '829', '', '', 'jordan', 'swift-simpkin', '6 trem y bont', '', 'll18 5bz', 'kimel bay', 'rhyl', '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 ('979', '830', '', '', 'Graham', 'McEachnie', '200 Greive Road', '', 'PA16 7AL', 'Greenock', 'Inverclyde', '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 ('980', '831', '', '', 'Joanne', 'Kitteridge', 'Cottage Nursery', '', 'CB21 4QX', 'Cardinals Green', 'Nr Horseheath', '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 ('981', '832', '', '', 'Lee', 'Mcgrory', 'Carrick East', '', '0000 000', 'Laghey', 'Co.Donegal', '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 ('982', '831', '', '', 'Jill', 'Macaire', '23 Penningtons', '', 'CM23 4le', 'Thorley', 'Bishops Stortford Hertfordshire', '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 ('983', '833', '', '', 'Gemma', 'Hatcher', '101 Chenla Building', '', 'SE13 7FE', 'Connington Road', '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 ('984', '834', '', '', 'tracy', 'fairclough', '12 old school lane', '', 'essex', 'elmstead market', 'colchester', '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 ('985', '835', '', '', 'Karen', 'Barnes', '36 Stewart Drive', '', 'LE11 5PT', 'Loughborough', 'Leics', '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 ('986', '836', '', '', 'Chris', 'Routh', '44 Eros Crescent', '', 'ST1 6RN', 'Stoke on Trent', 'Staffs', '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 ('987', '837', '', '', 'PHILIP', 'SCHOFIELD', '2 MEADOW AVENUE', '', 'FY7 7PL', 'FLEETWOOD', ' Lancashire', '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 ('988', '838', '', '', 'Jennifer', 'Binney', '164 Oxford Road', '', 'bb113hb', 'Burnley', 'Lancashire', '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 ('989', '839', '', '', 'Adam', 'Fitzpatrick', '6 Fishburn Road', '', 'YO21 1PU', 'Whitby', 'North Yorkshire', '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 ('990', '840', '', '', 'ANDREW', 'ROSS', '20.ASH STREET', '', 'FY4 2JN', 'BLACKPOOL', 'LANCS', '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 ('991', '840', '', '', 'SAMANTHA', 'ROSS', '9.EVERTON ROAD', '', 'FY4 2JH', 'BLACKPOOL', 'LANCS', '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 ('992', '841', '', '', 'Jennifer', 'Stephen', '101 Cairngorm Gardens Eastfield', '', 'G68 9JB', 'Cumbernauld', 'Glasgow', '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 ('993', '842', '', '', 'adam', 'johnson', '3 new inns lane rubery', '', 'b45 9ts', 'birmingham', 'west midlands', '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 ('994', '843', '', '', 'Caroline', 'Curle', '31 Woodvale Avenue', '', 'CF23 6SP', 'Cardiff', 'South Glamorgan', '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 ('995', '844', '', '', 'Sean', 'Catton', '5 Tros-Yr-Aber', '', 'CH8 7XP', 'Greenfield', 'Flintshire', '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 ('996', '845', '', '', 'Hein', 'Schuncken', 'Vreugdendaal 23', '', '5126TS', 'Gilze', 'Noord-Brabant', '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 ('997', '846', '', '', 'Stephanie', 'O\'Toole', '40 Delhi St', '', 'LA14 3BB', 'Barrow-in-Furness', 'Cumbria', '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 ('998', '846', '', '', 'Stephanie', 'O\'Toole', '3 Tyne Rd', '', 'LA14 3NA', 'Barrow-in-Furness', 'Cumbria', '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 ('999', '847', '', '', 'Matthew', 'Day', '155 Solihull Road', '', 'B90 3LQ', 'Shirley', 'West MIdlands', '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 ('1000', '847', '', '', 'Matthew', 'Day', 'Flat 2, Waxham, Mansfield Road', '', 'NW3 2JH', 'Hampstead', '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 ('1001', '848', '', '', 'Clare', 'Rackham', '55 Latham Road', '', 'SO51 7DB', 'Romsey', 'Hants', '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 ('1002', '849', '', '', 'Kay', 'Raybould', '326 Bedford Road', '', 'MK42 8PS', 'KEMPSTON', 'Bedford', '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 ('1003', '850', '', '', 'Ian', 'Raybould', '326 Bedford Road', '', 'MK42 8PS', 'Kempston', 'Bedfordshire', '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 ('1004', '851', '', '', 'Sean', 'Brady', '4 Orchard Close', '', 'WN7 1NY', 'Leigh', 'Lancs', '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 ('1005', '852', '', '', 'gordon', 'fry', 'flat 1 24 bridge street', '', 'dd10 8ae', 'montrose', 'angus', '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 ('1006', '853', '', '', 'Jack', 'Moxon', '2 percy street, Bingley', '', 'BD164NN', 'Bradford', 'West Yorkshire', '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 ('1007', '854', '', '', 'chris', 'forsyth', 'professional shop west kent golf club,milking lane , downe,', '', 'br6 7ld', 'orpington , london', 'kent', '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 ('1008', '855', '', '', 'Trudi', 'Breadman', '107 St Annes Avenue, Stanwell', '', 'TW19 7RL', 'Staines', 'Middx', '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 ('1009', '856', '', '', 'Rebecca', 'Morris', '16 Roscoe Street', '', 'YO12 7BX', 'Scarborough', 'North Yorkshire', '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 ('1010', '857', '', '', 'Michael', 'Sheldrake', '14 Geary drive', '', 'WF20UQ', 'Wakefield', 'West yorkshire', '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 ('1011', '858', '', '', 'Rochelle', 'Ingram', '13 Huntingdon Mews, Ballajura', '', '6000', 'PERTH', '', '13', '189'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '859', '', '', 'SUSAN', 'WIGGLESWORTH', 'LEYSDOWN ROAD', '', 'ME12 4AB', 'LEYSDOWN ON SEA', 'SHEERNESS, KENT', '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 ('1013', '859', '', '', 'SUSAN', 'WIGGLESWORTH', 'THE OLD VICARAGE, LEYSDOWN ROAD', '', 'ME12 4AB', 'LEYSDOWN ON SEA', 'SHEERNESS, KENT', '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 ('1014', '860', '', '', 'john', 'graham', '23 halsall road', '', 'pr8 3db', 'southport', ' merseyside', '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 ('1015', '861', '', '', 'Sandra', 'Reid', '39 Currie Place', '', 'G20 9EQ', 'Glasgow', ' Scotland', '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 ('1016', '862', '', '', 'elizabeth', 'simpson', '27 acacia crescent', '', 's211hz', 'sheffield', 'south yorkshire', '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 ('1017', '862', '', '', 'jane', 'simpson', '27 acacia crescent', '', 's211hz', 'sheffield', 'south yorkshire', '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 ('1018', '862', '', '', 'jane', 'simpson', 'grant thornton', '', 's211hz', 'sheffield', 'south yorkshire', '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 ('1019', '863', '', '', 'Charlie', 'Warren', '16 Ashenden Walk', '', 'SL2 3UF', 'Farnham Common', 'Bucks', '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 ('1020', '864', '', '', 'MATTHEW', 'MILLS', '26 SYCAMORE AVENUE,BISHOPSMEAD', '', 'PL19 9NL', 'TAVISTOCK', 'DEVON', '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 ('1021', '865', '', '', '特然', '天天', '特瑞特瑞特', '', '555555', '特特人', '特瑞特', '44', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '866', '', '', 'mrs', 'salerno', '16 housman avenue', '', 'sg85dw', 'royston', 'herts', '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 ('1023', '867', '', '', 'jason', 'lewis', '13 marlborough close', '', 'sn77by', 'faringdon', ' uk', '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 ('1024', '868', '', '', 'Michael', 'Hampson', '188 Cannock Road', '', 'WV10 0AL', 'Wolverhampton', 'West Midlands', '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 ('1025', '869', '', '', 'jordan', 'hanley', '96 morse street', '', 'bb10 4pb', 'burnley', 'lancs', '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 ('1026', '870', '', '', 'Dennis', 'Basau', 'Viktoriastraße 206', '', '59067', 'Hamm', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '871', '', '', 'robert', 'larke', '31 railway terrace blaenclydach', '', 'cf40 2da', 'tonypandy', 'rhondda', '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 ('1028', '872', '', '', 'Ruth', 'Mitchell', '6 Little Orchard', '', 'DN14 5LN', 'Goole', 'East Yorkshire', '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 ('1029', '872', '', '', 'Ruth', 'Mitchell', '6 Little Orchard', '', 'DN14 6SL', 'Goole', 'East Yorkshire', '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 ('1030', '872', '', '', 'Ruth', 'Mitchell', '6 Little Orchard', '', 'DN14 6SL', 'Goole', 'East Yorkshire', '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 ('1031', '873', '', '', 'Maighread', 'ODuill', '24 Tullyherron Road', '', 'BT60 2TJ', 'Mountnorris, Co. Armagh', 'N Ireland', '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 ('1032', '874', '', '', 'Patrick', 'Neumärker', 'Eichendorffstraße 8', '', '31275', 'Lehrte', '', '81', '79'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '875', '', '', 'Mikael', 'Merlit', 'Hasselhøj 167', '', '8361', 'Hasselager', 'AArhus', '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 ('1034', '876', '', '', 'Michael', 'Stotz', 'Hofholzallee 52 a', '', 'D-24109', 'Kiel', '', '81', '93'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '877', '', '', 'Michael', 'Kreuz', 'Blumenstraße a 5', '', '66564', 'Ottweiler', '', '81', '90'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '878', '', '', 'Wilfried', 'Ben Merabet', 'Buchenweg 2', '', '53797', 'Lohmar', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '844', '', '', 'Rodney', 'Catton', '10 Royal George Court', '', 'RH15 8LN', 'London Road', 'Burgess Hill, West Sussex', '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 ('1038', '879', '', '', 'Wayne', 'Shannon', '25 Decastella Avenue', '', '5127', 'Wynn Vale', '', '13', '186'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '880', '', '', 'Stacey', 'Thom', '22 Forvie Crescent Bridge of Don', '', 'AB22 8TQ', 'Aberdeen', 'Aberdeenshire', '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 ('1040', '881', '', '', 'katherine', 'boness', '35 friars view', '', 'me20 7jq', 'aylesford', 'kent', '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 ('1041', '882', '', '', 'kelly', 'griffin', '3 risdale house greenbank rd hanham', '', 'bs153rz', 'bristol', 'avon', '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 ('1042', '883', '', '', 'Terry', 'Dale', '37 Booth Lane South', '', 'NN3 3ER', 'Northampton', 'Northants', '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 ('1043', '884', '', '', 'Paul', 'Hooper', '12 Egelwin Close', '', 'WV6 7NF', 'Perton', 'Wolverhampton', '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 ('1044', '885', '', '', 'michael', 'withey', '3 risdale house greenbank rd hanham', '', 'bs15 3rz', 'bristol', 'avon', '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 ('1045', '886', '', '', 'thomas', 'wiley', '3 sycamore lawns', '', 'eire', 'kinnegad', 'co westmeath', '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 ('1046', '887', '', '', 'carla', 'smith', '88 park lea bradley', '', 'hd21qp', 'huddersfield', 'yorkshire', '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 ('1047', '888', '', '', 'paul', 'williams', '11 catherine street', '', 'sa14jt', 'swansea', 'west glamorgan', '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 ('1048', '889', '', '', 'adrian', 'smith', '1 bishopthorpe road', '', 'bs10 5aa', 'bristol', 'avon', '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 ('1049', '890', '', '', 'Szilágyi', 'Levente', 'Tóth Árpád 24', '', '2131', 'Göd', 'Göd', '97', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '891', '', '', 'Simon', 'Repko', 'Flat 5 Marmion House Caistor Road', '', 'SW12 8PT', 'Balham', '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 ('1051', '892', '', '', 'caroline', 'mchugh', '4 RHINEFIELD CLOSE', '', 'PO9 3SL', 'HAVANT', ' HAMPSHIRE', '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 ('1052', '893', '', '', 'Robert', 'McRae', '35 Pitfour', '', 'PH27NG', 'St.Madoes', 'Perthshire', '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 ('1053', '894', '', '', 'Paul', 'Duffett', '8 Prospect Row', '', 'ca23 3de', 'Cleator', 'Cumbria', '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 ('1054', '895', '', '', 'Wilske', 'Thomas', 'Joachimstr. 10', '', 'Germany', '12555 Berlin', '', '81', '82'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '896', '', '', 'maxine', 'davis', '8 stafford close bulkington', '', 'CV12 9QX', 'nr bedworth', 'warwickshire', '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 ('1056', '655', '', '', 'Natalya', 'Tikhonova', 'Lumumbi, 9a-33', '', '614077', 'Perm', 'Perm kray', '176', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '655', '', '', 'Natalya', 'Tikhonova', 'Lumumbi, 9a-33', '', '614077', 'Perm', 'Perm kray', '176', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '897', '', '', 'Hans Wilhelm', 'von Wirth', 'Hompescher Str. 13', '', '52445', 'Titz-Müntz', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '898', '', '', 'Waltraud', 'Huntzinger', '11 rue Lambert', '', '67250', 'Merkwiller-Pechelbronn', ' alsace', '73', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '899', '', '', 'Thomas', 'Krüger', 'Stockumerstr.111', '', '44892', 'Bochum', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '900', '', '', 'Martina', 'Johne', 'Marienburger Str. 11', '', '53881', 'Euskirchen', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '901', '', '', 'ALLISON', 'DAWSON', '14 ROSEDALE ROAD', '', 'NE40 4UN', 'CRAWCROOK', 'RYTON', '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 ('1063', '902', '', '', 'liam', 'stedman', '39 coronation hill', '', 'cm165dt', 'epping', 'essex', '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 ('1064', '903', '', '', 'gavin', 'jones', '59 coppetts road', '', 'n10 1jh', 'london', 'muswell hill', '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 ('1065', '904', '', '', 'simon', 'Ludlow', '7 Bowness Way', '', 'PE4 7NG', 'Peterborough', 'Cambs', '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 ('1066', '905', '', '', 'angela', 'thomas', '12 hatchmere close', '', 'ch432nd', 'birkenhead', 'merseyside', '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 ('1067', '906', '', '', 'Tina', 'Douglas', '17 Esmonde Gardens', '', 'IV30 4LB', 'Elgin', 'Moray', '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 ('1068', '907', '', '', 'Mirco', 'Schiller', 'Friesenstraße 52', '', '39108', 'Magdeburg', '', '81', '92'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '908', '', '', 'Mark', 'Ballard', '8 Johnson Close', '', 'LE8 6NH', 'Leicester', ' uk', '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 ('1070', '908', '', '', 'Mark', 'Ballard', '8 Johnson Close', '', 'LE8 6NH', 'Whetstone', 'Leicester', '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 ('1071', '909', '', '', 'Niclas', 'Brück', 'Gräfenbachstraße 30', '', '55595', 'Spall', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '910', '', '', 'Paul', 'Whiting', '15 Mallards', '', 'GU34 2LB', 'Alton', 'Hampshire', '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 ('1073', '911', '', '', 'laura', 'thompson', '14 walnut tree mews', '', 'ng242ft', 'newark', 'notts', '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 ('1074', '912', '', '', 'dominik', 'playl', 'brunnengasse24', '', '7122', 'gols', '', '14', '102'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '913', '', '', 'Gary', 'Hamilton', '22 Woodchurch Lane', '', 'CH42 9PH', 'Prenton', 'Merseyside', '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 ('1076', '914', '', '', 'robert', 'smith', '69 stonyhurst street', '', 'G22 5AX', 'glasgow', 'scotland', '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 ('1077', '915', '', '', 'Joel', 'Fayers', '84 Murillo Road', '', 'SE13 5QQ', '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 ('1078', '916', '', '', 'Joel', 'Fayers', '84 Murillo Road', '', 'SE13 5QQ', '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 ('1079', '916', '', '', 'Joel', 'Fayers', 'St. Olave\'s School, Goddington', '', 'BR6 9SH', 'Orpington', 'Kent', '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 ('1080', '917', '', '', 'Ralf', 'Michel', 'W.-v.-d.-Vogelweide Str. 81', '', '97422', 'Schweinfurt', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '918', '', '', 'james', 'kenny', '257 wrythe lane carshalton', '', 'sm5 1ua', 'surrey', 'united kingdom', '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 ('1082', '919', '', '', 'ROSS', 'BEAVERSTOCK', '19 GLEBE ROAD', '', 'BA2 1JB', 'BATH', 'BANES', '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 ('1083', '920', '', '', 'Thomas', 'Krause', 'Bielefelder Str. 45', '', 'D-65931', 'Frankfurt am Main', '', '81', '86'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '921', '', '', 'franz', 'kovarik', 'kollersteig 48a/Top 4', '', 'A3400', 'Klosterneuburg', '', '14', '96'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '922', '', '', 'Dominick', 'Taylor', '16 Matson Road', '', 'YO164SX', 'Bridlington', 'East Yorkshire', '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 ('1086', '923', '', '', 'Clare', 'Roberts', '3 Shakespeare Avenue', '', 'NN119DA', 'Daventry', 'Northants', '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 ('1087', '924', '', '', 'Mark', 'Szostak', '84 wolsey way', '', 'ln2 4sj', 'Lincoln', 'Lincolnshire', '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 ('1088', '925', '', '', 'Gareth', 'Evans', '163 Lavernock Road', '', 'CF64 3RN', 'Penarth', 'Vale of Glamorgan', '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 ('1089', '926', '', '', 'Gareth', 'Reynolds', '9 Arfonfab Crescent', '', 'CF37 5EB', 'Pontypridd', 'Rhondda Cynon Taff', '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 ('1090', '927', '', '', 'Michael', 'Holzer', 'Vornholz 34', '', '8250', 'Vornholz', '', '14', '100'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '928', '', '', 'Kurt', 'Steinert', 'Rockefellerstr. 62', '', '80937', 'München', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '929', '', '', 'Laurent', 'Klein', '4a rue st. fiacre', '', 'L-1519', 'Kirchberg', 'Luxembourg', '124', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '930', '', '', 'Steffi', 'Pabst', 'Hochstätt 8', '', '83253', 'Rimsting', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '931', '', '', 'Mark', 'Stainer', '21 Somerdale Avenue', '', 'BS22 8ED', 'Weston-super-Mare', 'Somerset', '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 ('1095', '932', '', '', 'Craig', 'BUTLER', '114 Pro Coy 5 RMP', '', 'BFPO 47', 'Gutersloh', 'NRW', '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 ('1096', '933', '', '', 'Lee', 'Gunner', '130 st micheals rd, sheerwater', '', 'gu215qa', 'woking', '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 ('1097', '934', '', '', 'Alexander', 'Pomberger', 'Osterkogel 33', '', '3193', 'St. Aegyd a/N', '', '14', '96'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '935', '', '', 'Thomas', 'Wiegard', 'Ostmauer 22a', '', '59590', 'Geseke', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '936', '', '', 'Thomas', 'Wiegard', 'Ostmauer 22a', '', '59590', 'Geseke', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '937', '', '', 'DIRK', 'DE MAESSCHALCK', 'DRONGENDREEF 12', '', '9180', 'MOERBEKE', 'OOST-VLAANDEREN', '21', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '937', '', '', 'DHOLLANDIA UK MR DIRK DE MAESSCH', 'ME DEREK', 'LATHAM ROAD', '', 'PE296YG', 'HUNTINGDON', 'CAMBRIDGESHIRE', '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 ('1102', '938', '', '', 'jamie', 'lewis', '88 bryce road', '', 'dy5 4nd', 'brierley hill', 'west midlands', '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 ('1103', '939', '', '', 'edwina', 'cahill', '6 the green', '', 'wicklow 00', 'meadowvale', 'arklow', '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 ('1104', '940', '', '', 'Sam', 'Hawcroft', '25 Thoresby Street', '', 'HU5 3RA', 'Hull', 'East Yorkshire', '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 ('1105', '941', '', '', 'Sally', 'Watson', '3 Keats Road', '', 'NG24 3QL', 'Newark', ' Nottinghamshire', '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 ('1106', '109', '', '', 'VINCENT', 'ROBERTS', '17 Rees Crescent', '', 'CW4 7NL', 'Holmes Chapel', 'Cheshire', '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 ('1107', '942', '', '', 'john', 'stevens', '13 norham close shirley', '', 'so16 6pw', 'southampton', 'hants', '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 ('1108', '943', '', '', 'BRIAN', 'HILL', '29 SANDIFORD CRESCENT', '', 'TF10 7QW', 'NEWPORT', 'SHROPSHIRE', '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 ('1109', '944', '', '', 'Heiko', 'Stöger', 'Hauptstrasse 89', '', '66909', 'Langenbach', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '943', '', '', 'BRIAN', 'HILL', '5 BARNMEADOW ROAD', '', 'TF10 7QW', 'NEWPORT', 'SHROPSHIRE', '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 ('1111', '945', '', '', 'Bernd', 'Feldkirchner', 'Kirchenstr. 5', '', '90478', 'Nürnberg', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '946', '', '', 'JAMES', 'RAMSDEN', '38 THE CLOSE', '', 'BD23 2BZ', 'SKIPTON', 'NORTH YORKSHIRE', '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 ('1113', '947', '', '', 'Joe', 'Norton', '17 Duffett Rd', '', '01702', 'Framingham', '', '223', '32'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '948', '', '', 'TRACEY', 'GAYTHORPE', '100 ALEXANDRA ROAD', '', 'BL6 4BG', 'BOLTON', ' LANCASHIRE', '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 ('1115', '949', '', '', 'Kevin', 'Ready', '8 Preston Avenue Wymondham', '', 'NR189JE', 'Norwich', 'Norfolk', '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 ('1116', '950', '', '', 'Philipp', 'Zebisch', 'Inselhof 10', '', '14478', 'Potsdam', '', '81', '83'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '951', '', '', 'Henry', 'Barrett', '8 Brasenose Driftway Cowley', '', 'OX4 2QX', 'Oxford', 'Oxfordshire', '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 ('1118', '952', '', '', 'JULIAN', 'OAKLEY', '13H BUZZARD WAY', '', 'CF82 6GX', 'PENALLTA', 'HENGOED', '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 ('1119', '953', '', '', 'Deborah', 'Mitchell', '10 Treloweth Road', '', 'TR15 3NY', 'Pool', 'Redruth', '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 ('1120', '954', '', '', 'lorraine', 'o hagan', '52 elmfield avenue', '', 's5 7tf', 'sheffield', 'south yorkshire', '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 ('1121', '955', '', '', 'robert', 'brindley', '49 castleton road', '', 'dn15 7ux', 'scunthorpe', 'north lincs', '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 ('1122', '956', '', '', 'Holger', 'Merzenich', 'Moselstrasse 5', '', '45219', 'Essen', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '957', '', '', 'Horst', 'Oppelt', 'Hauptstrasse 40', '', '79258', 'Hartheim-Bremgarten', '', '81', '80'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '958', '', '', 'Sarah', 'Farrell', '40 Northridge Road', '', 'DA12 5AY', 'Gravesend', 'Kent', '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 ('1125', '958', '', '', 'Sarah', 'Farrell', 'PricewaterhouseCoopers', '', 'WC2N 6RH', '1 Embankment Place', '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 ('1126', '959', '', '', 'andrea', 'beck', '126 hough road', '', 'ws2 9be', 'walsall', ' west midlands', '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 ('1127', '960', '', '', 'Angus', 'Maitland', '4 McIntyre Crt', '', '3690', 'Wodonga', '', '13', '188'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1128', '961', '', '', 'Andreas', 'Slabe', 'Duerener Str. 107', '', '52249', 'Eschweiler', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '962', '', '', 'Stefan', 'Groß', 'Weißenburgstr. 7', '', '67659', 'Kaiserslautern', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '963', '', '', 'Amanda', 'Davies', '53 Glasfryn', '', 'SA148PG', 'Llanelli', 'UK', '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 ('1131', '964', '', '', 'Iakovos', 'Petidis', 'Masari', '', '85102', 'Rhodes', 'Dodecanese', '84', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '965', '', '', 'MATTHEW', 'EDWARDS', '47 KNIGHTSBROOK CRESENT', '', 'XOX XOX', 'TRIM', 'COUNTY MEATH', '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 ('1133', '966', '', '', 'Carol', 'Thomas', '6, White Rose Avenue', '', 'NG18 4YF', 'Mansfield', 'Notts', '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 ('1134', '967', '', '', 'FAHEEM AHMED', 'SHAH', 'h no 270 area c.1 landhi no 2', '', '75106', 'karachi', 'CAMERAMAN', '162', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '968', '', '', 'Paul', 'Curry', '89 Third Ave', '', 'LU3 3ER', 'Luton', 'Beds', '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 ('1136', '969', '', '', 'Martin', 'Judkins', 'Chaukenstraat 5', '', '9891BM', 'Ezinge', 'GN', '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 ('1137', '970', '', '', 'chris', 'blackburn', '63 brancepeth view', '', 'dh7 8tu', 'brandon', 'durham', '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 ('1138', '971', '', '', 'daniel', 'Matless', '12 edison rd', '', 'sg2 0dg', 'Stevenage', 'herts', '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 ('1139', '972', '', '', 'JENNIFER', 'MENSFORTH', '52 GARDEN STREET', '', 'BB12 8NP', 'PADIHAM', 'LANCS', '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 ('1140', '973', '', '', 'david', 'cook', '27 primrose court', '', 'cf398nb', 'tonyrefail', 'porth', '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 ('1141', '974', '', '', 'Marcus', 'Eggl', 'Weinmeisterstr. 12', '', '10178', 'Berlin', '', '81', '82'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '975', '', '', 'Daniel', 'Broad', '16 Pine Place, Tovil', '', 'ME15 6EF', 'Maidstone', 'Kent', '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 ('1143', '976', '', '', 'scott', 'reid', '12 CLOVA PARK , KINGSWELLS', '', 'AB158TH', 'ABERDEEN', 'GRAMPIAN', '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 ('1144', '977', '', '', 'Richard', 'Headington', '2 Belmont Rise', '', 'GY1 1PZ', 'St Peter Port', 'Channel Islands', '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 ('1145', '978', '', '', 'Jemma', 'beacroft', '12 samson close', '', 'ip326jq', 'bury st edmunds', 'suffolk', '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 ('1146', '979', '', '', 'Adrian', 'Hanley', '21 Fountains Crescent', '', 'N14 6BG', 'Southgate', '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 ('1147', '980', '', '', 'peter', 'barber', '7 fenn street', '', 'b772lp', 'tamworth', ' staffordshire', '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 ('1148', '981', '', '', 'SUZANNE', 'CHADWICK', 'Lilac Cottage', '', 'CW5 6DU', 'Nantwich', ' Cheshire', '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 ('1149', '982', '', '', 'DAVE', 'Bridle', '71 Alexandra Road', '', 'cw100eg', 'middlewich', 'cheshire', '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 ('1150', '983', '', '', 'Paul', 'Kyriacou', '183 Longridge', '', 'WA16 8PE', 'Knutsford', 'Cheshire', '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 ('1151', '984', '', '', 'Josh', 'Weatherby', '35 Spa Lane', '', 'LE10 1JA', 'Hinckley', 'Leicestershire', '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 ('1152', '985', '', '', 'graham', 'cotton', '3 forber road', '', 'st45py', 'stoke on trent', 'staffs', '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 ('1153', '986', '', '', 'Reiner', 'Schmidt', 'Regenbogenstraße 147', '', '90469', 'Nürnberg', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '987', '', '', 'Paul', 'Jeater', '80 The Furlongs', '', 'CM40AJ', 'Ingatestone', 'Essex', '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 ('1155', '988', '', '', 'Christopher', 'Burazer', 'Ledererweg 13', '', '83209', 'Prien', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '989', '', '', 'Thomas', 'Traun', 'Bachstraße 6', '', '3852', 'Gastern', '', '14', '96'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '990', '', '', 'tracey', 'oldham', '3 cromwell view,balderton lane coddington', '', 'ng24 2qd', 'newark', ' notts', '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 ('1158', '991', '', '', 'james', 'thomas', '23 lafrowda close', '', 'tr197hz', 'truro', '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 ('1159', '992', '', '', 'Mandy', 'Sayers-Brown', '37 Dalkeith Road', '', 'NN8 2PW', 'Wellingborough', 'Northants', '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 ('1160', '992', '', '', 'Neville', 'Sayers-Brown', 'Health & Safety Executive, 900 Pavilion Drive', '', 'NN4 7RG', 'Northampton', 'Northants', '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 ('1161', '993', '', '', 'Manuel', 'Szakacs', 'Hauptstrasse 2/3', '', '2640', 'Gloggnitz', '', '14', '96'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '994', '', '', 'paul', 'michaelennis', '7 carville crescent', '', 'tw89rb', 'brentford', '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 ('1163', '995', '', '', 'max', 'cummings', '169 station road', '', 'po6 1pu', 'portsmouth', 'hampshire', '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 ('1164', '996', '', '', 'david', 'catton', '23 dundonald close', '', 'so19 9ta', 'southampton', 'hampshire', '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 ('1165', '997', '', '', 'Sinead', 'McAteer', '4 Glenaden Mews', '', 'BT47 2JU', 'Altnagelvin', 'Northern Ireland', '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 ('1166', '997', '', '', 'Sinead', 'McAteer', '3 Tamworth Crescent, Kilfennan', '', 'BT47 5HG', 'Derry', 'Co. Londonderry', '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 ('1167', '998', '', '', 'dean', 'cook', '17a robert hunt gardens', '', 'sg19 1uh', 'sandy', 'bedfordshire', '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 ('1168', '998', '', '', 'dean', 'cook', '1 appley court,appley wood corner', '', 'mk45 3qq', 'haynes', 'bedfordshire', '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 ('1169', '999', '', '', 'adrian', 'kelly', '40 bracken road', '', 'hd6 2hx', 'brighouse', 'west yorkshire', '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 ('1170', '1000', '', '', 'Sladjan', 'Popovic', 'Panonska 8', '', '2000', 'Maribor', 'Maribor', '190', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1001', '', '', 'lorraine', 'nutt', '3 st john street', '', 'cf327ba', 'ogmore vale', 'bridgend', '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 ('1172', '1001', '', '', 'katie', 'nutt', '46 high street', '', 'cf327ad', 'ogmore vale', 'bridgend', '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 ('1173', '1002', '', '', 'jason', 'brown', '12 nelson road', '', 'nr31 6ay', 'gorleston', 'great yarmouth,norfolk', '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 ('1174', '1003', '', '', 'graham', 'lowe', '5 manor road, harlow', '', 'cm17 0be', 'essex', 'uk', '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 ('1175', '1002', '', '', 'GILLIAN', 'GOULDER', '5 LINDEN TREE GARDENS', '', 'NR31 8NQ', 'BRADWELL,GREAT YARMOUTH', 'NORFOLK', '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 ('1176', '1004', '', '', 'Ruth', 'Pietras', '659 Holly Vista Drive', '', '22443', 'Colonial Beach', '', '223', '61'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1005', '', '', 'martina', 'monahan', '45 kennedy park', '', 'eire', 'roscrea', 'county tipperary', '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 ('1178', '1006', '', '', 'Natalie', 'Walker', 'flat 2, 2 Recreation Road', '', 'SE26 4ST', 'Sydenham', '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 ('1179', '1006', '', '', 'Brigitte', 'Powell', '17, Southwold Close', '', 'HP21 7EZ', 'Aylesbury', 'Buckinghamshire', '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 ('1180', '1007', '', '', 'ian', 'baker', '17 eagle road', '', 'ln69ew', 'north scarle', 'lincoln', '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 ('1181', '1008', '', '', 'darren', 'armitage', '20 brackendale grove', '', 'bd10 ots', 'bradford', ' west yorkshire', '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 ('1182', '1009', '', '', 'ian', 'ward', '18 springfield road', '', 'le12 9qp', 'shepshed', 'leicestershire', '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 ('1183', '1010', '', '', 'steve', 'lane', '26 widney road', '', 'b93 9dy', 'knowle', 'solihull', '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 ('1184', '1011', '', '', 'CLAIRE', 'LLEWELLYN', '3 gospel hall tce', '', 'cf44 8dw', 'aberdare', 'rct', '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 ('1185', '1012', '', '', 'Rebecca', 'Taylor', '40 ash close', '', 'Bs22 7 sq', 'St georges', 'Weston s mare', '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 ('1186', '1013', '', '', 'ashley', 'henderson', '7 wareham close', '', 'bb5 5dz', 'accrington', 'lancashire', '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 ('1187', '1014', '', '', 'Dawn', 'Hunter', '10 Church Road', '', 'NN11 7HG', 'Braunston', 'Northants', '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 ('1188', '1015', '', '', 'Karen', 'Cliberon', '96 ,Victoria Road ,Elland', '', 'HX5 OQF', 'Halifax', 'Yorkshire', '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 ('1189', '1016', '', '', 'andrew', 'meichan', 'cleeves quad', '', 'g53 6nr', 'glasgow', 'scotland', '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 ('1190', '1017', '', '', 'Joanne', 'Macartney', '7 Richmount Road', '', 'BT62 4JA', 'Portadown', 'Co-Armagh', '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 ('1191', '1018', '', '', 'Shelley', 'Farmer', '37 Nursery Road', '', 'N14 5QD', 'Southgate', '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 ('1192', '1019', '', '', 'richard', 'sutton', '60,elizberth fry road', '', 'nr2 3qj', 'norwich', 'norfolk', '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 ('1193', '1020', '', '', 'Spencer', 'Appleton', 'Sycamore Place', '', 'M45 7fq', 'Manchester', 'Lancs', '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 ('1194', '1021', '', '', 'stephen', 'harrison', 'beechwood drive', '', 'bb25at', 'blackburn', ' lancashire', '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 ('1195', '1022', '', '', 'Steffen', 'Lohfink', 'Platanenstr. 79', '', '71665', 'Vaihingen an der Enz', '', '81', '80'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1022', '', '', 'NeckarPersonal GbR.', 'z. Hd. Herrn Lohfink', 'Wilhelmstr. 24', '', '71034', 'Böblingen', '', '81', '80'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1023', '', '', 'Lisa', 'Shortland', '9 rushmere close raunds', '', 'Nn9 6tx', 'Wellingborough', 'Northants', '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 ('1198', '1024', '', '', 'Andreas', 'Pomayr', 'Almhausstrasse 22a', '', '4802', 'Ebensee', '', '14', '97'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1025', '', '', 'john', 'herrmann', '19 calder wilnecote', '', 'b774bs', 'tamworth', 'staffs', '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 ('1200', '1026', '', '', 'Elisabeth', 'Kobald', 'Gartengasse 2', '', '8763', 'Möderbrugg', '', '14', '100'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1027', '', '', 'michelle', 'tyrrell', '102 Ravenscliffe Road', '', 'ST7 4HX', 'Kidsgrove', 'Staffordshire', '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 ('1202', '1028', '', '', 'Kerry', 'Yannetta', '2 hymers avenue', '', 'ne34 9rx', 'south shields', 'tyne and wear', '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 ('1203', '1028', '', '', 'Nick', 'Thompson', '2 Hymers avenue', '', 'ne34 9rx', 'south shields', 'tyne and wear', '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 ('1204', '1029', '', '', 'matt', 'franks', '14 sunfields close', '', 'b78 1lw', 'polesworth', 'tamworth staffs', '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 ('1205', '1030', '', '', 'Wayne', 'Caudwell', '6 Cherrytree Grove', '', 'S43 3AF', 'Chesterfield', ' Derbyshire', '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 ('1206', '1031', '', '', 'Richard', 'Baker', '33064 35th Ave SW', '', '98023', 'Federal Way', '', '223', '62'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1032', '', '', 'Ryan', 'McCue', '6 Grosvenor Way', '', 'BL6 6DJ', 'Bolton', 'Lancashire', '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 ('1208', '1033', '', '', 'Anna', 'Fagan', '302-138 28 ave NW', '', 'T2M 2K2', 'Calgary', '', '38', '66'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1034', '', '', 'Emily', 'Edwards', '55 Fern Crescent', '', 'CW123HF', 'Congleton', 'Cheshire', '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 ('1210', '1034', '', '', 'Emily', 'Edwards', 'Airbags International, Viking Way', '', 'Cw12 1TT', 'Congleton', 'Cheshire', '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 ('1211', '1035', '', '', 'Sebastian', 'Zameit', 'Muerwiker Str. 199', '', '24944', 'Flensburg', '', '81', '93'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1036', '', '', 'Andreas', 'Weber', 'Vogesenstr. 57', '', 'D-76829', 'Landau', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1037', '', '', 'John', 'Gibson', '11 Baseing Close', '', 'E6 5PJ', 'Beckton', '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 ('1214', '1038', '', '', 'kim', 'rissen', '20 gresham road', '', 'ub100ht', 'hillingdon', 'uxbridge', '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 ('1215', '1039', '', '', 'Mark', 'Williamson', '20 Rope Lane', '', 'CW2 6RD', 'Wistaston, Crewe', 'Cheshire', '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 ('1216', '1039', '', '', 'Mark', 'Williamson', 'Air Products, 2 Millenium Gate, Westmere Drive', '', 'CW1 6AP', 'Crewe', 'Cheshire', '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 ('1217', '1040', '', '', 'wayne', 'hodgkinson', '30 boxwood road', '', 'st10 4et', 'stoke-on-trent', 'staffordshire', '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 ('1218', '1041', '', '', 'Bernhard', 'Engleder', 'Steinbauerstraße 3', '', '4040', 'Linz', '', '14', '97'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1042', '', '', 'Sebastian', 'Storch', 'Waldesruh 12', '', '06862', 'Dessau-Rosslau', '', '81', '92'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1220', '1043', '', '', 'Vera', 'Niederste-Hollenberg', 'Hundeberg 1', '', '77887', 'Sasbachwalden', '', '81', '80'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1044', '', '', 'Nena', 'Butter', 'Hauptstraße 134', '', '09618', 'Großhartmannsdorf', '', '81', '91'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1045', '', '', 'daniel', 'astin', '119 brunshaw road', '', 'bb10 4da', 'burnley', 'lancs', '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 ('1223', '1046', '', '', 'Neil', 'Campbell', '29 Broxbourne Road', '', 'BR6 0AZ', 'Orpington', 'Kent', '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 ('1224', '1047', '', '', 'Markus', 'Kieslich', 'Hanselmannstr.19', '', '80809', 'München', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1048', '', '', 'iain', 'bibby', '11 cavendish street', '', 'pr6 0ru', 'chorley', 'lancashire', '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', '1049', '', '', 'David', 'Coleman', '15 Dale Lane', '', 'NG21 0SA', 'Blidworth', 'Nottinghamshire', '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 ('1227', '1050', '', '', 'MARK', 'WALKER', '48 WHEATCROFT', '', 'BN17 7NY', 'LITTLEHAMPTON', 'WEST SUSSEX', '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 ('1228', '1051', '', '', 'Steffen', 'Ganser', 'Bachgasse 38', '', '61169', 'Friedberg', '', '81', '86'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1052', '', '', 'claire', 'baron', '4 buckingham drive', '', 'co43yh', 'colchester', 'essex', '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 ('1230', '1053', '', '', 'Daniel', 'Otten', 'zur hütte 8', '', '4750', 'bütgenbach', 'lüttich', '21', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1054', '', '', 'Lutz-Michael', 'Sander', 'Buckower Damm 255A', '', '12349', 'Berlin', '', '81', '82'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1055', '', '', 'PASQUE', 'DAVID', '8 RD PT DES TRAVERSES', '', '44270', 'MACHECOUL', 'LOIRE ATLANTIQUE', '73', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1056', '', '', 'paddy', 'hagan', 'cill barra house', '', 'cavan', 'northlands', 'shercock', '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 ('1234', '1057', '', '', 'Thorsten', 'Menger', 'Sägmühlweg 7', '', '67454', 'Haßloch', 'Rheinland-Pfalz', '82', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1058', '', '', 'Steve', 'Woodham', '12 Coombend House, Coombend', '', 'BA3 3AH', 'RADSTOCK', 'Bath', '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 ('1236', '1057', '', '', 'Thorsten', 'Menger', 'Sägmühlweg 7', '', '67454', 'Haßloch', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1058', '', '', 'Steve', 'Woodham', 'Old Mill Group, The Old Mil, Park Road', '', 'BA4 5BS', 'Shepton Mallet', 'Somerset', '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 ('1238', '1057', '', '', 'Thorsten', 'Menger', 'Sägmühlweg 7', '', '67454', 'Haßloch', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1059', '', '', 'Christoph', 'Woegerer', 'Anton-Boeck Gasse 6/6/2', '', '1210', 'Wien', '', '14', '95'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1060', '', '', 'Darren', 'Coffey', '65 Keatingstown', '', 'Wicklow', 'Wicklow', 'Wicklow', '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 ('1241', '1061', '', '', 'matthew', 'copeland', '25 carrick drive', '', 'ka197rh', 'crosshill', 'maybole', '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 ('1242', '1062', '', '', 'Philip', 'Hubbard', '203 Netherton Road', '', 'S80 2SE', 'Worksop', 'Nottinghamshire', '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 ('1243', '1063', '', '', 'Gerard', 'Hanks', '12 Free Street Rokeby', '', '7019', 'Hobart', '', '13', '187'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1064', '', '', 'Stephan', 'Marwedel', 'Am Schießstand 4', '', '27283', 'Verden', '', '81', '79'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1065', '', '', 'Kurt', 'Jost', 'Riethag 12a', '', '8599', 'Salmsach', '', '204', '123'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1066', '', '', 'Brian', 'MORGAN', '9 suffolk close', '', 'B68 8RP', 'Oldbury', 'West Midlands', '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 ('1247', '1067', '', '', 'Michael', 'King', '104 Alverley Road', '', 'CV6 3LH', 'Coventry', ' West Midlands', '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 ('1248', '1067', '', '', 'Mike King', 'Barclays Bank', 'Ashford House Eden Road', '', 'CV2 2TH', 'Walsgrave', 'Coventry', '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 ('1249', '1067', '', '', 'Mike King Systems Team', 'Barclays Bank', 'Ashford House Eden Road', '', 'CV2 2TH', 'Coventry', ' West Midlands', '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 ('1250', '1068', '', '', 'Lukas', 'Meyer', 'Stuerzerhof 10', '', '53925', 'Kall', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1069', '', '', 'Dale', 'Weatherby', '35 Spa Lane', '', 'LE10 1JA', 'Leicestershire', ' Hinckley', '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 ('1252', '1070', '', '', 'Holger', 'Klein', 'Uhlandstr.3', '', '63674', '63674 Altenstadt', '', '81', '86'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1070', '', '', 'Holger', 'Klein', 'Uhlandstr.3', '', '63674', 'Altenstadt', '', '81', '86'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1071', '', '', 'Niall', 'Fox', 'Longford St,', '', 'Ire123', 'Arvagh,', 'Cavan', '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 ('1255', '1072', '', '', 'lauren', 'o\'dea', 'Ballingrane', '', 'none', 'Rathkeale', 'Co.limerick', '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 ('1256', '1073', '', '', 'Gary', 'hussein', '153 Southgate Rd', '', 'EN6 5ER', 'Potters Bar', 'Herts', '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 ('1257', '1074', '', '', 'Krisztian', 'Heppes', 'Menyecske utca 10. VII/44.', '', 'H-1112', 'Budapest', 'Budapest', '97', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1075', '', '', 'Steve', 'Begley', '54 Cranbrook Drive', '', 'LU3 3EW', 'Luton', 'Bedfordshire', '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 ('1259', '1076', '', '', 'James', 'Shore', '21 Stourton Close', '', 'B93 9NP', 'Solihull', 'West Midlands', '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 ('1260', '1077', '', '', 'Sebastian', 'Zeuner', 'Wallensteinstr 70', '', '90431', 'Nürnberg', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1078', '', '', 'Chris', 'Hutton', '20 Craven Close', '', 'BD19 4QZ', 'Gomersal', 'West Yorkshire', '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 ('1262', '1077', '', '', 'Sebastian', 'Zeuner', 'Steinmetzstr. 3a', '', '90431', 'Nürnberg', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1079', '', '', 'Bart', 'Ugen', 'St. Vincentiusstraat 14', '', '5758SE', 'Neerkant', 'Noord Brabant', '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 ('1264', '1080', '', '', 'rebecca', 'whitfield', '21 drummond walk', '', 'le131jh', 'melton mowbray', 'leicestershire', '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 ('1265', '1081', '', '', 'Colin', 'Thomson', '47 Bryson Crescent', '', 'AB56 1TQ', 'Buckie', 'Morayshire', '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 ('1266', '1082', '', '', 'Duncan', 'Teal', '27 Agecroft Road East', '', 'M25 9RQ', 'Prestwich', 'Manchester', '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 ('1267', '1083', '', '', 'STEPHEN', 'CRAWFORD', '73 CORBO ROAD', '', 'BT78 1UU', 'OMAGH', 'TYRONE', '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 ('1268', '1084', '', '', 'Simon', 'Collins', '3 / 4 Hermitage Park Lea', '', 'EH6 8DY', 'EDINBURGH', 'Midlothian', '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 ('1269', '1085', '', '', 'paul', 'self', '7 marsh road', '', 'rg184qr', 'thatcham', 'berkshire', '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 ('1270', '1086', '', '', 'Mathias', 'Lüder', 'Ulrich-Steinhauer.Strasse 1C', '', '14476', 'Potsdam OT Gross-Glienicke', '', '81', '83'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1087', '', '', 'Adam', 'Dix', '23 Orchard Way', '', 'OX5 2JD', 'Kidlington', 'Oxford', '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 ('1272', '1088', '', '', 'Simon', 'Hedley', '9 Maidment Drive', '', 'LN1 1AL', 'LINCOLN', 'Lincolnshire', '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 ('1273', '1089', '', '', 'gillian', 'cornforth', '128 brenda road', '', 'ts25 1qf', 'hartlepool', ' county durham', '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 ('1274', '1090', '', '', 'Angela', 'Mcphee', '2 lingcrest', '', 'NE9 6SN', 'Gateshead', 'Tyne and wear', '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 ('1275', '1091', '', '', 'Scott', 'Braese', '3541 Chester Street', '', '23452', 'Virginia Beach', '', '223', '61'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1092', '', '', 'Brendan', 'Doyle', 'Station Rd', '', 'co KK', 'Thomastown', 'Kilkenny', '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 ('1277', '1093', '', '', 'Gary', 'Morris', '5 Church Street', '', 'CM11 2SY', 'Billericay', 'Essex', '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 ('1278', '1094', '', '', 'Melania', 'Kerr', 'Randalshough', '', 'BT93 7BQ', 'Monea', 'Co Fermanagh', '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 ('1279', '1094', '', '', 'Melania', 'Kerr', 'Quinn Group Head Office', '', 'BT92 9AU', 'Gortmullan, Derrylin,', 'Co Fermanagh, N.Ireland', '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 ('1280', '1095', '', '', 'Harald', 'Janßen', 'Karlstraße 21', '', '52080', 'Aachen', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1096', '', '', 'LEAH', 'DAVIES', '138 TAN Y BRYN', '', 'NP225LQ', 'RHYMNEY', 'GWENT', '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 ('1282', '1097', '', '', 'Alexander', 'Wessa', 'Gillergasse 2b', '', '67454', 'Hassloch', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1098', '', '', 'Barry', 'FItzgerald', '12 Knocknamona Park', '', 'DL IRL', 'Letterkenny', 'Donegal', '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 ('1284', '1099', '', '', 'Stuart', 'Ratcliffe', 'Eagle House Gardens', '', 'DT11 7BS', 'Blandford Forum', 'Dorset', '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 ('1285', '1099', '', '', 'STUART', 'RATCLIFFE', '20 EAGLE HOUSE GARDENS', '', 'DT11 7BS', 'BLANDFORD FORUM', 'DORSET', '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 ('1286', '1100', '', '', 'Volker', 'Schmidt', 'Grindelberg 73', '', '20144', 'Hamburg', '', '81', '85'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1101', '', '', 'Tracey', 'Matthews-White', '7 chandos Avenue', '', 'NG4 2NF', 'Netherfield', 'Nottingham', '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 ('1288', '1102', '', '', 'Cesur', 'Cildir', 'Goebenstr. 31', '', '30163', 'Hannover', '', '81', '79'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1103', '', '', 'Pavel', 'Adamik', 'Nerudova 1158', '', '73581', 'Bohumin', 'Bohumín', '56', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1104', '', '', 'Jermaine', 'Lander', '21 Canberra Place', '', 'PO20 2WB', 'Tangmere', 'west Sussex', '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 ('1291', '1105', '', '', 'Marco', 'Lenz', 'Im Langen Feld 3', '', '71706', 'Markgröningen', '', '81', '80'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1106', '', '', 'Laurie', 'Workman', '3 Whiteway Road', '', 'GL4 6AJ', 'Gloucester', 'Gloucestershire', '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 ('1293', '1107', '', '', 'glenn', 'sewell', '78 frogmore road', '', 'tf9 3ar', 'market drayton', 'SHROPSHIRE', '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 ('1294', '1108', '', '', 'Joanne', 'Myles', '24 Boundary Drive', '', 'L25 0QD', 'Liverpool', 'Merseyside', '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 ('1295', '1109', '', '', 'mrs emma', 'thompson', '34 amundsen str', '', '33605', 'bielefeld', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1110', '', '', 'Jonathan', 'Sheldrake', '91 Castle Lodge Avenue', '', 'LS26 0ZD', 'Leeds', 'West Yorkshire', '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 ('1297', '1111', '', '', 'Bernd', 'Gressl', 'Volksschulsrasse 13', '', '8724', 'Spielberg', '', '14', '100'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1112', '', '', 'Jonathan', 'Harvey', '12 Norman Drive', '', 'NG15 6HS', 'nottinghamshire', 'Hucknall', '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 ('1299', '1113', '', '', 'Christoph', 'Arzt', 'Winkelstrasse 7', '', '4060', 'Leonding', '', '14', '97'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1114', '', '', 'ROB', 'BEWIG', '12 HONEY LOCUST LANE APT 17', '', '63303', 'ST CHARLES', '', '223', '36'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1115', '', '', 'Ann', 'Berrisford', 'Longton High Box Lane Meir', '', 'St3 5PR', 'Stoke-on-Trent', 'Staffordshire', '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 ('1302', '1116', '', '', 'Christian', 'Dreifert', 'In den Lehrersgaerten', '', '73033', 'Goeppingen', '', '81', '80'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1117', '', '', 'Wayne', 'Nowak', '34 The Grove', '', 'CR3 5QB', 'Caterham', '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 ('1304', '1118', '', '', 'Chris', 'Banks', '110f Constitution Street', '', 'AB245DZ', 'Aberdeen', ' Aberdeenshire', '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 ('1305', '1119', '', '', 'RICHARD', 'AINSLIE', 'BACCHUS HOUSE', '', 'GL54 2ND', 'LITTLE RISSINGTON', 'CHELTENHAM GLOS', '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 ('1306', '1120', '', '', 'Paul', 'Hoy', '5.morven grove', '', 'Pr8 6ay', 'Southport', 'Merseyside', '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 ('1307', '1121', '', '', 'joanne', 'gearing', '9 ontario road', '', 'nr33 0eu', 'LOWESTOFT', 'suffolk', '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 ('1308', '1122', '', '', 'Lisa', 'Bowley', '47 Walnut Tree Road', '', 'SE10 9EU', 'Greenwich', '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 ('1309', '1123', '', '', 'Michael', 'Koch', 'Garbergasse 10', '', '1060', 'Vienna', '', '14', '95'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1124', '', '', 'Aaron', 'Biesenberger', 'Neuhofstraße 20', '', '3631', 'Ottenschlag', '', '14', '96'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1125', '', '', 'mark', 'Robinson', '7 Isabel Close', '', 'ST17 9FS', 'Stafford', 'Staffordshire', '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 ('1312', '1126', '', '', 'Lee-Jane', 'Stanley', '128 Avontoun Park', '', 'EH49 6QQ', 'Linlithgow', 'West Lothian', '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 ('1313', '1127', '', '', 'sharon', 'edwards', '21 ashbourne close', '', 'CR5 1AR', 'Coulsdon', '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 ('1314', '1128', '', '', 'michael', 'richards', '15 walter close', '', 'sn5 7hy', 'swindon', '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 ('1315', '1129', '', '', 'lee', 'burlton', '1a gresham place', '', 'bn5 9qj', 'henfield', 'WEST SUSSEX', '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 ('1316', '1130', '', '', 'Maria', 'Crouch', '40 Fulmar Drive', '', 'SO45 3FY', 'Southampton', 'Hampshire', '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 ('1317', '1131', '', '', 'Craig', 'Clarke', '11 lyncroft Avenue', '', 'DE5 3BB', 'ripley', 'derbyshire', '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 ('1318', '1132', '', '', 'Ross', 'Peachey', '7 Maytree Dive Kirby Muxloe', '', 'LE9 2LP', 'Leicester', 'Leicestershirel', '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 ('1319', '1132', '', '', 'Ross', 'Peachey', '7 Maytree Dive Kirby Muxloe', '', 'LE9 2LP', 'Leicester', 'Leicestershire', '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 ('1320', '1133', '', '', 'michael', 'horne', '5 weavers court', '', 'bb8 8nw', 'trawden, colne', 'Lancashire', '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 ('1321', '1134', '', '', 'Joerg', 'Meinke', 'Insterburger Str. 5a', '', '26127', 'Oldenburg', '', '81', '79'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1135', '', '', 'Wayne', 'Virr', '255 chell heath road', '', 'ST6 7LR', 'Bradeley', 'Stoke-on-trent', '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 ('1323', '1136', '', '', 'Dale', 'megaw', '137 bloomfield avenue', '', 'bt5 5ab', 'belfast', 'northern ireland', '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 ('1324', '1137', '', '', 'Dominic', 'Gee', '52, High Street', '', 'S63 0SY', 'Rotherham', 'South Yorkshire', '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 ('1325', '1138', '', '', 'janine', 'barnett', '1 monmouth street', '', '4702', 'feilding', 'feilding', '153', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1139', '', '', 'michelle', 'laing', '34 eastern by pass', '', 'm11 4wn', 'manchester', 'greater manchester', '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 ('1327', '1140', '', '', 'ged', 'mcgowan', '12 salcombe road', '', 'm111dq', 'manchester', 'greater manchester', '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 ('1328', '1141', '', '', 'Manuel', 'Schilling', 'Liebigstraße 43', '', 'D-30657 Ha', 'Hannover', '', '81', '79'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1141', '', '', 'Manuel', 'Schilling', 'Liebigstraße 43', '', 'D-30657', 'Hannover', '', '81', '79'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1142', '', '', 'Ben', 'Crompton', '53 Damson Drive', '', 'TF3 5DX', 'Telford', 'Shropshire', '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 ('1331', '1143', '', '', 'Nathan', 'Morley', '20 Lowry Way', '', 'IP14 1UF', 'Stowmarket', 'Suffolk', '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 ('1332', '1144', '', '', 'Wilhelm', 'Sandhas', 'Am Hammerberg 20', '', '94474', 'Vilshofen', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1145', '', '', 'ann', 'sewell', '78 frogmore road', '', 'tf9 3ar', 'market drayton', 'shropshire', '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 ('1334', '1146', '', '', 'Jim', 'McNeiL', '4 york road', '', 'pa160ty', 'greenock', 'inverclyde', '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 ('1335', '1147', '', '', 'john', 'chapman', '32 frimley gardens', '', 'cr4 3aq', 'mitcham', '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 ('1336', '1148', '', '', 'Giuseppina', 'Bizzotto', '125 Neville Ave', '', 'Bn3 7ne', 'Hove', 'East Sussex', '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 ('1337', '1149', '', '', 'René', 'Dubrauke', 'Sandgasse 10/2/7', '', '4020', 'Linz', 'Oberösterreich', '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 ('1338', '1149', '', '', 'René', 'Dubrauke', 'Sandgasse 10/2/7', '', '4020', 'Linz', '', '14', '97'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1150', '', '', 'Sandra', 'Bowser', '4 Gorsebank', '', 'EH54 6DY', 'Ladywell', 'Livingston', '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 ('1340', '1149', '', '', 'René', 'Dubrauke', 'Sandgasse 10/2/7', '', '4020', 'Linz', '', '14', '97'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1151', '', '', 'mark', 'woodward', '45 kerry street', '', 'de216dt', 'derby', 'derbyshire', '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 ('1342', '1152', '', '', 'scott', 'johnson', '27 ashcroft avenue', '', 'st46lz', 'stoke-on-trent', 'staffordshire', '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 ('1343', '1153', '', '', 'Vicky', 'Prater', '19 Robins Hill, Inkpen', '', 'RG17 9QD', 'Nr Hungerford', 'Berkshire', '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 ('1344', '1153', '', '', 'Vicky', 'Prater', 'c/o Thomas Eggar LLP, Newbury House', '', 'RG14 5XR', '20 Kings Road West, Newbury', 'Berkshire', '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 ('1345', '1154', '', '', 'dex', 'dove', '14 hamden way ,papworth everard,', '', 'cb233ug', 'cambridge', ' cambridgeshire', '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 ('1346', '1155', '', '', 'Adam', 'Turvey', '10 Fircroft', '', 'B31 1xl', 'Birmingham', ' West Midlands', '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 ('1347', '1020', '', '', 'Lisa', 'Thompson', '9 Sycamore Place', '', 'M45 7FQ', 'Whitefield', 'Manchester', '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 ('1348', '1020', '', '', 'Lisa', 'Thompson', '62 Halliwell Road', '', 'M25 9SX', 'Manchester', 'Lancs', '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 ('1349', '1156', '', '', 'wayne', 'winter', '300 broadlands drive', '', 'bs11 0pw', 'bristol', 'avon', '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 ('1350', '1157', '', '', 'Paul', 'Phillips', '2 Grebe Court', '', 's73 0uu', 'Wombwell', 'South Yorkshire', '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 ('1351', '1158', '', '', 'John', 'Craig', '11 reins avenue baildon', '', 'Bd177nt', 'Bradford', 'West yorkshire', '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 ('1352', '1159', '', '', 'Kelly', 'Stacey', '21 Casher road', '', 'RH10 7JG', 'Crawley', 'West Sussex', '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 ('1353', '1160', '', '', 'Alan', 'Goodall', '227 Meadowgate', '', 'ts6 9jh', 'middlesbrough', 'cleveland', '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 ('1354', '1161', '', '', 'Steven', 'Speakman', '14 Flemish Road Denton', '', 'M34 7RX', 'Manchester', 'Lancashire', '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 ('1355', '1162', '', '', 'Richard', 'Walker', '10 Sackville Street', '', 'ST46HX', 'Stoke', 'Staffordshire', '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 ('1356', '1163', '', '', 'trevor', 'bailey', '19 jubilee court, tollerton', '', 'yo611rf', 'york', ' uk', '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 ('1357', '1164', '', '', 'paul', 'chalk', '85 arnold road', '', 'so505as', 'eastleigh', 'hampshire', '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 ('1358', '1165', '', '', 'SARAH', 'CHEADLE', '25 STOCKHOLM GROVE, BIRCHES HEAD', '', 'ST1 6UR', 'STOKE-ON-TRENT', 'STAFFORDSHIRE', '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 ('1359', '1166', '', '', 'Colette', 'Galvin', '29 Gleann Cora', '', 'Co. Clare', 'Ballycar Road', 'Newmarket on Fergus', '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 ('1360', '1166', '', '', 'Colette', 'Galvin', '\"Cill Mhuire\", Barntick,', '', 'Co. Clare', 'Clarecastle,', 'Kildysart Road,', '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 ('1361', '1167', '', '', 'Daniel', 'Börjes', 'Vogelweide 10', '', '31137', 'Hildesheim', '', '81', '79'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1168', '', '', 'Darren', 'Rees', 'Foresters House, Croeserw, Cymmer', '', 'SA13 3PR', 'PORT TALBOT', 'West Glamorgan', '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 ('1363', '1169', '', '', 'David', 'Portmann', 'Fulenbacherstrasse 45', '', '4628', 'Wolfwil', '', '204', '121'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1170', '', '', 'Ceri', 'Griffiths', '47 Manor Road', '', 'LU5 6AJ', 'Toddington', 'Bedfordshire', '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 ('1365', '1171', '', '', 'Marc-Andre', 'Faber', 'Karl-Räder-Str 3', '', '67117', 'Limburgerhof', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '991', '', '', 'James', 'Thomas', '23 lafrowda close, st just', '', 'tr197hz', 'truro', '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 ('1367', '1172', '', '', 'pamela', 'stubbington', '108 avenue road', '', 'po36 8dz', 'sandown', 'isle of wight', '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 ('1368', '1173', '', '', 'matt', 'leach', '11 tower walk alphinton', '', 'ex2 8fw', 'exeter', 'devon', '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 ('1369', '1174', '', '', 'james', 'faherty', 'teach mór, Inverin', '', '091 G', 'galway', 'galway', '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 ('1370', '1175', '', '', 'george', 'samuel', '26 hardie terrace', '', 'EH40 3AU', 'East Linton', 'East Lothian', '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 ('1371', '1176', '', '', 'Maurice', 'Vroegrijk', 'A.M. de Jongstraat 12', '', '4735BW', 'Zegge', 'Noord-Brabant', '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 ('1372', '1177', '', '', 'Alain', 'Schumacher', 'Thommen 51A', '', '4791', 'Burg-Reuland', 'Liège', '21', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1177', '', '', 'Alain', 'Schumacher', 'Thommen 51A', '', '4791', 'Burg-Reuland', 'Burg-Reuland', '21', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1178', '', '', 'Matt', 'Cox', '221 LLongfield', '', 'TR11 4SR', '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 ('1375', '1179', '', '', 'Graham', 'kehoeg@hotmail.co.uk', '40 Gorton Road', '', 'L13 4DQ', 'Liverpool', 'Merseyside', '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 ('1376', '1180', '', '', 'david', 'mcdonald', '35 dunlin road', '', 'ab123sd', 'aberdeen', 'scotland', '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 ('1377', '1181', '', '', 'beverley', 'cawthorne', '12 oxford close', '', 's431eh', 'derbyshire', 'england', '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 ('1378', '1182', '', '', 'LES', 'SHELDON', '20, SMITH CRESCENT, SPITAL,', '', 'S410HW.', 'CHESTERFIELD,', 'DERBYSHIRE.', '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 ('1379', '1183', '', '', 'Michael', 'Dunlea', '4 Mallory Avenue, Ashton Under Lyne', '', 'OL7 9RD', 'Lancashire', 'Manchester', '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 ('1380', '1184', '', '', 'tony', 'clark', '72 raleigh avenue', '', 'sn3 3dy', 'swindon', ' england', '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 ('1381', '1184', '', '', 'tony', 'clark', '72 raleigh avenue', '', 'sn3 3dy', 'swindon', '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 ('1382', '1184', '', '', 'tony', 'clark', '72 raleigh avenue', '', 'sn3 3dy', 'swindon', '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 ('1383', '1185', '', '', 'John', 'Carroll', '4 Mallory Avenue', '', 'OL7 9RD', 'Ashton Under Lyne', 'Lancashire', '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 ('1384', '1186', '', '', 'Brent', 'Fairweather', '940 Kennebecasis Drive', '', 'E2K 5A8', 'Saint John', '', '38', '70'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1186', '', '', 'Carl The Jack', 'Daniels', '157 Cheadle Old Road Edgeley', '', 'SK3 9RW', 'Stockport', 'Cheshire', '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 ('1386', '1187', '', '', 'mark', 'cox', '14 bolingbroke road moredon', '', 'sn22jz', 'swindon', ' england', '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 ('1387', '1188', '', '', 'julia', 'woulfe', '14 bolingbroke road moredon', '', 'sn22jz', 'swindon', 'england', '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 ('1388', '1189', '', '', 'DAMIAN', 'MCCLAFFERTY', '203 GLENSHESK ROAD', '', 'BT53 8RJ', 'ARMOY', 'COUNTY ANTRIM', '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 ('1389', '1190', '', '', 'Geoff', 'Quinn', '1 Fox Hollow', '', 'Bt23 5gu', 'Ballygowan', 'Newtownards', '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 ('1390', '1190', '', '', 'Julie', 'Quinn', 'Kitchen master', '', 'Bt8 8an', '11 comber road', 'Carryduff', '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 ('1391', '1191', '', '', 'jordan', 'swift-simpkin', '6 Trem Y Bont', '', 'LL18 5BZ', 'Kinmel Bay', 'Rhyl', '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 ('1392', '1192', '', '', 'Kathrin', 'Deumelandt', 'Schmarjestraße 41', '', '22767', 'Hamburg', '', '81', '85'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1193', '', '', 'kelly', 'powazynski', '16 ashbourne avenue holmgate', '', 's459rb', 'chesterfield derbyshire', 'england', '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 ('1394', '1194', '', '', 'Andre', 'Greuelsberg', 'Simon-von-Utrecht-Str. 14 Haus 6', '', '20359', 'Hamburg', '', '81', '85'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1195', '', '', 'alan', 'dodds', '10e morgan street', '', 'dd4 6qf', 'dundee', 'scotland', '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 ('1396', '1196', '', '', 'lee', 'taylor', '40 norley drive eccleston st helens', '', 'WA10 5NJ', 'st helens', 'merseyside', '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 ('1397', '1197', '', '', 'Arnold', 'Erickson', '85 Taylor Drive', '', '94930', 'Fairfax', 'California', '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 ('1398', '1197', '', '', 'Arnold', 'Erickson', '85 Taylor Drive', '', '94930', 'Fairfax', '', '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 ('1399', '1197', '', '', 'Arnold', 'Erickson', '85 Taylor Drive', '', '94930', 'Fairfax', '', '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 ('1400', '1198', '', '', 'robert', 'telfer', '92 west thorp', '', 'ne5 4nf', 'newcastle', 'tyne and wear', '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 ('1401', '1199', '', '', 'Nicola', 'Hartley', '24 Stradbroke Way', '', 'S13 8SJ', 'Sheffield', ' UK', '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 ('1402', '1200', '', '', 'STEVE', 'KNIGHT', '14 IVY HOUSE RD', '', 'B69 1HG', 'OLDBURY', 'WEST MIDLANDS', '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 ('1403', '1201', '', '', 'Lukas', 'Haizinger', 'Karl Schwaha Strasse 12', '', '4680', 'Haag', '', '14', '97'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1202', '', '', 'Helmut', 'Steininger', 'Brunnenweg 25', '', '85131', 'Seuversholz', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1203', '', '', 'Wendy', 'Laverick', '90 Etherley Lane', '', 'DL14 6TU', 'Bishop Auckland', 'Co Durham', '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 ('1406', '1204', '', '', 'Sebastian', 'Langkowski', 'Am Haferkamp 12', '', '59379', 'Selm', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1205', '', '', 'tom', 'mcalpine', '30a chapelfield, radcliffe', '', 'm261jh', 'manchester', 'greater manchester', '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 ('1408', '1206', '', '', 'Amy-Louise', 'Gray', '32 Camelia Drive', '', '5107', 'Parafield Gardens', '', '13', '186'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1207', '', '', 'Andrew', 'Hudson', 'Extravision, 107 Timber Wharf, 33 Worsley Street', '', 'M15 4LD', 'Manchester', 'Greater Manchester', '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 ('1410', '1208', '', '', 'Paul', 'Stead', '4 Grosvenor Road', '', 'HD5 9HA', 'Huddersfield', 'West Yorkshire', '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 ('1411', '1209', '', '', 'Christian', 'Potter', '28 Slessor Road', '', 'Yo24 3JL', 'Acomb', 'York', '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 ('1412', '1210', '', '', 'Dave', 'Robinson', '50 buchanan road', '', 'ca2 4pt', 'carlisle', 'cumbria', '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 ('1413', '1211', '', '', 'Andy', 'Doidge', '5 Silver Street', '', 'TQ12 5SB', 'Ipplepen Newton Abbot', 'Devon', '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 ('1414', '931', '', '', 'Mark', 'Stainer', 'Booker Wholesale Searle Crescent', '', 'BS23 3YX', 'Weston-super-Mare', 'Somerset', '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 ('1415', '1212', '', '', 'Jerome', 'Hughes', '10 Carnation Close', '', 'rm70xq', 'Rush Green, Romford', 'Essex', '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 ('1416', '1213', '', '', 'andrew', 'thom', '79 marton drive', '', 'fy4 3eu', 'blackpool', 'lancashire', '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 ('1417', '1214', '', '', 'Dave', 'Maguire', 'Glendowan Baskin Lane Cloghran', '', 'County', 'Dublin', 'Leinster', '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 ('1418', '1215', '', '', 'daniel', 'jones', '52 st martins road', '', 'ox44rs', 'oxford', 'oxfordshire', '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 ('1419', '1199', '', '', 'Caroline', 'Bullement', '45 Ravenscroft Crescent', '', 'S13 8PQ', 'Sheffield', 'England', '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 ('1420', '1216', '', '', 'Mark', 'Laumen', 'Ericastraat 3', '', '6134 VV', 'Sittard', 'Limburg', '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 ('1421', '1217', '', '', 'ed', 'mowe', '4 laxford close', '', 'le10 0wr', 'hincklei', 'leicestershire', '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 ('1422', '1217', '', '', 'ed', 'mowe', '4 laxford close', '', 'le10 0wr', 'hinckley', 'leicestershire', '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 ('1423', '1217', '', '', 'ed', 'mowe', '4 laxford close', '', 'le10 0wr', 'hinckley', 'leicestershire', '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 ('1424', '1218', '', '', 'dan', 'finch', '13 king george road', '', 'en9 1hg', 'waltham abbey', 'essex', '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 ('1425', '1219', '', '', 'wayne', 'duker', '12 long crest', '', 'wf82qt', 'pontefract', 'west yorkshire', '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 ('1426', '1220', '', '', 'hays', 'paterson', '107 avenue rd', '', 'p5n3a3', 'kapuskasing', '', '38', '74'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `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', '1221', '', '', 'Emma', 'Williams', '6 ynyslas,newton nottage road', '', 'cf36 5ef', 'Porthcawl', ' Bridgend', '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 ('1428', '1222', '', '', 'Philip', 'Taylor', '61 Lime Road', '', 'TS103NF', 'Redcar', 'Cleveland', '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 ('1429', '1223', '', '', 'Brian', 'Wilson', '31,brook court', '', 'SO16 6SR', 'Southampton', 'Hampshire', '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 ('1430', '1224', '', '', 'Darren', 'Woolley', '13, St Pauls Avenue', '', 'NG7 5EB', 'Nottingham', ' Nottinghamshire', '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 ('1431', '1225', '', '', 'dave', 'whitehead', '3 australia grove', '', 'ne349dw', 'brockley whins', 'south shields', '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 ('1432', '1226', '', '', 'Zoltan', 'Vari', '217 Glebemount', '', 'Co.Wicklow', 'Wicklow town', 'Co. Wicklow', '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 ('1433', '1227', '', '', 'Alan', 'Moore', '10 Long Barnaby', '', 'Ba3 2tz', 'Midsommer Norton', 'Radstock', '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 ('1434', '1228', '', '', 'Charlotte', 'Hotchkiss', '7 Woodlands', '', 'PE28 2UR', 'Warboys', 'Huntingdon, Cambs', '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 ('1435', '1228', '', '', 'Charlotte', 'Hotchkiss', 'GPDC, The Old House, 42 West Street', '', 'PE29 2HJ', 'Godmanchester', 'Huntingdon, Cambs', '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 ('1436', '1229', '', '', 'joanne', 'harrison', '16 manor cresent', '', 'ex14 2df', 'honiton', 'devon', '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 ('1437', '1230', '', '', 'CAROLINE', 'GOLDING', '43 JOTMANS LANE', '', 'SS7 5AX', 'BENFLEET', 'ESSEX', '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 ('1438', '1231', '', '', 'Adrian', 'Burgham', '1 Didsbury Road', '', 'CV7 9PE', 'Coventry', 'Warwickshire', '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 ('1439', '1232', '', '', 'timo', 'rudy', 'eppinger strasse 91', '', '74211', 'Leingarten', '', '81', '80'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1440', '1233', '', '', 'lee', 'lyman', '10 melbourne avenue', '', 's63 8dj', 'bolton upon dearne', 'rotherham', '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 ('1441', '1234', '', '', 'Barry', 'Pitts', '36 Vasterne Close', '', 'SN5 4EZ', 'Purton Swindon', 'Wilts', '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 ('1442', '1235', '', '', 'ELAINE', 'BENN', '84 COPSE WOOD, FOSTON LANE', '', 'BD23QE', 'BRADFORD', 'WEST YORKSHIRE', '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 ('1443', '1236', '', '', 'Julian', 'French', '28 Old Vicarage Green', '', 'BS31 2DQ', 'Keynsham', 'Somerset', '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 ('1444', '1237', '', '', 'SIAN', 'SIMMONDS', 'THE GOLDEN MILE INN, CORNTOWN ROAD', '', 'CF35 5BA', 'BRIDGEND', 'SOUTH WALES', '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 ('1445', '1238', '', '', 'wendy', 'baldock', '21 brierley street', '', 'st6 1lb', 'stoke-on-trent', 'staffordshire', '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 ('1446', '1239', '', '', 'Kevin', 'Bowns', '2 ,Morton Grove, Worksop,', '', 'S817QS', 'Nottinghamshire', ' Notts', '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 ('1447', '1240', '', '', 'CAMPBELL', 'WEST', '18 DAVIOT STREET', '', 'G51 4HL', 'GLASGOW', 'LANARKSHIRE', '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 ('1448', '1241', '', '', 'Lucy', 'Crowther', '6 Marston Road', '', 'YO26 7PR', 'Tockwith', 'York', '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 ('1449', '1242', '', '', 'andrew peter', 'hiatt verdasco', 'C/ Francisco de Diego 46B 1ºD', '', '28040', '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 ('1450', '1243', '', '', 'Stuart', 'Barton', '133 Eastwood Road', '', 'PE210PW', 'Boston', 'Lincolnshire', '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 ('1451', '1244', '', '', 'ribelle', 'daly', 'istanbul', '', '34600', 'istanbul', 'beşiktaş', '215', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1452', '1245', '', '', 'Mike', 'Biermann', 'Sieberstr. 29', '', '37412', 'Herzberg', '', '81', '79'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1453', '1246', '', '', 'phil', 'pestell', 'oerraede 15', '', '6063eb', 'vlodrop', 'limburg', '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 ('1454', '1247', '', '', 'Matthew', 'Simpson', 'Thistlemede, Quarry Lane, Butterknowle', '', 'DL13 5LN', 'Bishop Auckland', 'CO. DURHAM', '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 ('1455', '1248', '', '', 'Daryl', 'Taylor', '46 Princes Street', '', 'NN16 8RW', 'Kettering', 'Northants', '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 ('1456', '1249', '', '', 'Jeanette', 'Simpson-Millard', '228 Bardon Road', '', 'LE67 4BL', 'Coalville', 'Leicestershire', '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 ('1457', '1250', '', '', 'paul', 'allman', '12 spitfire way, auckley', '', 'dn9 3pl', 'doncaster', 'south yorkshire', '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 ('1458', '1251', '', '', 'joanne', 'dyke', '122 alexandra road', '', 'ws1 4az', 'walsall', 'west midlands', '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 ('1459', '1252', '', '', 'david', 'STOCKFORD', '86 Scarf Road', '', 'BH178QL', 'Poole', 'Dorset', '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 ('1460', '1253', '', '', 'Andrew', 'MILES', '745 DORCHESTER ROAD', '', 'DT3 5LF', 'WEYMOUTH', 'DORSET', '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 ('1461', '1253', '', '', 'Edward', 'DORMER', '745 DORCHESTER ROAD', '', 'DT3 5LF', 'WEYMOUTH', 'DORSET', '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 ('1462', '1254', '', '', 'ashley', 'good', 'newbolt close', '', 'ln7 6ny', 'lincolnshire', ' 30', '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 ('1463', '1255', '', '', 'dafydd', 'williams', 'bryn glas, chapel street', '', 'll65 3tp', 'bodedern', 'anglesey', '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 ('1464', '1256', '', '', 'Annette', 'McCormick', '39a Durham Road', '', 'DH7 9NP', 'County Durham', 'England', '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 ('1465', '1028', '', '', 'Nick', 'Thompson', '2 Hymers Avenue', '', 'NE34 9RX', 'South Shields', 'Tyne and Wear', '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 ('1466', '1257', '', '', 'DEREK', 'CHALLENOR', '2, EDINBURGH ROAD', '', 'WV14 8EF', 'BILSTON', 'WEST MIDLANDS', '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 ('1467', '1258', '', '', 'David', 'Lumer', 'MiaLia, High Road', '', 'SS179HT', 'Fobbing', 'Essex', '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 ('1468', '1259', '', '', 'Nick', 'May', '88 west vale', '', 'ch64 0tl', 'chester', 'cheshire', '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 ('1469', '1260', '', '', 'vanessa', 'pearce', 'olds school house', '', 'dn38 6jd', 'st barnabas road', 'north lincolnshre', '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 ('1470', '1260', '', '', 'susan', 'wilson', 'flat 31 brook court', '', 's016 6sr', 'brook valley', 'southampton', '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 ('1471', '1261', '', '', 'Mike', 'Landos', 'Aristotelous 82', '', '5291', 'Paralimni', 'Famagusta', '55', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1472', '1262', '', '', 'christian', 'bussmann', 'hirtenweg 2', '', '445325', 'lünen', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1473', '1263', '', '', 'christian', 'bussmann', 'hirtenweg 2', '', '44532', 'lünen', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1474', '1264', '', '', 'janet', 'may', '15 Derry Road', '', 'GU14 9BZ', 'Farnborough', 'Hampshire', '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 ('1475', '1265', '', '', 'Heather', 'Pyke', '584 Ormskirk Road', '', 'WN5 9JX', 'Pemberton', 'Wigan', '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 ('1476', '1265', '', '', 'Janette', 'Robinson', 'Staatsstr 18', '', '55442', 'Stromberg', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1477', '1266', '', '', 'Christoph', 'Janko', 'Dadlergasse 20-22 1/2/6', '', '1150', 'Vienna', '', '14', '95'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1478', '1267', '', '', 'tom', 'bryan', '38 abbots road', '', 'yo8 8au', 'selby', 'north yorkshire', '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 ('1479', '1268', '', '', 'Jamie', 'Peck', '146 Bell Lane', '', 'IP5 1NA', 'Ipswich', 'Suffolk', '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 ('1480', '1269', '', '', 'adrian', 'cooper', '7 buds close woodstock', '', 'ox20 1lt', 'oxfordshier', ' oxon', '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 ('1481', '1270', '', '', 'Nicola', 'Moorin', '40 Warren Wood Drive', '', 'HP11 1DZ', 'High Wycombe', 'Bucks', '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 ('1482', '1271', '', '', 'Nicola', 'Dragicevic', '25 Royd Croft', '', 'HD3 4EQ', 'Huddersfield', 'West Yorkshire', '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 ('1483', '1272', '', '', 'LYNDA', 'KIRK', '18 DAVIOT ST', '', 'G51 4HL', 'Glasgow', ' Glasgow', '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 ('1484', '1273', '', '', 'david', 'mcneil', '11 Wolsty close', '', 'ca30pb', 'carlisle', ' Cumbria', '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 ('1485', '1274', '', '', 'James', 'Whyley', '18 De-Havilland Close', '', 'AL10 0DR', 'Hatfield', 'Herts', '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 ('1486', '1275', '', '', 'les', 'chorley', '4 churchillway long hanborough', '', 'ox29 8jh', 'witney', 'oxford', '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 ('1487', '1276', '', '', 'catherine', 'bowden', '71 Astley Road', '', 'PR7 1RR', 'Chorley', 'Lancs', '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 ('1488', '1277', '', '', 'john', 'Garibotti', '842 cranbrook dr', '', '44143', 'highland hts', '', '223', '47'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1489', '1278', '', '', 'Fabian', 'Göddeke', 'Oberrarbach 25', '', '57392', 'Schmallenberg', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1490', '1157', '', '', 'Paul Anthony', 'Phillips', '81 Sherwoods Lane', '', 'L10 1ln', 'Fazakerley', 'Liverpool', '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 ('1491', '1279', '', '', 'ADRIAN', 'SMITH', '161 BRICKHOUSE ROAD', '', 'B658EX', 'ROWLEY REGIS', 'WEST MDLANDS', '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 ('1492', '1280', '', '', 'Chris', 'Hunt', '11 Edgecombe Avenue', '', 'BS22 9AY', 'Weston super Mare', 'North Somerset', '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 ('1493', '1281', '', '', 'jo', 'dell', '6 lilibroke cresent', '', 'sl6 3xg', 'maidenhead', 'berks', '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 ('1494', '1281', '', '', 'jo', 'dell', '50-100 holmers farm way', '', 'hp12 4dp', 'high wycombe', 'bucks', '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 ('1495', '1281', '', '', 'jo', 'dell', '3 emmerson court, holtspur lane', '', 'HP10 0AX', 'high wycombe', 'bucks', '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 ('1496', '1282', '', '', 'Thorsten', 'Clavey', 'Hoeppnerstr.4', '', '12101', 'Berlin', '', '81', '82'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1497', '1282', '', '', 'Martin', 'Czapons', 'Tempelhofer Damm 122', '', '12099', 'Berlin', '', '81', '82'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1498', '18', '', '', 'Diane', 'Good', '10 Manvers Road, Hillsborough', '', 'S6 2PJ', 'Sheffield', 'South Yorkshire', '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 ('1499', '1283', '', '', 'Chris', 'Stahr', 'Rienzhofenstr.18', '', '71336', 'Waiblingen', '', '81', '80'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1500', '1284', '', '', 'tracy', 'haskins', '30 bredon close', '', 'bs15 9pg', 'bristol', ' avon', '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 ('1501', '1285', '', '', 'andrew', 'lord', '2 pavilion close', '', 'OL12 6EW', 'rochdale', ' lancashire', '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 ('1502', '1286', '', '', 'donna', 'rydz', '4 trotter grove bedlington', '', 'ne22 5nb', 'newcastle', 'england', '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 ('1503', '1286', '', '', 'donna', 'rydz', '4 trotter grove bedlington', '', 'ne22 5nb', 'northumberland', 'england', '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 ('1504', '1287', '', '', 'ray', 'pattison', '7 newlands court coulsdon road', '', 'cr35nz', 'caterham', '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 ('1505', '1288', '', '', 'Jesper', 'Husted', 'Falkevej 14', '', '6600', 'Vejen', 'Syddanmark', '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 ('1506', '1289', '', '', 'Mark', 'Tatters', '96 Beverley Road', '', 'NE25 8JQ', 'Whitley Bay', 'Tyne & Wear', '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 ('1507', '1290', '', '', 'Hayley', 'Williams', '17 Hunters Way, Llay', '', 'LL12 0RF', 'Wrexham', 'Wrexham', '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 ('1508', '1291', '', '', 'billy', 'dunn', '38 devonshire road', '', 'le4 0bf', 'leicester', ' leicestershire', '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 ('1509', '1292', '', '', 'gina', 'hadfield', 'brewers arms, town street', '', 'dn22 9ad', 'retford', 'notts', '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 ('1510', '1293', '', '', 'Milan', 'Majcen', 'Logarovci 32', '', '9242', 'Logarovci 32', 'Krizevci pri Ljutomeru', '190', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1511', '1294', '', '', 'Trevor', 'Dobbin', '134 Liddell Way', '', 'SL5 9UZ', 'Ascot', 'Berkshire', '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 ('1512', '1295', '', '', 'Michelle', 'Smith', '5 Gloucester Place', '', 'NE34 6PX', 'South Shields', 'Tyne and Wear', '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 ('1513', '1296', '', '', 'sean', 'ryan', '11 hunter road', '', 'po10 8eg', 'thorney island', 'emsworth', '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 ('1514', '1297', '', '', 'Schaufelberger', 'Michael', 'Hauptstrasse 158', '', '8585', 'Langrickenbach', '', '204', '123'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1515', '1298', '', '', 'LINDA', 'FINDLAY', 'FEA HOUTON', '', 'KW17 2RD', 'ORPHIR', 'ORKNEY', '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 ('1516', '1299', '', '', 'Helen', 'Watts', '33 Wareham Drive', '', 'CW1 3XA', 'Crewe', 'Cheshire', '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 ('1517', '1300', '', '', 'Tom', 'Roberts', '66 Barnton park crescent', '', 'EH4 6EN', 'Edinburgh', ' Lothian', '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 ('1518', '1301', '', '', 'sam', 'robinson', 'the glade shaft rd', '', 'ba2 7hp', 'bath', 'somerset', '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 ('1519', '1302', '', '', 'paul', 'williams', '30 rhydynos street blaenavon', '', 'np4 9hd', 'pontypool', 'gwent', '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 ('1520', '1303', '', '', 'Matthew', 'Durber', '49 Toll House Mead Mosborough', '', 'S205EL', 'Sheffield', 'South Yorkshire', '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 ('1521', '1304', '', '', 'joanne', 'anderson', '7 mountbatten ave', '', 'me37hs', 'higham', 'kent', '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 ('1522', '1305', '', '', 'Jacqueline', 'Messenger', '8 Willclare Road', '', 'B26 2NT', 'Birmingham', 'West Midlands', '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 ('1523', '1306', '', '', 'ian', 'dixon', '65 birtley villas', '', 'dh31jx', 'chester le street', 'durham', '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 ('1524', '1307', '', '', 'natasha', 'gorringe', 'fairhaven road', '', 'rh12lb', 'redhill', '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 ('1525', '1308', '', '', 'LEE', 'STEMBRIDGE', '52 CLAYMORE CLOSE', '', 'DN35 8EN', 'CLEETHORPES', 'LINCOLNSHIRE', '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 ('1526', '1309', '', '', 'richard', 'proctor', '43 hareshaw close inglby-barwick', '', 'ts17 0gz', 'yarm', 'cleveland', '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 ('1527', '1310', '', '', 'laura', 'shepherdson', 'ruston farm', '', 'yo13 9qe', 'scarborough', 'north yorkshire', '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 ('1528', '1311', '', '', 'David', 'Tickner', '15 Clovelly Way', '', 'BR6 0WD', 'Orpington', 'Kent', '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 ('1529', '1311', '', '', 'david', 'Tickner', '187c Southborough Lane', '', 'br6 0wd', 'Bromley', 'Kent', '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 ('1530', '1312', '', '', 'heather', 'wood', 'unit 1/11 damalis street', '', '4114', 'woodridge', '', '13', '185'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1531', '1313', '', '', 'scott', 'hart', '9 melrose avenue', '', 'b3n 2e3', 'halifax', '', '38', '71'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1532', '1314', '', '', 'Jason', 'Turton', '403 Jockey Road', '', 'B73 5XH', 'Sutton Coldfield', 'West Midlands', '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 ('1533', '1315', '', '', 'Andrew', 'Mickleburgh', '38 CLIXBY CLOSE', '', 'DN35 0HS', 'CLEETHORPES', 'N E LINCS', '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 ('1534', '1316', '', '', 'sheril', 'wilkes', '6 poppy close', '', 'ex4 2nz', 'exeter', 'devon', '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 ('1535', '1317', '', '', 'aaron', 'parr', '82 laurel bank', '', 'ca286sw', 'whitehaven', 'cumbria', '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 ('1536', '1318', '', '', 'graeme', 'hembrow', '22 dovedale', '', 'nr338te', 'carlton colville', 'suffolk', '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 ('1537', '1319', '', '', 'kathryn', 'sheard', '20 maple road', '', 'wf128pq', 'dewsbury', 'west yorkshire', '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 ('1538', '1320', '', '', 'James', 'Bowditch', 'Flat 1, 66 Harehills Lane', '', 'LS8 4JA', 'Leeds', 'West Yorkshire', '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 ('1539', '1321', '', '', 'Valerie', 'Page', '42 Wingfield Street', '', 'NR35 1EZ', 'Bungay', 'Suffolk', '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 ('1540', '1225', '', '', 'donna', 'whitehead', '27 belloc avenue', '', 'ne349hx', 'biddick hall', 'south shields', '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 ('1541', '1225', '', '', 'donna', 'whitehead', '27 belloc avenue', '', 'ne349hx', 'biddick hall', 'south shields', '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 ('1542', '1322', '', '', 'john', 'river', '38 hoker road', '', 'ex2 5hr', 'exeter', 'devon', '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 ('1543', '1225', '', '', 'dave', 'whitehead', '3 australia grove', '', 'ne349dw', 'brockley whins', 'south shields', '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 ('1544', '1225', '', '', 'dave', 'whitehead', '3 australia grove', '', 'ne349dw', 'brockley whins', 'south shields', '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 ('1545', '1323', '', '', 'Katie', 'Millar', '14 Farrier Gate', '', 'S35 3PG', 'Sheffield', 'South Yorkshire', '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 ('1546', '1266', '', '', 'Christoph', 'Janko', 'Mariahilferstrasse 172', '', '1150', 'Vienna', '', '14', '95'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1547', '1324', '', '', 'Ollie', 'Crosby', '8 Lockhart Avenue', '', 'CO3 3QU', 'Colchester', 'Essex', '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 ('1548', '1324', '', '', 'Mike \'The Power\'', 'Crosby', '8 Lockhart Avenue', '', 'CO3 3QU', 'Colchester', 'Essex', '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 ('1549', '1325', '', '', 'Christine', 'Cross', '72 Rede Court Road', '', 'ME2 3TF', 'Rochester', 'Kent', '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 ('1550', '1326', '', '', 'Vivienne', 'Garnett', '7 Lydyett Lane Barnton', '', 'CW8 4JP', 'Northwich', 'cheshire', '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 ('1551', '1327', '', '', 'Natalie', 'Jones', '15 Bendy Bow, Oaksey', '', 'SN169TN', 'Malmesbury', '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 ('1552', '1328', '', '', 'heidi', 'wanley-keers', '24 whin meadows', '', 'ts24 9nt', 'hartlepool', ' durham', '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 ('1553', '1329', '', '', 'Jane', 'Shepherd', '14 Twickenham Road', '', 'LE2 9RY', 'Glen Parva', 'Leicester', '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 ('1554', '1330', '', '', 'keiron', 'muir', '37 old rugby park', '', 'dn14 6bj', 'goole', 'east riding of yorkshire', '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 ('1555', '1331', '', '', 'Nicky', 'Rawle', '6 Hardwick close', '', 'HR7 4TY', 'Bromyard', 'Herefordshire', '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 ('1556', '1332', '', '', 'lucky', 'buckley', '19 oakington drive', '', 'tw165nr', 'Sunbury', 'middlesex', '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 ('1557', '898', '', '', 'Werner', 'Hartmann', 'Zum Hexenhübel 30', '', '66955', 'Pirmasens', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1558', '898', '', '', 'Werner', 'Hartmann', 'Zum Hexenhübel 30', '', '66955', 'Pirmasens', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1559', '1333', '', '', 'Paul', 'Taylor', '3 Hanlon avnue', '', '2535', 'Shoalhaven Heads', '', '13', '183'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1560', '1334', '', '', 'Nin', 'Chatha', '14 Barrowburn Green', '', 'TS17 0FF', 'Ingleby Barwick', 'Cleveland', '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 ('1561', '1335', '', '', 'Mike', 'Tovey', '6136 Sokak 20, Alacati, Cesme', '', '35950', 'Izmir', ' Cesme', '215', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1562', '1336', '', '', 'stuart', 'palmer', '21 lindsay avenue', '', 'wf2 8at', 'wakefield', 'west yorkhire', '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 ('1563', '1337', '', '', 'Peter', 'Jerie', 'Jasminova 3251', '', '47001', 'Ceska Lipa', 'Liberecky Kraj', '56', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1564', '1338', '', '', 'paula', 'dowling', '157 hatfield place', '', 'sr8 5tf', 'peterlee', 'co. durham', '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 ('1565', '1339', '', '', 'Darren', 'Sullivan', '34 Grandfield Way', '', 'LN6 9NZ', 'North Hykeham', 'Lincoln', '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 ('1566', '1339', '', '', 'Darren', 'Sullivan', 'Vodafone Ltd', '', 'NG24 2EG', 'Newton House, Brunel Park', 'Newark, Nottinghamshire', '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 ('1567', '1307', '', '', 'natasha', 'gorringe', '53 fairhaven road', '', 'rh12lb', 'redhill', '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 ('1568', '1340', '', '', 'richard', 'goss', 'lendorf, shackhayes', '', 'ex34 0bz', 'combe martin', 'devon', '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 ('1569', '1341', '', '', 'Donna', 'MacDonald', '7 Richardson Close', '', 'WR9 7PX', 'DROITWICH', 'Worcestershire', '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 ('1570', '1342', '', '', 'laura', 'flynn', '49 loughlinstown park', '', 'none', 'dunlaoghaire', 'county 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 ('1571', '1343', '', '', 'tracey', 'bowen', '71 harcourt road', '', 'fy4 3hp', 'blackpool', 'lancashire', '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 ('1572', '1344', '', '', 'kimberley', 'sykes', '11 glastonbury drive', '', 'hd3 4sa', 'huddersfield', 'west yorkshire', '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 ('1573', '1345', '', '', 'gary', 'eggleton', '16 bushey park kingswood parks', '', 'hu7 3jf', 'hull', 'east yorkshire', '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 ('1574', '1346', '', '', 'James', 'Hambling', '17 Billing Close', '', 'NR6 7EL', 'Norwich', 'Norfolk', '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 ('1575', '1347', '', '', 'ANITA', 'WALKER', '88 COLUMBINE ROAD', '', 'cb63wn', 'ELY', 'Cambs', '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 ('1576', '1348', '', '', 'Mark', 'McCarthy', '15A River Drive', '', 'RM14 1AR', 'Upminster', 'Essex', '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 ('1577', '1349', '', '', 'LISA', 'VIDAMOUR', 'VILITIRE, COLLINGS ROAD', '', 'GY1 1FJ', 'ST PETER PORT', 'GUERNSEY', '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 ('1578', '1350', '', '', 'Bernd', 'Wender', 'Nikolsdorfergasse 10-15/3/34', '', '1050', 'Wien', '', '14', '95'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1579', '1351', '', '', 'craig', 'hornsby', '20 stapleford avenue', '', 'ln2 2dr', 'lincoln', 'lincolnshire', '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 ('1581', '1353', '', '', 'Barry', 'McEWAN', '63 Kane Place', '', 'ML9 3NR', 'Stonehouse', 'Lanarkshire', '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 ('1582', '1354', '', '', 'Erich', 'Deschmann', 'Apostelgass 39', '', '1030', 'Vienna', '', '14', '95'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1583', '1355', '', '', 'ciaran', 'mccaughan', '3 sydney crill park', '', 'je2 6sy', 'st clements', 'jersey', '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 ('1584', '1356', '', '', 'Stephanie', 'Fröhlich', 'Wallhegge 25', '', '49086', 'Osnabrück', '', '81', '79'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1585', '1357', '', '', 'Russell', 'Grimshaw', '15 Crawshaw Rise', '', 'LS28 7ER', 'Pudsey, Leeds', 'West Yorkshire', '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 ('1586', '1357', '', '', 'Russell Grimshaw', 'c/o Halcyon Drives Ltd', 'Butler Way, Stanningley', '', 'LS28 6EA', 'Leeds', 'West Yorkshire', '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 ('1587', '1358', '', '', 'Elaine', 'Gray', '35 Breamish Street', '', 'NE32 5SH', 'Jarrow', 'Tyne and Wear', '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 ('1588', '1359', '', '', 'Claudia', 'Cavalera', 'Basement Flat, 43 Pembroke Road', '', 'BS8 3BE', 'Clifton', 'Bristol', '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 ('1589', '1360', '', '', 'jason', 'grant', '166a Farleigh Road', '', 'WR101ly', 'Worcester', ' worcestershire', '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 ('1590', '1361', '', '', 'kellie', 'white', '58 fairview rd', '', 's18 2hg', 'dronfield', 'derbyshire', '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 ('1591', '1362', '', '', 'Owen', 'Maund', '21 Wick Road', '', 'CF35 5BL', 'Ewenny', 'Bridgend, Glamorgan', '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 ('1592', '1363', '', '', 'darren', 'rees', '2 ardwyn terrace, penrhiwfer road, penrhiwfer', '', 'cf40 1sf', 'tonypandy', 'rct', '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 ('1593', '1364', '', '', 'Jim', 'McIntosh', '29 Newlands Street', '', 'ML5 4BE', 'Coatbridge', 'North Lanarkshire', '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 ('1594', '1365', '', '', 'kevin', 'coen', 'Knockaun Kiltormer Ballinasloe', '', 'Eire', 'Co. Galway', 'Connacht', '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 ('1595', '1365', '', '', 'Kevin', 'Coen', 'Knockaun Kiltormer Ballinasloe', '', '0001', 'Galway', 'Connacht', '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 ('1596', '1366', '', '', 'Joanna', 'Martin', '20 Field Road Square', '', 'NN35HF', '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 ('1597', '1367', '', '', 'Martin', 'Maggiore', '7 Robin Court', '', 'DH59RW', 'Sunderland', 'Tyne and Wear', '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 ('1598', '1368', '', '', 'Jens', 'Fischer', 'Am Pfarrgarten 11', '', '68519', 'Viernheim', '', '81', '86'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1599', '1369', '', '', 'sara', 'capes', '18 thorold rd ,barrowby, grantham', '', 'ng32 1td', 'lincolnshire', 'united kingdom', '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 ('1600', '1370', '', '', 'Nicola', 'Lomas', '492 otley road', '', 'Ls16 8ae', 'Leeds', 'West yorkshire', '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 ('1601', '1371', '', '', 'KATHRYN', 'HALL', '19 OLD OAK DRIVE', '', 'M34 6FJ', 'DENTON', 'MANCHESTER', '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 ('1602', '1372', '', '', 'Kelvin', 'Wilson', 'Hi-Fi , Mission Road', '', 'IP22 4HX', 'Diss', 'Norfolk', '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 ('1603', '1373', '', '', 'David', 'Green', 'Ballynageeragh', '', 'nana', 'Dunhill', 'Waterford', '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 ('1604', '1374', '', '', 'Rob', 'Dickson', '62 Barlow Avenue', '', '08080-1001', 'Sewell', 'New Jersey', '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 ('1605', '1375', '', '', 'Christoph', 'Schierle', 'Boppstrasse 13a', '', '55118', 'Mainz', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1606', '1375', '', '', 'PRIME Research | Christoph', 'Schierle', 'Kaisserstrasse 22', '', '55116', 'Mainz', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1607', '1376', '', '', 'Gregory', 'Allen', '8217 Huntsman Court', '', '27516', 'Chapel Hill', '', '223', '44'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1608', '1377', '', '', 'debbie', 'jenkins', '32 curlew grove', '', 'yo15 3nx', 'Bridlington', 'East yorkshire', '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 ('1609', '1378', '', '', 'Daniel', 'Mansfield', '18 Brampton Road', '', 'E6 3LJ', '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 ('1610', '1379', '', '', 'jason', 'donnelly', '29 drummond etra', '', 'none', 'carrickacross', 'monaghan', '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 ('1611', '1380', '', '', 'elin', 'mortensen', 'engvej 22', '', '4760', 'vordingborg', 'region sjaelland', '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 ('1612', '1381', '', '', 'Marjorie', 'Hall', '114 Hurdis Road, Shirley', '', 'B90 2DL', 'Solihull', 'West Midlands', '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 ('1613', '1382', '', '', 'kevin', 'pearce', '91 charolais crescent', '', 'st3 4td', 'stoke on trent', 'staffordshire', '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 ('1614', '1383', '', '', 'Sonja', 'Majcen', 'Logarovci', '', '9242', 'Logarovci 32', 'Krizevci pri Ljutomeru', '190', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1615', '1384', '', '', 'John', 'Bush', '3 Farm Street', '', 'OL1 2QR', 'Oldham', 'Greater Manchester', '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 ('1616', '1385', '', '', 'Gregory', 'Allen', '8217 Huntsman Court', '', '27516', 'Chapel Hill', '', '223', '44'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1617', '1386', '', '', 'Edryd', 'Thomas', 'Coed Mawr', '', 'CF62 8AD', 'Barry', 'Vale of Glamorgan', '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 ('1618', '1386', '', '', 'Edryd', 'Thomas', '26 Coed Mawr', '', 'CF62 8AD', 'Barry', 'Vale of Glmaorgan', '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 ('1619', '1386', '', '', 'Edryd', 'Thomas', '26 Coed Mawr', '', 'CF62 8AD', 'Barry', 'Vale of Glamorgan', '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 ('1620', '1387', '', '', 'KENNETH W', 'TISDALE', '704 EAST MAIN ST', '', '27889', 'WASHINGTON', '', '223', '44'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1621', '1388', '', '', 'Scott', 'Shepherd', 'Roseview, Clifford Road, Chafford Hundred', '', 'RM16 6QL', 'Grays', 'Essex', '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 ('1622', '1383', '', '', 'Bojan', 'Zelenko', 'Radomerscak 22', '', '9240', 'Ljutomer', 'Ljutomer', '190', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1623', '1389', '', '', 'elaine', 'halls', '17 seymour road', '', 'ip2 8en', 'ipswich', 'suffolk', '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 ('1624', '1389', '', '', 'collier @ catchpole ltd', 'elaine halls', 'wherstead road', '', 'ip2 8lf', 'ipswich', 'suffolk', '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 ('1625', '1390', '', '', 'rebecca', 'clarke', '22 haregate road', '', 'st13 6nw', 'leek', 'staffs', '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 ('1626', '1391', '', '', 'kerry', 'plumtree', '28 woodfield road', '', 'rh12 3ep', 'rudgwick', 'west sussex', '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 ('1627', '1392', '', '', 'steven', 'davies', '7 pinfold lane', '', 'pr8 3qh', 'southport', 'merseyside', '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 ('1628', '1393', '', '', 'peter', 'holden', '40 foxhills close', '', 'ne38 8rp', 'fatfield washtoning', ' tyne & wear', '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 ('1629', '1393', '', '', 'peter', 'holden', '40 foxhills close', '', 'ne38 8rp', 'fatfield washington', 'tyne & wear', '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 ('1630', '1394', '', '', 'Russ', 'Ward', '44 Hovingham Drive', '', 'YO12 5DT', 'Scarborough', 'North Yorkshire', '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 ('1631', '1395', '', '', 'Brandon', 'Freeman', '305 Deerpark Drive', '', '30605', 'Athens', '', '223', '19'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1632', '1396', '', '', 'Dan', 'Bream', '29 Bracondale Avenue', '', 'DA13 9ED', 'Gravesend', 'Kent', '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 ('1633', '1397', '', '', 'David', 'Hillman', '8 Oak Drive', '', 'DE3 9JB', 'Derby', ' Derbyshire', '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 ('1634', '1398', '', '', 'Steven', 'Robson', '16 Phoenix Close', '', 'TS25 3DH', 'Hartlepool', 'Cleveland', '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 ('1635', '1398', '', '', 'Steven', 'Robson', '7 Claymore Road', '', 'TS25 3AF', 'Hartlepool', 'Cleveland', '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 ('1636', '1399', '', '', 'Thorsten', 'Michalski', 'Dortmunder Str.153', '', '59067', 'Hamm', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1637', '1400', '', '', 'Mirjam', 'Meek-van Dalen', '50 Charleston Crescent', '', 'AB12 3FD', 'Cove Aberdeen', 'Aberdeenshire', '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 ('1638', '1401', '', '', 'Victoria', 'Franks', '16 Napier Road', '', 'So19 6BY', 'Thornhill', 'Southampton', '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 ('1639', '1402', '', '', 'martin', 'cory', '32 middlesmoor', '', 'b77 4pl', 'tamworth', 'staffordshire', '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 ('1640', '1403', '', '', 'Liz', 'Murphy', 'Annagh Lower', '', 'IRLE', 'Gorey, Co Wexford', 'Leinster', '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 ('1641', '1404', '', '', 'janie', 'mitchell', '2 Clover Crescent', '', 'LS28 5SZ', 'Leeds', 'west yorkshire', '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 ('1642', '1405', '', '', 'Christine', 'Galletly', '383 Camp Hill Road', '', 'CV10 0JU', 'Nuneaton', 'Warwickshire', '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 ('1643', '1406', '', '', 'kirsty', 'ogilvie', '7b kerrsview terrace', '', 'dd49bw', 'dundee', 'tayside', '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 ('1644', '1407', '', '', 'antonio', 'hibernon', 'la granja nª7', '', '03690', 'san vicente del raspeig', '', '195', '133'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1645', '1408', '', '', 'colin', 'lewis', '1 glenwood', '', 'ss8 9tq', 'canvey island', 'essex', '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 ('1646', '1409', '', '', 'Floyd', 'Varey', '2 Beech Avenue, Albert Road', '', 'HX6 2JA', 'Halifax', 'West Yorkshire', '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 ('1647', '1410', '', '', 'carl', 'wallace', 'abingdon', '', 'de24 8gb', 'derby', 'england', '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 ('1648', '1411', '', '', 'alan', 'beastall', '119 addison road', '', 'de24 8fj', 'derby', 'england', '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 ('1649', '1412', '', '', 'Ian', 'Hughes', '14 Jamaica Road', '', 'WR14 1TU', 'Worcestershire', 'Malvern', '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 ('1650', '1413', '', '', 'MARK', 'PEACHEY', 'JHQ LISBON, BFPO 6, WESTEND ROAD,', '', 'HA4 6DQ', 'RUISLIP', 'MIDDLESEX', '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 ('1651', '1414', '', '', 'MARK', 'PEACHEY', '9, BRIDPORT CLOSE, WIGSTON MAGNA', '', 'LE18 2JX', 'LEICESTER', 'LEICESTERSHIRE', '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 ('1652', '1414', '', '', 'MARK', 'PEACHEY', 'JHQ LISBON, BFPO 6, WESTEND ROAD,', '', 'HA4 6DQ', 'RUISLIP', 'MIDDLESEX', '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 ('1653', '1415', '', '', 'Ian', 'Miller', '26 Arrowsmith Close', '', 'PR5 0DU', 'Hoghton', 'Lancashire', '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 ('1654', '1416', '', '', 'paul', 'snook', '42 verity vrescent', '', 'bh18 8ty', 'poole', 'dorset', '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 ('1655', '1417', '', '', 'chris', 'jones', '40, dunmow close', '', 'tw13 6yd', 'hanworth', 'middlesex', '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 ('1656', '1418', '', '', 'leslie', 'moulson', 'downely lynn road', '', 'pe321qj', 'gayton', 'kings lynn norfolk', '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 ('1657', '1416', '', '', 'paul', 'snook', 'unit5 virage business park, stanley green road', '', 'bh15 3ap', 'poole', 'dorset', '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 ('1658', '1419', '', '', 'gareth', 'knapton', '92 drumfork road', '', 'g84 7ty', 'colgrain', 'argyll and bute', '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 ('1659', '1420', '', '', 'jennifer', 'fitzgerald', '77 kent road', '', 'pe297jq', 'huntingdon', 'cambridgeshire', '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 ('1660', '1421', '', '', 'Ted', 'Evans', '8605 Valleyview dr', '', '79110', 'amarillo', '', '223', '57'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1661', '1422', '', '', 'Joseph', 'Britt', '763 West Yarmouth Road', '', '02675', 'Yarmouth Port', '', '223', '32'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1662', '1422', '', '', 'Joseph', 'Britt', '104 Studley Road', '', '02664', 'South Yarmouth', '', '223', '32'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1663', '1423', '', '', 'Darran', 'Ford', '14 St Leonards Road', '', 'KT185RH', 'Epsom', '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 ('1664', '1424', '', '', 'Darren', 'Bithell', '92 Coed-Onn Road', '', 'CH6 5QE', 'Flint', 'Flintshire', '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 ('1665', '1425', '', '', 'Chris', 'Rogerson', '15 Bowlynn Close', '', 'SR3 2SU', 'Sunderland', 'Tyne & Wear', '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 ('1666', '1426', '', '', 'SHARON', 'GILLEN', '20 MARKINGTON STREET', '', 'M14 7JB', 'MOSS SIDE', 'MANCHESTER', '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 ('1667', '1427', '', '', 'Roman', 'Kowatschek', 'An der Schanze 1/4/4301', '', '1210', 'Wien', '', '14', '95'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1668', '1428', '', '', 'Bethan', 'Dulley', '28 Kinsale Drive', '', 'L19 5PH', 'Liverpool', 'Merseyside', '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 ('1669', '1429', '', '', 'Mark', 'Austwicke', 'Redwood Close', '', 'TS27 PJ', 'Hartlepool', 'Cleveland', '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 ('1670', '1430', '', '', 'Dean', 'Hodgson', '17 Bankside Distington', '', 'CA145TY', 'Workington', 'Cumbria', '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 ('1671', '1431', '', '', 'Thom', 'Goodwin', '4770 N. Manor, 206', '', '60625', 'Chicago', '', '223', '23'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1672', '1432', '', '', 'Stuart', 'Bird', '61 Greening street', '', 'SE2 0LY', '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 ('1673', '1433', '', '', 'David', 'Schmalz', 'Adolph von Menzel Str. 25', '', '93073', 'Neutraubling', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1674', '1434', '', '', 'HELEN', 'COX', '13 WOLFTONE COURT', '', '62WE', 'EDGEWORTHSTOWN', 'LONGFORD', '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 ('1675', '1435', '', '', 'Lucy', 'Cawte', '279 kingshill avenue', '', 'Ub48bp', 'Hayes', 'Middlesex', '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 ('1676', '1436', '', '', 'John', 'Peters', 'Caynton Lawns, Oak Drive, Alderbury', '', 'SP5 3AJ', 'Salisbury', ' 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 ('1677', '1375', '', '', 'PRIME Research | Christoph', 'Schierle', 'Kaisserstrasse 22', '', '55116', 'Mainz', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1678', '1437', '', '', 'Patrick', 'Fuerst', 'Fuerstenhoferstr. 1/3/265', '', '1100', 'Vienna', '', '14', '95'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1679', '1438', '', '', 'WILLIAM', 'STOBBART', '15 BOWNESS COURT', '', 'ca143sg', 'WORKINGTON', 'CUMBRIA', '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 ('1680', '1439', '', '', 'John F', 'Babula', '731 Newton St', '', '48912', 'Lansing', '', '223', '33'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1681', '1440', '', '', 'DERMOT', 'MCCABE', '297 Crodaun Forest Park', '', '0001', 'Celbridge', 'Country Kildare', '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 ('1682', '1441', '', '', 'Jill', 'Macaire', '23 Penningtons', '', 'cm23 4LE', 'Bishops Stortford', 'Hertfordshire', '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 ('1683', '1442', '', '', 'Tracy', 'Millward', '11 Roseway', '', 'tf1 1ja', 'wellington', 'Shropshire', '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 ('1684', '1443', '', '', 'john', 'ramsay', '35 wisteria Gardens', '', 'ne34 8el', 'south shields', 'tyne and wear', '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 ('1685', '1444', '', '', 'lillian', 'beesley', '90 polefield circle', '', 'm25 2nq', 'prestwich', ' manchester', '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 ('1686', '1445', '', '', 'Bob', 'Burrows', '8 Alvanley Terrace', '', 'WA66QP', 'Frodsham', 'Cheshire', '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 ('1687', '831', '', '', 'Jill', 'Macaire', '23 Penningtons', '', 'CM23 4le', 'Thorley', 'Bishops Stortford Hertfordshire', '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 ('1688', '1446', '', '', 'Katie', 'Mulliner', '59 Brindleheath Road', '', 'M6 6GD', 'Salford', 'Lancashire', '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 ('1689', '1447', '', '', 'Erwin', 'Beekelaar', 'Nijkampenweg', '', '7815 gx', 'Emmen', 'Drenthe', '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 ('1690', '1448', '', '', 'darren', 'balls', '1 grange park avenue', '', 'ne227ef', 'bedlington', 'northumberland', '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 ('1691', '1449', '', '', 'catherine', 'jackson', 'willow drive', '', 'SY11 3PS', 'Oswestry', ' shropshire', '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 ('1692', '1449', '', '', 'Catherine', 'Jackson', 'LPM Group', '', 'SY11 3PS', 'Glovers Meadow, Oswestry', 'shropshire', '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 ('1693', '1450', '', '', 'John', 'Hardy', '17 Derwent Close, Whitefield', '', 'M45 8HL', 'Manchester', 'Greater Manchester', '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 ('1694', '1451', '', '', 'Emily', 'Spires', 'The Old Forge, Church Street, Polebrook', '', 'PE8 5LR', 'Oundle', 'Peterborough', '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 ('1695', '1452', '', '', 'Matthew', 'Wood', '3 Richmond Street', '', 'BD19 5HN', 'Cleckheaton', 'West Yorkshire', '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 ('1696', '1453', '', '', 'ANTONY', 'STRUCK', 'Neugasse 27', '', '56072', 'KOBLENZ', '', '81', '89'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1697', '1454', '', '', 'Alison', 'Reed', '25 Redcar Croft', '', 'B36 8UU', 'Birmingham', 'West Midlands', '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 ('1698', '1454', '', '', 'Alison', 'Reed', '16 Lindale Avenue', '', 'B36 8HH', 'Birmingham', 'West Midlands', '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 ('1699', '1455', '', '', 'matt', 'lawley', '67 prestedge avenue', '', 'ct117bt', 'thanet', 'kent', '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 ('1700', '1455', '', '', 'matt', 'lawley', '67 prestedge avenue', '', 'ct117bt', 'ramsgate', 'kent', '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 ('1701', '1456', '', '', 'James', 'Faherty', 'Teach Mor', '', 'ISO 3166-1', 'Inverin', 'Galway', '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 ('1702', '1457', '', '', 'robert', 'harrison', '65 birchwood road', '', 'de557hb', 'Alfreton', ' uk', '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 ('1703', '1457', '', '', 'robert', 'harrison', '65, birchwood road', '', 'de557hb', 'alfreton', 'derbyshire', '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 ('1704', '1457', '', '', 'robert', 'harrison', '65, birchwood road', '', 'de557hb', 'alfreton', 'derbyshire', '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 ('1705', '1458', '', '', 'amie', 'callery', '5 allenton gardens', '', '0024', 'tallaght', '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 ('1706', '1459', '', '', 'IAN', 'MEAKER', '24 MELLSTOCK CRESCENT', '', 'BH204BX', 'WAREHAM', 'DORSET', '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 ('1707', '1460', '', '', 'dominic', 'woodward', '23 norbury close', '', 'le16 9bh', 'market harborough', 'leicester', '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 ('1708', '1461', '', '', 'sloane', 'kane', '16 flaxen walk, warboys,', '', 'pe28 2tr', 'huntingdon', 'cambs', '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 ('1709', '1462', '', '', 'Aaron', 'Kingscott', '95 kinross cresent', '', 'b43 7px', 'birmingham', 'west midlands', '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 ('1710', '1463', '', '', 'JASON', 'WINGATE', '24 CORONATION ROAD', '', 'ST16 3JR', 'STAFFORD', ' STAFFORDSHIRE', '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 ('1711', '1464', '', '', 'john', 'heslehurst', '1 elm grove', '', 'yo211ja', 'whitby', 'north yorkshire', '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 ('1712', '1465', '', '', 'Matthew', 'Walker', 'Homely, 40 Ley Gardens', '', 'DE55 7GZ', 'Alfreton', 'Derbyshire', '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 ('1713', '1466', '', '', 'James', 'Holden', 'Viewfield Pleasington Billenge end road', '', 'BB2 6QY', 'Blackburn', 'Lancashire', '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 ('1714', '1467', '', '', 'TERRY', 'FRANKLIN', '82 NOBLETT ROAD', '', 'ST16HJ', 'STOKE ON TRENT', 'STAFFORDSHIRE', '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 ('1715', '1468', '', '', 'Egidius', 'Heffels', 'Alt-Haarener-Strasse 196', '', '52080', 'Aachen', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1716', '1469', '', '', 'sarah', 'warren', '12 station estate', '', 'BR3 4DS', 'beckenham', 'kent', '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 ('1717', '1470', '', '', 'Carl', 'Heslop', '37 Hooe Road', '', 'PL9 9QT', 'Plymouth', 'Devon', '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 ('1718', '1471', '', '', 'Sharon', 'Woodham', '29 Cambridge Drive', '', 'LS21 1DD', 'Otley', 'West Yorkshire', '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 ('1719', '1472', '', '', 'Orla', 'Lennon', '22 Greenbank Ashley Court', '', '051999', 'Waterford', 'Ireland', '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 ('1720', '1473', '', '', 'Stephen', 'McConnell', 'Flat D, 3 Honley Road,', '', 'SE6 2HZ', 'Catford', '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 ('1721', '1474', '', '', 'AMANDA', 'CROWLEY', '19 THE CRESCENT', '', 'B64 7JR', 'CRADLEY HEATH', 'WEST MIDLANDS', '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 ('1722', '728', '', '', 'Karen', 'Curran', '273 clooney road greysteel', '', 'bt473dz', 'Derry', 'Derry', '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 ('1723', '1475', '', '', 'zoe ann', 'skelton', '24 hannah park view', '', 's80 2sg', 'worksop nottinghamshire', 'england', '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 ('1724', '1476', '', '', 'Gearoid', 'Breathnach', 'Ros a Mhíl', '', '0000', 'Baile na hAbhann', 'Galway', '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 ('1725', '1477', '', '', 'Tracey', 'Broadfoot', '357 Kingsbridge Drive', '', 'G73 2BU', 'Rutherglen', 'Lanarkshire', '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 ('1726', '1478', '', '', 'Winko Textilhandel & Druck', 'Philip Winkler', 'Kolpingstr. 33', '', '33378', 'Rheda-Wiedenbrück', 'Nordrhein-Westfalen', '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 ('1727', '1479', '', '', 'jeanette', 'cragg', '11 benwick road westvale, kirkby', '', 'L32 4SQ', 'liverpool', 'merseyside', '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 ('1728', '1480', '', '', 'gerard', 'mc cormack', '113 kincora road clontarf', '', 'dublin 3', '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 ('1729', '1481', '', '', 'Neil', 'Warner', '119 Ansley Road , Stockingford', '', 'CV10 8LZ', 'Nuneaton', 'Warwickshire', '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 ('1730', '1482', '', '', 'Pauline', 'Smith', 'the hub, 49 Wellhouse Crescent', '', 'G33 4LA', 'Glasgow', 'Lanarkshire', '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 ('1731', '1483', '', '', 'Lucy', 'Feeney', '89 Drumfork Road', '', 'G847tx', 'Helensburgh', 'Argyll and Bute', '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 ('1732', '1484', '', '', 'lee', 'nicholls', '16 bassett road, maidenbower', '', 'rh10 7ql', 'crawley', 'west sussex', '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 ('1733', '1484', '', '', 'lee', 'nicholls', 'unit 8 basepoint business centre, metcalf way', '', 'rh11 7xx', 'crawley', 'west sussex', '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 ('1734', '1485', '', '', 'phil', 'guy', '17 aberconway crescent rossington', '', 'dn110jl', 'doncaster', 'south yorkshire', '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 ('1735', '1486', '', '', 'Kai', 'Rushton', '22 Banks Street', '', 'Wv13 1sp', 'Willenhall', 'Wolverhampton', '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 ('1736', '1487', '', '', 'Stuart', 'Bethell', '33 St Johns Street', '', 'DY11 6YE', 'Kidderminster', ' Worcestershire', '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 ('1737', '1488', '', '', 'Richard', 'Holland', 'Santa Barbara Oak Lane Minster', '', 'ME12 3QP', 'Isle of Sheppey', 'Kent', '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 ('1738', '1488', '', '', 'Ben', 'Trott', '20 East Street', '', 'CT6 5HH', 'Herne Bay', 'Kent', '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 ('1739', '1489', '', '', 'Jane', 'Williams', '9 Hayes Lane, Slinfold', '', 'RH13 0SQ', 'Horsham', 'W Sussex', '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 ('1740', '1488', '', '', 'Ben', 'Trott', '20 East Street', '', 'CT6 5HH', 'Herne Bay', 'Kent', '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 ('1741', '1488', '', '', 'Richard', 'Holland', '46 Magnolia Drive', '', 'Ct4 7TG', 'Chartham Canterbury', 'Kent', '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 ('1742', '1490', '', '', 'lee', 'soper', '38 staple close', '', 'pl6 7dp', 'plymouth', ' devon', '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 ('1743', '1491', '', '', 'Steven', 'Williams', '3, Oleo Terrace, Irlam', '', 'M44 6TP', 'Manchester', 'Lancashire', '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 ('1744', '1492', '', '', 'Billy', 'O\'Toole', '11 The Drive', '', 'Co Wicklow', 'Woodbrook Glen', 'Bray', '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 ('1745', '1492', '', '', 'Billy', 'O\'Toole', 'Windsor (Nissan)', '', 'Co Dublin', 'Deansgrange Business Park', 'Deansgrange', '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 ('1746', '1493', '', '', 'Kathryn', 'Phillips', '66 Hendre Park', '', 'sa14 8up', 'Llangennech', 'Llanelli', '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 ('1747', '1494', '', '', 'Andrew', 'Cox', '81/2 Catalina Way', '', '4209', 'Gold Coast', '', '13', '185'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1748', '1495', '', '', 'ANDREW', 'STEELE', '43 NEWALL ST', '', 'OL15 9DP', 'LITTLEBOROUGH', 'LANCASHIRE', '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 ('1749', '1496', '', '', 'Christopher', 'Molloy', 'Heath Road', '', 'ch632HG', 'Wirral', 'Merseyside', '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 ('1750', '1496', '', '', 'Christopher', 'Molloy', '220 Heath Road', '', 'ch63 2HG', 'Bebington', 'Wirral', '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 ('1751', '1497', '', '', 'sean', 'collins', '52,st.johns street,silsden', '', 'bd20 0es', 'keighley', 'n/a', '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 ('1752', '1497', '', '', 'sean', 'collins', '52,st johns street', '', 'bd20 0es', 'silsden', 'nr keighley', '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 ('1753', '1498', '', '', 'joseph', 'fowler', 'heath avenue', '', 'le71yn', 'leicester', ' syston', '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 ('1754', '1498', '', '', 'joseph', 'fowler', '23 heath avenue,syston', '', 'le71yn', 'leicester', 'leicestershire', '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 ('1755', '1498', '', '', 'joseph', 'fowler', '23 heath avenue,syston', '', 'le71yn', 'leicester', 'leicestershire', '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 ('1756', '1499', '', '', 'Andreas', 'Michal', 'Volkertplatz 9/15', '', '1020', 'Vienna', '', '14', '95'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1757', '1500', '', '', 'Philip', 'Bone', '133 Penrose Avenue', '', 'WD19 5AA', 'Watford', 'Herts', '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 ('1758', '1501', '', '', 'Louise', 'Elwell', '10 Green Meadow', '', 'WV11 3XA', 'Wolverhampton', 'West Midlands', '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 ('1759', '1502', '', '', 'Michael', 'Padron', '5408 Fursman Ave.', '', '76114', 'Fort Worth', '', '223', '57'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1760', '1206', '', '', 'Amy', 'Gray', '83 Dale Street', '', '5015', 'Port Adelaide', '', '13', '186'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1761', '1503', '', '', 'Michael', 'Paulus', 'Markomannenstraße 36-38/33', '', 'A-1220', 'Vienna', '', '14', '95'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1762', '1504', '', '', 'susan', 'barden', '17 catlyn close', '', 'me196rx', 'east malling', 'kent', '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 ('1763', '1505', '', '', 'Andrew', 'Frost', '36 Longacres', '', 'WS12 1LD', 'Cannock', 'Staffs', '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 ('1764', '1506', '', '', 'jane', 'hardy', '1 lynton drive', '', 'm25 2qs', 'manchester', 'greater manchester', '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 ('1765', '1507', '', '', 'annamarie', 'bird', '7 harvard close , woodley', '', 'rg5 4uj', 'reading', 'berkshire', '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 ('1766', '1508', '', '', 'Michael', 'Mocroft', '168 Lawnswood Road Stourbridge', '', 'DY8 5LW', 'West Midlands', ' england', '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 ('1767', '1509', '', '', 'Derek', 'Patrick', '88 South Street', '', 'KY5 9LB', 'Lochgelly', 'Fife', '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 ('1768', '1510', '', '', 'Paul', 'Burbidge', '77 East Morden', '', 'BH20 7DW', 'Wareham', 'Dorset', '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 ('1769', '1510', '', '', 'Mark', 'Burbidge', '7 Scott Close', '', 'BH20 5BZ', 'Stoborough, Wareham', 'Dorset', '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 ('1770', '1511', '', '', 'Marco', 'Haut', 'Stubbenheide 10', '', '28844', 'Weyhe', '', '81', '79'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1771', '1512', '', '', 'In', 'Scobbie', '41 dale road', '', 'sk17 6nj', 'Buxton', 'derbyshire', '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 ('1772', '1513', '', '', 'gerry', 'mc cormack', '113 kincora road clontarf', '', 'dublin 3', 'dublin', 'co.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 ('1773', '1514', '', '', 'john', 'flower', '93 dykewood drive', '', 's64dd', 'sheffield', 'south yorks', '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 ('1774', '1515', '', '', 'Anthony', 'Hatton', 'level 13, 409 st kilda road', '', '3004', 'Melbourne', '', '13', '188'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1775', '1516', '', '', 'Brian', 'Mason', '80 Northbrook Avenue', '', 'Ireland', 'Ranelagh', 'Dublin 6', '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 ('1776', '1517', '', '', 'Mick', 'Upton', '5 Newell Road, Foresthall Park,', '', 'CM24 8UT', 'Stansted Mountfitchet, Essex', 'Essex', '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 ('1777', '1518', '', '', 'Sally', 'Barker', '5B Chapel Street', '', 'S20 5BT', 'Sheffield', 'South Yorkshire', '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 ('1778', '1519', '', '', 'Stephen', 'Mosedale', '7a, beech house, high street, walsall wood', '', 'ws9 9lr', 'walsall', ' west midlands', '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 ('1779', '1520', '', '', 'Sahir', 'Rahman', '58 Fountain Road', '', 'B178NR', 'Birmingham', 'Midlands', '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 ('1780', '1521', '', '', 'Clifford', 'Stüben', 'Stiftstr. 9a', '', '23774', 'Heiligenhafen', '', '81', '93'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1781', '1522', '', '', 'darren', 'stanley', '103 adalaid street', '', 'fy14lu', 'blackpool', ' mr', '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 ('1782', '1523', '', '', 'Chris', 'Hodgkinson', '23 Stayce Rise', '', 'S13 7RX', 'Sheffield', 'South Yorkshire', '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 ('1783', '1524', '', '', 'michelle', 'wright', 'whitegate drive', '', 'm5 5jd', 'salford', 'manchester', '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 ('1784', '1524', '', '', 'michelle', 'wright', '25 the mead', '', 'm5 5ll', 'salford', 'manchester', '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 ('1785', '1524', '', '', 'michelle', 'wright', '7 whitegate drive', '', 'm5 5jd', 'salford', 'manchester', '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 ('1786', '1525', '', '', 'alan', 'gander', '6 The Coutyard', '', 'BN21 3UE', 'Eastbourne', 'East Sussex', '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 ('1787', '1526', '', '', 'Christopher', 'Parr', '4 Lynway Grove', '', 'M24 2SR', 'Manchester', 'Gtr Manchester', '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 ('1788', '1527', '', '', 'sandra', 'page', '8 sunderland court tattenhoe', '', 'mk4 3dg', 'milton keynes', ' buckinghamshire', '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 ('1789', '1528', '', '', 'Oliver', 'Schaller', 'Regensburgerstraße 68', '', 'D-93138', 'Lappersdorf', '', '81', '81'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1790', '1529', '', '', 'martin', 'wilcox', '82. poplar crescent', '', 'bd18 2hh', 'shipley', 'west yorkshire', '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 ('1791', '1530', '', '', 'Aaron', 'Hooper', '198 Harrington Road', '', 'Bs14 8jy', 'Stockwood', 'Bristol', '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 ('1792', '1531', '', '', 'steve', 'wright', '29 hogan st', '', '4701', 'north rockhampton', '', '13', '185'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1793', '1532', '', '', 'DAVID', 'evans', '3 ithens Way', '', 'LL13 7EQ', 'Wrexham', ' Wrexham', '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 ('1794', '1533', '', '', 'Kazutaka', 'Manabe', 'Ushitawaseda 1-17-37-206', '', '732-0062', 'Hiroshima Higashiku', 'Hiroshima', '107', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1795', '1534', '', '', 'chris', 'byrne', '11 callicroft road', '', 'bs34 5bs', 'bristol', 'patchway', '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 ('1796', '1535', '', '', 'ben', 'young', '9 Lady Smock Close', '', 'nn45bw', 'Grange Park', 'Northampton', '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 ('1797', '1536', '', '', 'Philip', 'Ashley', '23 Rosedale Drive', '', 'WF3 1WG', 'Wakefield', 'West Yorkshire', '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 ('1798', '1537', '', '', 'Samantha', 'Rosin', '91 Downsway', '', 'BN16 1AD', 'East Preston', 'West Sussex', '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 ('1799', '1538', '', '', 'craig', 'woods', '15 st marys drive', '', 'lincs', 'sutterton', 'boston', '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 ('1800', '1539', '', '', 'Emmet', 'O\' Naraigh', '35 Greenwood Drive, Red Barns Road,', '', 'none', 'Dundalk', 'Co.Louth', '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 ('1801', '1539', '', '', 'Emmet', 'O\' Naraigh', 'Red barns Road', '', 'none', 'Dundalk', 'Co. Louth', '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 ('1802', '1540', '', '', 'Jane', 'Fenty', '27 Towerhill', '', 'AB42 2GP', 'Peterhead', 'Aberdeenshire', '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 ('1803', '1541', '', '', 'Marcel', 'Ewald', 'Franz-Schubert Straße 12', '', '38442', 'Wolfsburg', '', '81', '79'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1804', '1542', '', '', 'Angelika', 'Fuchs', 'Achenkamp 39', '', '33611', 'Bielefeld', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1805', '1543', '', '', 'John', 'Redding', '16 Headcorn Close', '', 'SS13 2AP', 'Basildon', 'Essex', '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 ('1806', '1544', '', '', 'ashley', 'weaving', '29 ansell way', '', 'nn4 6dp', 'hardingstone', 'northampton', '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 ('1807', '1545', '', '', 'louise', 'norrington jackson', '30 fencepiece rd', '', 'ig6 2jx', 'barkingside', 'essex', '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 ('1808', '1539', '', '', 'Emmet', 'O Naraigh', '35 Greenwood Drive, Red Barns Road,', '', 'None', 'Dundalk', 'Co Louth', '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 ('1809', '1539', '', '', 'Emmet', 'O Naraigh', '35 Greenwood Drive, Red Barns Road,', '', 'None', 'Dundalk', 'Co Louth', '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 ('1810', '1539', '', '', 'Emmet', 'O Naraigh', '35 Greenwood Drive, Red Barns Road,', '', 'None', 'Dundalk', 'Co Louth', '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 ('1811', '1546', '', '', 'Ann-Marie', 'Cosgrove', '8 Castlepark', '', 'Cork', 'Ballincollig', 'Cork', '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 ('1812', '1547', '', '', 'Helen', 'Teale', '22 Guycroft', '', 'LS21 3DS', 'Otley', 'West Yorkshire', '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 ('1813', '1548', '', '', 'Gary', 'Cullen', '8/215 Shawbridge Street, Pollokshaws', '', 'G43 1QW', 'Glasgow', 'Lanarkshire', '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 ('1814', '1549', '', '', 'Edward', 'Chappell', '20 Brookfield', '', 'CW1 5WE', 'Crewe', 'Cheshire', '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 ('1815', '1550', '', '', 'trevor', 'james', '22 trenchard avenue', '', 'hr4 7dx', 'hereford', ' england', '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 ('1816', '1551', '', '', 'Jukka', 'Hokkanen', 'kaakonkoipi 3 c 40', '', '40340', 'jyväskylä', 'jyväskylä', '72', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1817', '1552', '', '', 'Steve', 'Clague', 'Apt 3 , Clarence House,8, Clarence Terr,', '', 'IM24LS', 'Central Prom ,', 'Douglas , Isle of Man', '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 ('1818', '1553', '', '', 'patrik', 'avdicevic', 'cvjetni put 5', '', '51415', 'lovran', 'croatia', '53', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1819', '1554', '', '', 'matthew', 'bozeat', 'flat 1 70 st marys road', '', 'le167fe', 'market harborough', 'leicestershire', '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 ('1820', '1555', '', '', 'sean', 'wallage', '1 swallow crescent', '', 's62 5hx', 'rotherham', 'south yorkshire', '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 ('1821', '1556', '', '', 'Marco', 'van der Ley', 'Heinskensdel 9', '', '1831 CK', 'Koedijk', '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 ('1822', '1557', '', '', 'PAUL', 'YEOMANS', '33 CLIFTON STREET', '', 'WV3 OUF', 'WOLVERHAMPTON', 'WEST MIDLANDS', '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 ('1823', '1558', '', '', 'Paul', 'Pratt', '37 Lyall Close', '', 'MK45 1JB', 'Flitwick', 'Beds', '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 ('1824', '1559', '', '', 'vicki', 'sanson', '33 gables close', '', 'wa2 0dr', 'warrington', 'cheshire', '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 ('1825', '1560', '', '', 'jeremy', 'richards', '82 wood street', '', 'cv12 8az', 'bedworth', 'warwickshire', '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 ('1826', '1560', '', '', 'sarah', 'greenway', '82 wood street', '', 'cv12 8az', 'bedworth', 'warwickshire', '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 ('1827', '1560', '', '', 'jeremy', 'richards', '82 wood street', '', 'cv12 8az', 'bedworth', 'warwickshire', '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 ('1828', '1561', '', '', 'Laura', 'Burton', '12 Guest Lane', '', 'DN4 9NT', 'Doncaster', ' South Yorkshire', '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 ('1829', '1562', '', '', 'Rose', 'Cox', '10 Livingstone avenue', '', 'OL5 0ED', 'mossley', 'Manchester', '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 ('1830', '1563', '', '', 'rhys', 'martin', '32 hillcrest drive glynfach porth', '', 'cf39 9hu', 'R.C.T', ' Mid Glamorgan', '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 ('1831', '1564', '', '', 'Olivia', 'Cotter', 'NuShuz, 28 O\'Brien Street, Mallow, County Cork. Ireland', '', 'eire', 'County Cork', 'Ireland', '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 ('1832', '1565', '', '', 'Phil', 'Anderson', '117 Ness Circle', '', 'AB41 9BU', 'Ellon', 'Aberdeenshire', '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 ('1833', '1566', '', '', 'Maureen', 'Safranko', '16 Gordon Ave', '', 'M1S2A6', 'Scarborough', '', '38', '74'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1834', '1567', '', '', 'stephen', 'quinn', '6 oakbank drive', '', 'g782pj', 'barrhead', 'glasgow', '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 ('1835', '1568', '', '', 'yvonne', 'hart', '6 oakbank drive', '', 'G78 2PJ', 'barrhead', 'glasgow', '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 ('1836', '1569', '', '', 'Adrian', 'Hawes', '22 Wyngarth', '', 'SA1 7EF', 'Swansea', 'Swansea', '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 ('1837', '1570', '', '', 'christine', 'oxley', '3 durham gardens witton gilbert', '', 'dh7 6rp', 'durham', 'co durham', '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 ('1838', '1571', '', '', 'JOHN', 'DALTON', '7 UPFIELDS', '', 'WS79DZ', 'BURNTWOOD', 'STAFFS', '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 ('1839', '1572', '', '', 'stephen', 'williams', 'the old station house', '', 'ne650yh', 'warkworth', 'northumberland', '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 ('1840', '1573', '', '', 'Jayne', 'Nixon', 'Dunblane', '', 'CA156TA', 'Maryport', 'Cumbria', '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 ('1841', '1573', '', '', 'Jayne', 'Nixon', 'Dunblane, Crosby', '', 'CA156TA', 'Maryport', 'Cumbria', '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 ('1842', '1574', '', '', 'john', 'maddock', '14 alexandra road', '', 'cw100eq', 'middlewich', 'cheshire', '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 ('1843', '1407', '', '', 'concepcion', 'garcia terol', 'pasaje nou alacan nº1 -2º-a', '', '03014', 'alicante', '', '195', '133'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1844', '1407', '', '', 'concepcion', 'garcia terol', 'pasaje nou alacant nº1-2º-a', '', '03014', 'alicante', '', '195', '133'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1845', '1575', '', '', 'helen', 'Fielding', '6 Benington Close', '', 'LU2 7YJ', 'Luton', 'Beds', '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 ('1846', '1576', '', '', 'John', 'Bradshaw', '4 Hoylake Yard', '', 'DD2 3HJ', 'Dundee', 'Tayside', '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 ('1847', '1577', '', '', 'Christopher', 'Prentiice', '22 Fairoak Road', '', 'PO4 8FQ', 'Portsmouth', 'Hampshire', '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 ('1848', '1578', '', '', 'lorraine', 'baker', '25 waytemore road', '', 'cm23 3re', 'bishops stortford', 'herts', '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 ('1849', '1578', '', '', 'gail', 'baker', '25 the aspens', '', 'cm23 3re', 'bishops stortford', 'herts', '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 ('1850', '1578', '', '', 'gail', 'baker', '25 the aspens', '', 'cm23 5hh', 'bishops stortford', 'herts', '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 ('1851', '1579', '', '', 'kay', 'hoffman', '14 st margarets road', '', 'gl3 3bp', 'hucclecote', 'gloucester', '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 ('1852', '1580', '', '', 'David', 'Weaver', '4A Morwenna Pk Rd', '', 'EX39 1EQ', 'Northam, Bideford', 'N.Devon', '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 ('1853', '1581', '', '', 'Jacqueline', 'Baird', 'Danloor 60 heatherwood', '', 'EH47 7BX', 'Seafield', 'West Lothian', '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 ('1854', '1581', '', '', 'Moira', 'Ritchie', 'Karnattah 40 Redhouse Road', '', 'Eh47 7BX', 'Seafield', 'West Lothian', '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 ('1855', '1582', '', '', 'Andre', 'Strobach', 'Zeißstraße 42', '', '09131', 'Chemnitz', '', '81', '91'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1856', '1583', '', '', 'Mark', 'Venables', '27 Campion Crescent', '', 'IM5 1GE', 'Peel', 'Isle of Man', '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 ('1857', '1584', '', '', 'scott', 'halliday', '56 broadway east east dene', '', 's65 2xa', 'rotherham', 'south yorkshire', '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 ('1858', '1585', '', '', 'stuart', 'Reid', '1 glengairn place high street', '', 'pa13 4bt', 'Kilmacolm', 'inverclyde', '241', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1859', '1586', '', '', 'vikki', 'hodgson', '10 carnbargas, whitemoor', '', 'pl26 7xf', 'st austell', '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 ('1860', '1587', '', '', 'Liam', 'Lewis', 'Halstead Cottage, Gwalia, Caergwrle', '', 'LL12 9LD', 'Wrexham', 'Flintshire', '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 ('1861', '1587', '', '', 'Liam', 'Lewis', '14-16 high street, caergwlre', '', 'LL12 9ET', 'wrexham', 'flintshire', '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 ('1862', '1588', '', '', 'Andrew', 'Holden', '524 Market street', '', 'OL13 (SL', 'Britannia', 'Bacup', '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 ('1863', '1589', '', '', 'richard', 'Murray', '4 fell view road', '', 'ca201lj', 'seascale', 'cumbria', '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 ('1864', '1590', '', '', 'jason', 'lee', '16 masterton road', '', 'PE9 1SJ', 'stamford', 'Lincolnshire', '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 ('1865', '1591', '', '', 'Maureen', 'Mack', '131 Old Road West', '', 'DA11 0LW', 'Gravesend', 'Kent', '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 ('1866', '1592', '', '', 'Dennis', 'Booth', '18 Ethel Avenue', '', 'SR2 0QG', 'Sunderland', 'Tyne nad Wear', '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 ('1867', '1593', '', '', 'Sharon', 'Pattison', '38 The Avenue', '', 'DA11 0LX', 'Gravesend', ' Kent', '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 ('1868', '1593', '', '', 'Sharon', 'Pattison', '4 More London Riverside', '', 'SE1 2AU', '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 ('1869', '1594', '', '', 'Michael', 'Reynolds', 'Ferndale Cottage, School Lane', '', 'OX15 5HP', 'Lower Brailes', ' Warwickshire', '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 ('1870', '1594', '', '', 'Adam', 'Reynolds', '5, Browns Lane, Allesley', '', 'CV5 9DT', 'Coventry', 'West Midlands', '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 ('1871', '1595', '', '', 'paul', 'bullock', '50 station road', '', 'pr26 9rn', 'croston', 'lancs', '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 ('1872', '1596', '', '', 'PAUL', 'SENIOR', '14 COLENSO TERRACE', '', 'LS11 0DE', 'LEEDS', 'YORKSHIRE', '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 ('1873', '1597', '', '', 'Lee', 'Kempley', '6 Fairway', '', 'PE16 6ST', 'Chatteris', 'Cambridgeshire', '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 ('1874', '1598', '', '', 'andrew', 'greig', '37 hilton avenue', '', 'iv2 4tj', 'inverness', 'scotland', '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 ('1875', '1599', '', '', 'Nick', 'Turner', '59 chesterfield road', '', 's433qq', 'chesterfield', 'derbyshire', '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 ('1876', '1599', '', '', 'nick', 'turner', '41 milton crescent', '', 's402tj', 'chesterfield', 'derbyshire', '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 ('1877', '1600', '', '', 'Martin', 'Newson', '60 Roth Walk', '', 'N7 7RJ', '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 ('1878', '1601', '', '', 'Bob', 'Bamber', '2 Great Parks Road', '', 'TQ3 3TS', 'Paignton', 'Devon', '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 ('1879', '1602', '', '', 'Anthony', 'Burtenshaw', '79 Botany Bay Road', '', 'SO19 8FE', 'Southampton', 'Hampshire', '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 ('1880', '1603', '', '', 'tara', 'sturgeon', '27 kemp court, church place', '', 'bn2 5ju', 'brighton', 'east sussex', '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 ('1881', '1604', '', '', 'Stephen', 'Carter', '17 Blackbear Court, High Street', '', 'CB8 9AF', 'Newmarket', 'Suffolk', '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 ('1882', '1605', '', '', 'David', 'West', '57 Leamington Crescent', '', 'HA2 9HH', 'Harrow', ' Middlesex', '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 ('1883', '1605', '', '', 'David', 'West', 'Fiat Auto UK Ltd 240 Bath Road', '', 'SL1 4DX', 'Slough', 'Berkshire', '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 ('1884', '878', '', '', 'ScanSource Communications', 'c/o Wilfried Ben Merabet', 'Heinrich-Pesch-Str. 10 - 12', '', '50739', 'KÖLN / COLOGNE', '', '81', '88'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1885', '1606', '', '', 'Malcolm', 'Day', '155 Solihull Road', '', 'B90 3LQ', 'Solihull', 'West Midlands', '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 ('1886', '1607', '', '', 'Mark', 'Taylor', '3 forsyth road balmedie', '', 'AB23 8YW', 'Aberdeenshire', ' scotland', '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 ('1887', '1607', '', '', 'Mark', 'Taylor', 'Panalpina world transport, woodside road, bridge of don', '', 'AB23 8EF', 'aberdeen', 'scotland', '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 ('1888', '1608', '', '', 'jonathan', 'kemp', '11 davnic close , pontypridd street , cadoxton', '', 'cf63 2ht', 'barry', 'v.glam , s.wales', '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 ('1889', '1609', '', '', 'robert', 'wallace', '127 forrest place', '', 'eh482gz', 'armadale', 'west lothian', '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 ('1890', '1610', '', '', 'larry', 'huskey', '6233 palmer rd.', '', '43160', 'washington court house', '', '223', '47'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1891', '1611', '', '', 'dennis', 'critch', '301 hollywood dr.', '', 'l4p 2z9', 'keswick', '', '38', '74'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1892', '1612', '', '', 'Mark', 'Percival', '5 Hazelwood Rise', '', 'TS24 OLN', 'Hartlepool', 'Cleveland', '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 ('1893', '1612', '', '', 'Mark', 'Percival', '3 Dunoon Road', '', 'TS25 4EF', 'Hartlepool', 'Cleveland', '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 ('1894', '1613', '', '', 'Michael', 'Woolley', 'R R 1', '', 'T0G1W0', 'Pickardville', '', '38', '66'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1895', '1614', '', '', 'Elaine', 'Ryan', 'Ballyglass', '', 'none', 'Tipperary', 'Ireland', '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 ('1896', '1614', '', '', 'Elaine', 'Ryan', 'Ballyglass', '', 'Munster', 'Tipperary', 'Ireland', '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 ('1897', '1614', '', '', 'Elaine', 'Ryan', 'Ballyglass', '', 'munster', 'Tipperary', 'Ireland', '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 ('1898', '1615', '', '', 'Emma', 'Major', '6 seaton crescent', '', 'ts13 5az', 'saltburn', 'cleveland', '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 ('1899', '1616', '', '', 'Omar', 'Cresdee', '32 Home Field Drive', '', 'SO16 0TH', 'Nursling Southampton', 'Hampshire', '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 ('1900', '1617', '', '', 'luc', 'mostrey', 'st-godelievestraat 12', '', '8740', 'pittem', 'w-vl', '21', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1901', '1618', '', '', 'shaun', 'barnes', '11 northons lane', '', 'pe12 7pz', 'holbeach', 'lincolnshire', '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 ('1902', '1619', '', '', 'Paul', 'Willoughby', '434 Parrswood Road , Didsbury', '', 'M20 5GP', 'Manchester', 'Lancs', '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 ('1903', '1620', '', '', 'Emma', 'Harvey', '10 new road', '', 'pe71st', 'peterborough', 'cambridgeshire', '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 ('1904', '1621', '', '', 'Stephen', 'Flint', '16 Dulverton Way', '', 'TS14 7BZ', 'Guisborough', ' Cleveland', '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 ('1905', '1622', '', '', 'Adam', 'Keeton', '12 Kempsey Close, Woodrow South', '', 'B98 7TL', 'Redditch', 'Worcestershire', '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 ('1906', '1623', '', '', 'leanne', 'kirkup', '23 george street', '', 'st4 2js', 'fenton, stoke on trent', 'staffordshire', '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 ('1907', '1624', '', '', 'jjj', 'jjjj', 'jjjqqqq', '', '03400', 'jjjjjqqq', '', '195', '135'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1908', '1625', '', '', 'Peggy', 'Cross', '10 lexington Place', '', '39507', 'Gulfport', '', '223', '35'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1909', '1626', '', '', 'david', 'bailey', '4 the beeches', '', 'ol5 9ew', 'mossley', 'ashton-under-lyne lancs', '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 ('1910', '1627', '', '', 'Helmut', 'Kleisz', 'Herrengasse 24a/1/5', '', '2700', 'Wiener Neustadt', '', '14', '96'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1911', '1628', '', '', 'Martin', 'Kaprockyj', '12 Cushag Drive', '', 'IM5 1WW', 'Peel', 'Isle of Man', '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 ('1912', '1629', '', '', 'ANTHONY', 'LEWIS', '31 MAPLE COURT', '', 'CF39 8NH', 'TONYREFAIL', 'R.C.T.', '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 ('1913', '1629', '', '', 'ANTHONY', 'LEWIS', '17/19 BRITHWEUNYDD RD', '', 'CF40 2UB', 'TONYPANDY', 'R.C.T.', '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 ('1914', '1630', '', '', 'Todd', 'Day', 'PO Box 496', '', 'A0H 1P0', 'Harbour Breton', '', '38', '69'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1915', '1631', '', '', 'Susie', 'Winship', '7 Elizabeth Way', '', 'IP11 2PF', 'Felixstowe', 'Suffolk', '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 ('1916', '1632', '', '', 'MICHELLE', 'LUSARDI', '58 MALLOW ROAD', '', 'IP24 2YD', 'THETFORD', 'NORFOLK', '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 ('1917', '1633', '', '', 'jamie', 'pollock', '13 millars crescent dundonald', '', 'bt162yf', 'belfast', 'n irelaand', '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 ('1918', '1634', '', '', 'Claire', 'Gilbertson', '68 Bolton Street', '', 'CA14 2SW', 'Workington', 'Cumbria', '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 ('1919', '1635', '', '', 'jordan', 'prydderch', '37 castle street', '', 'LL129DW', 'wrexham', 'flintshire', '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 ('1920', '1635', '', '', 'jordan', 'prydderch', '37 castle street caergwrle', '', 'LL129DW', 'wrexham', 'flintshire', '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 ('1921', '1636', '', '', 'Dave', 'Burrill', '45 Valley Road Mangotsfeild', '', 'BS16 9HN', 'Bristol', 'Avon', '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 ('1922', '1637', '', '', 'David', 'Brown', '57 Winter Road', '', 'NR2 3RR', 'Norwich', ' UK', '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 ('1923', '1638', '', '', 'Denise', 'Drury', '26 manvers court/manvers street', '', 'ng2 4pf', 'sneinton', 'nottingham', '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 ('1924', '1639', '', '', 'Muzaffer', 'Buyukkaragoz', 'Ziya Gokalp Cad. No:64', '', '06600', 'Ankara', 'Cankaya', '215', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1925', '1640', '', '', 'neil', 'cleghorn', '69 hillhrad drive', '', 'wf170pj', 'birstall', 'west yorkshire', '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 ('1926', '1641', '', '', 'chris', 'clements', '22 burghley close', '', 'sg28sx', 'stevenage', 'herts', '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 ('1927', '1642', '', '', 'Evelyn', 'Nelson', 'Newton Cottage', '', 'KY14 7HR', 'CUPAR', 'Fife', '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 ('1928', '1643', '', '', 'dougy', 'taylor', '38 woodford walk', '', 'ts17 0lt', 'thornaby', 'uk', '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 ('1929', '1644', '', '', 'MALCOLM', 'MC CURRY', '8 RAILWAY COTTAGES', '', 'BT49 9NU', 'CARROWCLARE ROAD, MYROE', 'LIMAVADY, CO L\'DERRY', '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 ('1930', '1645', '', '', 'steven', 'gaffin', '19 curzon road', '', 'w5 1ne', 'london', 'middlesex', '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 ('1931', '1646', '', '', 'STEPHEN', 'HOLMES', '125 WINDSOR ROAD', '', 'L13 8BB', 'LIVERPOOL', ' england', '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 ('1932', '1647', '', '', 'David', 'Bibby', '2 Lyal crt, Thornlie', '', '6108', 'Perth', '', '13', '189'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1933', '1647', '', '', 'Valerie', 'Bibby', '3 Temperley Close, Welshpool', '', '6106', 'Perth', '', '13', '189'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1934', '1648', '', '', 'barry', 'baldwin', '2 johns court', '', 'ln2 3lq', 'lincoln', 'lincolnshire', '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 ('1935', '1649', '', '', 'rebecca', 'robinson', '16 paget mews', '', 'b76 2sj', 'sutton coldfield', 'west midlands', '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 ('1936', '1649', '', '', 'Rebecca', 'Robinson', '23 Forge Crodt', '', 'B76 1YB', 'Minworth', 'West midlands', '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 ('1937', '1650', '', '', 'Marcin', 'Lubke', 'Morcinka 12/19', '', '67-200', 'Glogow', '--', '170', '0'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1938', '1651', '', '', 'Josh', 'Pettifer', 'Manorwood', '', 'GL2 5LA', '133 Hempsted Lane', 'Hempsted', '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 ('1939', '1652', '', '', 'Joanne', 'Bowen', '48 Burtree Avenue Skelton', '', 'YO30 1YT', 'York', 'North Yorkshire', '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 ('1940', '1653', '', '', 'Dean', 'Greenland', '28 Glen Vine Park', '', 'IM4 4EY', 'Glen Vine', 'Marown', '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 ('1941', '1654', '', '', 'collette', 'black', '14 second avenue heatherhouse', '', 'ka12 8hl', 'ayrshire', 'scotland', '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 ('1942', '1655', '', '', 'melanie', 'bride', '69 aldford road upton', '', 'ch2 1su', 'chester', ' cheshire', '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 ('1943', '1656', '', '', 'helen', 'power', 'cassagh', '', '0000', 'new ross', 'co wexford', '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 ('1944', '1657', '', '', 'Gary', 'Eddleston', '60 Nutgrove Hall Drive', '', 'WA9 5PU', 'St Helens', 'Merseyside', '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 ('1945', '1658', '', '', 'Steven', 'Fraser', '21 Braes View, Shieldhill', '', 'FK1 2EB', 'Falkirk', 'Stirlingshire', '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 ('1946', '1659', '', '', 'Scott', 'Gothberg', '1301 English Ave NW', '', '56071', 'New Prague', '', '223', '34'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1947', '1660', '', '', 'Ricky', 'Barrett', '14 Easton Road', '', '5113', 'Davoren Park', '', '13', '186'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1948', '1661', '', '', 'Daniel', 'Herbert', '7 park road', '', 'ne61 5xh', 'lynemouth', 'northumberland', '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 ('1949', '1662', '', '', 'Julie', 'Blake', '66 Plimsoll Way', '', 'HU9 1PR', 'Hull', ' east Yorkshire', '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 ('1950', '1663', '', '', 'Tammy', 'Colenso', '16 Herswell Avenue', '', '4178', 'Wynnum', '', '13', '185'); INSERT INTO `address_book`(`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES ('1951', '1664', '', '', 'paul', 'bulmer', '14 st johns vale', '', 'sr49bt', 'sunderland', 'tyne wear', '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 ('1952', '1665', '', '', 'davie', 'wood', '71 adelaide drive', '', 'me10 1xu', 'sittingbourne', ' kent', '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 ('1953', '1666', '', '', 'Scott', 'Craig', '6271 Covington Way', '', '93117', 'Goleta', '', '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 ('1954', '1667', '', '', 'David', 'Brimble', '44 Rawthorpe Lane', '', 'HD5 9NU', 'Huddersfield', 'West Yorkshire', '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 ('1955', '1668', '', '', 'kenneth', 'morley', '111 greystone road', '', 'L14 6UF', 'Liverpool', 'merseyside', '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 ('1956', '1669', '', '', 'Sam', 'Ryman', '8, Killarney Close', '', 'NG31 9GA', 'Grantham', 'Lincolnshire', '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 ('1957', '1670', '', '', 'Mark', 'Craig', '6 Southlands', '', 'NN15 7QG', 'Kettering', '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 ('1958', '1671', '', '', 'jordan', 'brown', '58 covelees wall', '', 'e6 6we', 'london', 'beckton', '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 ('1959', '1671', '', '', 'jim', 'bob', '52 covelees wall', '', 'e6 6we', 'london', 'beckton', '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 ('1960', '1671', '', '', 'jim', 'bob', '52 covelees wall', '', 'e6 6we', 'london', 'beckton', '222', '0'); DROP TABLE IF EXISTS `address_format`; CREATE TABLE `address_format` ( `address_format_id` int(11) NOT NULL auto_increment, `address_format` varchar(128) collate latin1_general_ci NOT NULL default '', `address_summary` varchar(48) collate latin1_general_ci NOT NULL default '', PRIMARY KEY (`address_format_id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; 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'); INSERT INTO `address_format`(`address_format_id`, `address_format`, `address_summary`) VALUES ('6', '$firstname $lastname$cr$streets$cr$city$cr$state$cr$postcode$cr$country', '$postcode / $country'); DROP TABLE IF EXISTS `admin`; CREATE TABLE `admin` ( `admin_id` int(11) NOT NULL auto_increment, `admin_name` varchar(32) collate latin1_general_ci NOT NULL default '', `admin_email` varchar(96) collate latin1_general_ci NOT NULL default '', `admin_pass` varchar(40) collate latin1_general_ci NOT NULL default '', `admin_level` tinyint(1) NOT NULL default '1', PRIMARY KEY (`admin_id`), KEY `idx_admin_name_zen` (`admin_name`), KEY `idx_admin_email_zen` (`admin_email`) ) ENGINE=MyISAM AUTO_INCREMENT=224 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; INSERT INTO `admin`(`admin_id`, `admin_name`, `admin_email`, `admin_pass`, `admin_level`) VALUES ('1', 'admin', 'Midget2670@aol.com', 'dbe526d7dc0eee0da9239e86b8b10564:93', '1'); INSERT INTO `admin`(`admin_id`, `admin_name`, `admin_email`, `admin_pass`, `admin_level`) VALUES ('223', 'admin2', 'admin2@localhost.com', '07061919366d65cefb4f106d5c67f890:7b', '1'); DROP TABLE IF EXISTS `admin_activity_log`; CREATE TABLE `admin_activity_log` ( `log_id` int(15) NOT NULL auto_increment, `access_date` datetime NOT NULL default '0001-01-01 00:00:00', `admin_id` int(11) NOT NULL default '0', `page_accessed` varchar(80) collate latin1_general_ci NOT NULL default '', `page_parameters` varchar(150) collate latin1_general_ci default NULL, `ip_address` varchar(15) collate latin1_general_ci NOT NULL default '', PRIMARY KEY (`log_id`), KEY `idx_page_accessed_zen` (`page_accessed`), KEY `idx_access_date_zen` (`access_date`), KEY `idx_ip_zen` (`ip_address`) ) ENGINE=MyISAM AUTO_INCREMENT=25243 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24628', '2010-04-04 21:52:58', '1', 'store_manager.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24629', '2010-04-04 21:53:22', '1', 'orders.php', 'selected_box=customers&status=2&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24630', '2010-04-04 21:53:31', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1382&action=edit&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24631', '2010-04-04 22:09:57', '1', 'orders.php', 'selected_box=customers&status=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24632', '2010-04-04 22:10:20', '1', 'orders.php', 'selected_box=customers&status=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24633', '2010-04-05 11:00:48', '1', 'orders.php', 'selected_box=customers&status=2&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24634', '2010-04-05 11:05:20', '1', 'orders.php', 'selected_box=customers&status=2&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24635', '2010-04-05 11:05:23', '1', 'invoice.php', 'oID=1386&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24636', '2010-04-05 12:14:16', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24637', '2010-04-05 12:14:20', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24638', '2010-04-05 12:14:23', '1', 'categories.php', 'cPath=1_2&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24639', '2010-04-05 12:14:28', '1', 'product.php', 'cPath=1_2&product_type=1&pID=2&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24640', '2010-04-05 13:10:39', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24641', '2010-04-05 13:10:41', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24642', '2010-04-05 13:10:47', '1', 'categories.php', 'cPath=1_6&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24643', '2010-04-05 13:10:58', '1', 'product.php', 'page=1&product_type=1&cPath=1_6&pID=40&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24644', '2010-04-05 13:24:47', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24645', '2010-04-05 13:24:50', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24646', '2010-04-05 13:24:56', '1', 'categories.php', 'cPath=1_13&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24647', '2010-04-05 13:25:01', '1', 'product.php', 'cPath=1_13&product_type=1&pID=29&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24648', '2010-04-05 13:56:37', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24649', '2010-04-05 13:56:39', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24650', '2010-04-05 13:56:44', '1', 'categories.php', 'cPath=1_13&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24651', '2010-04-05 13:56:51', '1', 'categories.php', 'action=setflag&flag=1&pID=46&cPath=1_13&page=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24652', '2010-04-05 13:56:52', '1', 'categories.php', 'cPath=1_13&pID=46&page=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24653', '2010-04-05 13:56:53', '1', 'product.php', 'page=1&product_type=1&cPath=1_13&pID=46&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24654', '2010-04-05 13:57:05', '1', 'categories.php', 'cPath=1_13&pID=46&page=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24655', '2010-04-05 13:57:09', '1', 'categories.php', 'action=setflag&flag=1&pID=49&cPath=1_13&page=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24656', '2010-04-05 13:57:10', '1', 'categories.php', 'cPath=1_13&pID=49&page=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24657', '2010-04-05 13:57:11', '1', 'categories.php', 'action=setflag&flag=1&pID=48&cPath=1_13&page=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24658', '2010-04-05 13:57:12', '1', 'categories.php', 'cPath=1_13&pID=48&page=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24659', '2010-04-05 13:57:15', '1', 'product.php', 'cPath=1_13&product_type=1&pID=46&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24660', '2010-04-05 14:02:43', '1', 'product.php', 'cPath=1_13&product_type=1&pID=46&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24661', '2010-04-05 14:55:36', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24662', '2010-04-05 14:55:39', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24663', '2010-04-05 14:55:43', '1', 'categories.php', 'cPath=1_13&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24664', '2010-04-05 14:55:48', '1', 'product.php', 'cPath=1_13&product_type=1&pID=41&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24665', '2010-04-05 15:24:02', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24666', '2010-04-05 15:24:05', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24667', '2010-04-05 15:24:09', '1', 'categories.php', 'cPath=1_13&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24668', '2010-04-05 15:24:17', '1', 'product.php', 'cPath=1_13&product_type=1&pID=48&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24669', '2010-04-05 15:56:04', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24670', '2010-04-05 15:56:07', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24671', '2010-04-05 15:56:16', '1', 'categories.php', 'cPath=1_13&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24672', '2010-04-05 15:56:23', '1', 'product.php', 'cPath=1_13&product_type=1&pID=42&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24673', '2010-04-05 16:12:29', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24674', '2010-04-05 16:12:32', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24675', '2010-04-05 16:12:36', '1', 'categories.php', 'cPath=1_13&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24676', '2010-04-05 16:12:47', '1', 'product.php', 'cPath=1_13&product_type=1&pID=62&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24677', '2010-04-05 16:16:16', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24678', '2010-04-05 16:16:19', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24679', '2010-04-05 16:16:22', '1', 'categories.php', 'cPath=1_13&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24680', '2010-04-05 16:16:26', '1', 'categories.php', 'cPath=1_13&page=2&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24681', '2010-04-05 16:16:36', '1', 'product.php', 'cPath=1_13&product_type=1&pID=53&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24682', '2010-04-05 16:29:35', '1', 'alt_nav.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24683', '2010-04-05 16:29:40', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24684', '2010-04-05 16:29:42', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24685', '2010-04-05 16:29:54', '1', 'categories.php', 'cPath=1_13&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24686', '2010-04-05 16:29:58', '1', 'categories.php', 'cPath=1_13&page=2&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24687', '2010-04-05 16:30:06', '1', 'product.php', 'cPath=1_13&product_type=1&pID=55&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24688', '2010-04-05 17:16:54', '1', 'alt_nav.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24689', '2010-04-05 17:16:54', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24690', '2010-04-05 17:16:56', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24691', '2010-04-05 17:16:59', '1', 'categories.php', 'cPath=1_15&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24692', '2010-04-05 17:17:03', '1', 'product.php', 'cPath=1_15&product_type=1&pID=33&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24693', '2010-04-05 17:58:21', '1', 'stats_products_viewed.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24694', '2010-04-05 18:31:53', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24695', '2010-04-05 18:31:56', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24696', '2010-04-05 18:35:58', '1', 'categories.php', 'cPath=1_6&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24697', '2010-04-05 18:36:04', '1', 'product.php', 'cPath=1_6&product_type=1&pID=64&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24698', '2010-04-05 18:51:04', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24699', '2010-04-05 18:51:06', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24700', '2010-04-05 18:51:09', '1', 'categories.php', 'cPath=1_6&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24701', '2010-04-05 18:51:16', '1', 'product.php', 'cPath=1_6&product_type=1&pID=58&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24702', '2010-04-05 20:23:20', '1', 'orders.php', 'selected_box=customers&status=2&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24703', '2010-04-05 20:24:00', '1', 'orders.php', 'selected_box=customers&status=2&page=2&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24704', '2010-04-05 20:24:17', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24705', '2010-04-05 20:24:21', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24706', '2010-04-05 20:24:24', '1', 'categories.php', 'cPath=1_6&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24707', '2010-04-05 20:25:22', '1', 'categories.php', 'cPath=1_6&page=2&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24708', '2010-04-05 20:25:40', '1', 'orders.php', 'selected_box=customers&status=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24709', '2010-04-05 20:44:10', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24710', '2010-04-05 20:44:12', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24711', '2010-04-05 20:44:16', '1', 'categories.php', 'cPath=1_6&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24712', '2010-04-05 20:44:23', '1', 'categories.php', 'cPath=1_6&page=2&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24713', '2010-04-05 20:44:26', '1', 'product.php', 'cPath=1_6&product_type=1&pID=38&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24714', '2010-04-05 21:13:25', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24715', '2010-04-05 21:13:28', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24716', '2010-04-05 21:13:31', '1', 'categories.php', 'cPath=1_6&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24717', '2010-04-05 21:13:38', '1', 'product.php', 'cPath=1_6&product_type=1&pID=23&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24718', '2010-04-05 21:17:21', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24719', '2010-04-05 21:17:24', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24720', '2010-04-05 21:17:26', '1', 'categories.php', 'cPath=1_6&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24721', '2010-04-05 21:17:53', '1', 'product.php', 'cPath=1_6&product_type=1&pID=37&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24722', '2010-04-05 21:30:37', '1', 'categories.php', '', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24723', '2010-04-05 21:30:39', '1', 'categories.php', 'cPath=1&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24724', '2010-04-05 21:30:42', '1', 'categories.php', 'cPath=1_6&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24725', '2010-04-05 21:30:47', '1', 'product.php', 'cPath=1_6&product_type=1&pID=21&action=new_product&', '92.8.251.12'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24726', '2010-04-06 09:20:24', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24727', '2010-04-06 09:20:27', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1389&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24728', '2010-04-06 09:20:48', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24729', '2010-04-06 09:20:54', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24730', '2010-04-06 09:22:12', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24731', '2010-04-06 09:27:06', '1', 'orders.php', 'selected_box=customers&status=2&page=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24732', '2010-04-06 09:27:11', '1', 'orders.php', 'selected_box=customers&status=2&page=2&oID=1354&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24733', '2010-04-06 09:51:41', '1', 'orders.php', 'selected_box=customers&status=2&page=2&oID=1354&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24734', '2010-04-06 09:51:41', '1', 'orders.php', 'selected_box=customers&status=2&page=2&oID=1354&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24735', '2010-04-06 09:51:48', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24736', '2010-04-06 09:51:51', '1', 'orders.php', 'selected_box=customers&status=2&page=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24737', '2010-04-06 09:52:58', '1', 'orders.php', 'selected_box=customers&status=2&page=2&oID=1363&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24738', '2010-04-06 09:58:51', '1', 'orders.php', 'selected_box=customers&status=2&page=2&oID=1363&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24739', '2010-04-06 09:58:51', '1', 'orders.php', 'selected_box=customers&status=2&page=2&oID=1363&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24740', '2010-04-06 09:59:04', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24741', '2010-04-06 09:59:09', '1', 'orders.php', 'selected_box=customers&status=2&page=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24742', '2010-04-06 09:59:15', '1', 'orders.php', 'selected_box=customers&status=2&page=2&oID=1364&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24743', '2010-04-06 10:19:55', '1', 'orders.php', 'selected_box=customers&status=2&page=2&oID=1364&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24744', '2010-04-06 10:19:55', '1', 'orders.php', 'selected_box=customers&status=2&page=2&oID=1364&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24745', '2010-04-06 10:20:10', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24746', '2010-04-06 10:20:14', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1367&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24747', '2010-04-06 11:39:47', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24748', '2010-04-06 11:39:51', '1', 'orders.php', 'selected_box=customers&status=2&page=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24749', '2010-04-06 11:39:54', '1', 'orders.php', 'selected_box=customers&status=2&page=1&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24750', '2010-04-06 11:39:57', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1367&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24751', '2010-04-06 11:40:13', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1367&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24752', '2010-04-06 11:40:14', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1367&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24753', '2010-04-06 11:41:32', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24754', '2010-04-06 11:41:37', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1368&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24755', '2010-04-06 11:53:38', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1368&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24756', '2010-04-06 11:53:38', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1368&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24757', '2010-04-06 11:53:52', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24758', '2010-04-06 11:54:07', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1369&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24759', '2010-04-06 12:01:01', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1369&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24760', '2010-04-06 12:01:02', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1369&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24761', '2010-04-06 12:06:55', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24762', '2010-04-06 12:07:00', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1370&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24763', '2010-04-06 12:14:56', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1370&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24764', '2010-04-06 12:14:56', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1370&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24765', '2010-04-06 12:15:36', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24766', '2010-04-06 12:15:41', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1371&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24767', '2010-04-06 14:30:13', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24768', '2010-04-06 14:30:18', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1371&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24769', '2010-04-06 14:30:33', '1', 'orders.php', 'selected_box=customers&status=4&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24770', '2010-04-06 14:30:42', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1373&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24771', '2010-04-06 14:30:56', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24772', '2010-04-06 14:31:06', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1371&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24773', '2010-04-06 14:31:28', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1371&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24774', '2010-04-06 14:31:29', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1371&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24775', '2010-04-06 14:31:38', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24776', '2010-04-06 14:31:43', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1372&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24777', '2010-04-06 14:36:59', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1372&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24778', '2010-04-06 14:37:00', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1372&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24779', '2010-04-06 14:45:51', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24780', '2010-04-06 14:45:55', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1374&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24781', '2010-04-06 14:49:14', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1374&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24782', '2010-04-06 14:49:14', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1374&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24783', '2010-04-06 14:50:37', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24784', '2010-04-06 14:50:41', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1375&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24785', '2010-04-06 14:56:16', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1375&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24786', '2010-04-06 14:56:17', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1375&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24787', '2010-04-06 14:56:23', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24788', '2010-04-06 14:56:31', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1376&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24789', '2010-04-06 14:57:30', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1376&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24790', '2010-04-06 14:57:31', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1376&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24791', '2010-04-06 15:00:22', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24792', '2010-04-06 15:00:26', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1377&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24793', '2010-04-06 15:11:06', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1377&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24794', '2010-04-06 15:11:07', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1377&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24795', '2010-04-06 15:11:13', '1', 'orders.php', 'selected_box=customers&status=4&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24796', '2010-04-06 15:11:26', '1', 'orders.php', 'selected_box=customers&status=4&page=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24797', '2010-04-06 15:11:30', '1', 'orders.php', 'selected_box=customers&status=4&page=2&oID=1350&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24798', '2010-04-06 15:16:53', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24799', '2010-04-06 15:16:59', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1379&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24800', '2010-04-06 15:17:57', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1379&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24801', '2010-04-06 15:17:58', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1379&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24802', '2010-04-06 15:21:51', '1', 'orders.php', 'selected_box=customers&status=4&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24803', '2010-04-06 15:21:59', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1377&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24804', '2010-04-06 15:36:35', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24805', '2010-04-06 15:36:40', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1385&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24806', '2010-04-06 15:39:19', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1385&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24807', '2010-04-06 15:39:19', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1385&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24808', '2010-04-06 15:39:25', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24809', '2010-04-06 15:39:29', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1383&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24810', '2010-04-06 15:40:11', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1383&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24811', '2010-04-06 15:40:12', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1383&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24812', '2010-04-06 15:40:21', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24813', '2010-04-06 15:40:24', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1384&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24814', '2010-04-06 15:43:58', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1384&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24815', '2010-04-06 15:43:59', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1384&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24816', '2010-04-06 15:44:05', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24817', '2010-04-06 15:44:09', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1381&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24818', '2010-04-06 15:53:01', '1', 'alt_nav.php', '', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24819', '2010-04-06 15:53:05', '1', 'categories.php', '', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24820', '2010-04-06 15:53:09', '1', 'categories.php', 'cPath=1&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24821', '2010-04-06 15:53:16', '1', 'categories.php', 'cPath=1_13&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24822', '2010-04-06 15:53:21', '1', 'categories.php', 'action=setflag&flag=0&pID=47&cPath=1_13&page=1&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24823', '2010-04-06 15:53:21', '1', 'categories.php', 'cPath=1_13&pID=47&page=1&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24824', '2010-04-06 15:53:30', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24825', '2010-04-06 15:53:37', '1', 'orders.php', 'selected_box=customers&status=4&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24826', '2010-04-06 15:53:40', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1384&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24827', '2010-04-06 15:54:42', '1', 'orders.php', 'selected_box=customers&status=4&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24828', '2010-04-06 15:54:48', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1383&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24829', '2010-04-06 15:56:03', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24830', '2010-04-06 15:56:06', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1381&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24831', '2010-04-06 15:56:21', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1381&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24832', '2010-04-06 15:56:22', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1381&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24833', '2010-04-06 15:56:28', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24834', '2010-04-06 15:56:34', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1382&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24835', '2010-04-06 16:09:53', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1382&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24836', '2010-04-06 16:09:54', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1382&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24837', '2010-04-06 16:10:11', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24838', '2010-04-06 16:10:15', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24839', '2010-04-06 16:10:47', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24840', '2010-04-06 16:10:48', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24841', '2010-04-06 16:10:55', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24842', '2010-04-06 16:10:59', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1387&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24843', '2010-04-06 16:20:24', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24844', '2010-04-06 16:20:29', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1387&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24845', '2010-04-06 16:20:52', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1387&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24846', '2010-04-06 16:20:52', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1387&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24847', '2010-04-06 16:20:59', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24848', '2010-04-06 16:21:03', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1388&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24849', '2010-04-06 16:21:30', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1388&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24850', '2010-04-06 16:21:31', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1388&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24851', '2010-04-06 16:21:38', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24852', '2010-04-06 16:21:42', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1389&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24853', '2010-04-06 16:32:55', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1389&action=update_order&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24854', '2010-04-06 16:32:55', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1389&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24855', '2010-04-06 16:33:03', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24856', '2010-04-06 16:33:35', '1', 'orders.php', 'selected_box=customers&status=4&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24857', '2010-04-06 16:33:41', '1', 'orders.php', 'selected_box=customers&status=4&page=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24858', '2010-04-06 16:33:44', '1', 'orders.php', 'selected_box=customers&status=4&page=2&oID=1363&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24859', '2010-04-06 16:41:38', '1', 'orders.php', 'selected_box=customers&status=2&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24860', '2010-04-06 16:41:44', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24861', '2010-04-06 16:41:58', '1', 'orders.php', 'selected_box=customers&status=1&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24862', '2010-04-06 16:42:10', '1', 'orders.php', 'selected_box=customers&status=4&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24863', '2010-04-06 16:42:19', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1373&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24864', '2010-04-06 16:42:23', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1373&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24865', '2010-04-06 16:42:49', '1', 'orders.php', 'selected_box=customers&status=4&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24866', '2010-04-06 16:43:01', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1388&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24867', '2010-04-06 16:43:45', '1', 'orders.php', 'selected_box=customers&status=4&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24868', '2010-04-06 16:43:59', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1383&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24869', '2010-04-06 16:49:21', '1', 'orders.php', 'selected_box=customers&status=4&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24870', '2010-04-06 16:49:25', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1389&action=edit&', '92.14.211.112'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24871', '2010-04-07 10:49:29', '1', 'categories.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24872', '2010-04-07 10:49:32', '1', 'categories.php', 'cPath=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24873', '2010-04-07 10:49:33', '1', 'categories.php', 'cPath=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24874', '2010-04-07 10:49:41', '1', 'categories.php', 'cPath=1_6&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24875', '2010-04-07 10:49:41', '1', 'categories.php', 'cPath=1_6&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24876', '2010-04-07 10:49:47', '1', 'product.php', 'cPath=1_6&product_type=1&pID=59&action=new_product&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24877', '2010-04-07 10:50:11', '1', 'product.php', 'cPath=1_6&product_type=1&pID=59&action=new_product_preview&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24878', '2010-04-07 10:50:15', '1', 'product.php', 'cPath=1_6&product_type=1&pID=59&action=update_product&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24879', '2010-04-07 10:50:15', '1', 'categories.php', 'cPath=1_6&pID=59&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24880', '2010-04-07 10:50:20', '1', 'attributes_controller.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24881', '2010-04-07 10:50:25', '1', 'attributes_controller.php', 'current_category_id=6&products_filter=&action=new_cat&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24882', '2010-04-07 10:50:25', '1', 'attributes_controller.php', 'products_filter=37¤t_category_id=6&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24883', '2010-04-07 10:50:30', '1', 'attributes_controller.php', 'action=delete_product_attribute&attribute_id=136&attribute_page=1&products_filter=37¤t_category_id=6&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24884', '2010-04-07 10:50:34', '1', 'attributes_controller.php', 'action=delete_attribute&attribute_id=136&attribute_page=1&products_filter=37¤t_category_id=6&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24885', '2010-04-07 10:50:34', '1', 'attributes_controller.php', 'attribute_page=1&products_filter=37¤t_category_id=6&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24886', '2010-04-07 10:50:41', '1', 'attributes_controller.php', 'attribute_page=1&products_filter=37¤t_category_id=6&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24887', '2010-04-07 10:55:21', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24888', '2010-04-07 10:55:26', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24889', '2010-04-07 10:55:41', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24890', '2010-04-07 10:55:44', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1390&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24891', '2010-04-07 11:39:50', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24892', '2010-04-07 11:39:59', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1365&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24893', '2010-04-07 11:42:09', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1365&action=update_order&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24894', '2010-04-07 11:42:10', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1365&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24895', '2010-04-07 11:42:21', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24896', '2010-04-07 11:42:34', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1311&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24897', '2010-04-07 11:44:01', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1311&action=update_order&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24898', '2010-04-07 11:44:02', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1311&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24899', '2010-04-07 11:44:11', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24900', '2010-04-07 11:44:19', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1380&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24901', '2010-04-07 12:12:41', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1380&action=update_order&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24902', '2010-04-07 12:12:42', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1380&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24903', '2010-04-07 12:12:48', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24904', '2010-04-07 12:12:51', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1390&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24905', '2010-04-07 12:13:54', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1390&action=update_order&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24906', '2010-04-07 12:13:55', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1390&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24907', '2010-04-07 12:51:09', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24908', '2010-04-07 12:51:13', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1354&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24909', '2010-04-07 12:58:54', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24910', '2010-04-07 12:59:27', '1', 'customers.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24911', '2010-04-07 12:59:44', '1', 'stats_customers_referrals.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24912', '2010-04-07 13:00:05', '1', 'stats_customers_referrals.php', 'referral_code=0&start_date=04-07-2010&end_date=04-07-2010&x=32&y=13&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24913', '2010-04-07 13:00:20', '1', 'stats_customers_referrals.php', 'referral_code=0&start_date=01-07-2010&end_date=04-07-2010&x=26&y=13&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24914', '2010-04-07 13:00:28', '1', 'orders.php', 'referral_code=0&start_date=01-07-2010&end_date=04-07-2010&x=26&y=13&oID=899&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24915', '2010-04-07 13:00:36', '1', 'stats_customers_referrals.php', 'referral_code=0&start_date=01-07-2010&end_date=04-07-2010&x=26&y=13&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24916', '2010-04-07 13:01:33', '1', 'gv_mail.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24917', '2010-04-07 13:02:33', '1', 'coupon_admin.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24918', '2010-04-07 13:02:38', '1', 'coupon_admin.php', 'page=0&cid=&action=new&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24919', '2010-04-07 13:03:48', '1', 'customers.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24920', '2010-04-07 14:56:57', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24921', '2010-04-07 14:57:13', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24922', '2010-04-07 14:57:18', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1354&action=edit&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24923', '2010-04-07 19:16:13', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24924', '2010-04-07 19:16:30', '1', 'whos_online.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24925', '2010-04-07 19:16:46', '1', 'whos_online.php', 'info=dfb6bneiqlfu8lkf2qhln1fjr1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24926', '2010-04-07 19:29:27', '1', 'categories.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24927', '2010-04-07 19:29:29', '1', 'categories.php', 'cPath=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24928', '2010-04-07 19:29:32', '1', 'categories.php', 'cPath=1_2&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24929', '2010-04-07 19:29:36', '1', 'product.php', 'cPath=1_2&product_type=1&pID=2&action=new_product&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24930', '2010-04-07 19:33:46', '1', 'product.php', 'cPath=1_2&product_type=1&pID=2&action=new_product&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24931', '2010-04-07 19:40:48', '1', 'categories.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24932', '2010-04-07 19:40:50', '1', 'categories.php', 'cPath=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24933', '2010-04-07 19:40:53', '1', 'categories.php', 'cPath=1_11&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24934', '2010-04-07 19:40:57', '1', 'product.php', 'cPath=1_11&product_type=1&pID=39&action=new_product&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24935', '2010-04-07 19:50:01', '1', 'categories.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24936', '2010-04-07 19:50:03', '1', 'categories.php', 'cPath=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24937', '2010-04-07 19:50:08', '1', 'categories.php', 'cPath=1_11&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24938', '2010-04-07 19:50:14', '1', 'product.php', 'cPath=1_11&product_type=1&pID=35&action=new_product&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24939', '2010-04-07 19:58:08', '1', 'categories.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24940', '2010-04-07 19:58:11', '1', 'categories.php', 'cPath=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24941', '2010-04-07 19:58:16', '1', 'categories.php', 'cPath=1_11&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24942', '2010-04-07 19:58:23', '1', 'product.php', 'cPath=1_11&product_type=1&pID=19&action=new_product&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24943', '2010-04-07 20:15:30', '1', 'categories.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24944', '2010-04-07 20:30:46', '1', 'categories.php', 'cPath=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24945', '2010-04-07 20:30:49', '1', 'categories.php', 'cPath=1_11&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24946', '2010-04-07 20:30:53', '1', 'product.php', 'cPath=1_11&product_type=1&pID=19&action=new_product&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24947', '2010-04-07 21:18:43', '1', 'categories.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24948', '2010-04-07 21:18:46', '1', 'categories.php', 'cPath=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24949', '2010-04-07 21:18:51', '1', 'categories.php', 'cPath=1_14&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24950', '2010-04-07 21:18:59', '1', 'product.php', 'cPath=1_14&product_type=1&pID=30&action=new_product&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24951', '2010-04-07 21:29:25', '1', 'categories.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24952', '2010-04-07 21:29:29', '1', 'categories.php', 'cPath=1&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24953', '2010-04-07 21:29:38', '1', 'categories.php', 'cPath=1_14&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24954', '2010-04-07 21:29:42', '1', 'product.php', 'cPath=1_14&product_type=1&pID=32&action=new_product&', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24955', '2010-04-07 21:36:05', '1', 'categories.php', '', '92.11.204.93'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24956', '2010-04-08 20:34:58', '1', 'orders.php', 'selected_box=customers&status=2&', '92.9.89.153'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24957', '2010-04-08 20:35:02', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1391&action=edit&', '92.9.89.153'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24958', '2010-04-08 20:35:22', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1391&action=update_order&', '92.9.89.153'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24959', '2010-04-08 20:35:23', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1391&action=edit&', '92.9.89.153'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24960', '2010-04-08 20:36:47', '1', 'orders.php', 'selected_box=customers&status=2&', '92.9.89.153'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24961', '2010-04-08 20:37:09', '1', 'ezpages.php', '', '92.9.89.153'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24962', '2010-04-08 20:37:14', '1', 'ezpages.php', 'ezID=9&action=new&', '92.9.89.153'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24963', '2010-04-08 20:38:13', '1', 'ezpages.php', 'action=update&', '92.9.89.153'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24964', '2010-04-08 20:38:14', '1', 'ezpages.php', 'ezID=9&', '92.9.89.153'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24965', '2010-04-08 20:38:27', '1', 'ezpages.php', 'ezID=9&action=new&', '92.9.89.153'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24966', '2010-04-09 10:02:22', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24967', '2010-04-09 10:02:28', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1392&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24968', '2010-04-09 10:33:25', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1392&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24969', '2010-04-09 10:33:26', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1392&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24970', '2010-04-09 10:33:33', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24971', '2010-04-09 10:33:41', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1393&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24972', '2010-04-09 10:47:58', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24973', '2010-04-09 10:48:02', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1395&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24974', '2010-04-09 11:00:10', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24975', '2010-04-09 11:00:14', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1393&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24976', '2010-04-09 17:13:33', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24977', '2010-04-09 17:13:37', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1139&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24978', '2010-04-09 17:13:58', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24979', '2010-04-09 17:14:01', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1354&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24980', '2010-04-09 17:14:18', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24981', '2010-04-09 17:14:21', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24982', '2010-04-09 17:14:41', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24983', '2010-04-09 17:15:38', '1', 'alt_nav.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24984', '2010-04-09 17:15:41', '1', 'categories.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24985', '2010-04-09 17:15:44', '1', 'categories.php', 'action=setflag_categories&flag=0&cID=1&cPath=&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24986', '2010-04-09 17:16:01', '1', 'categories.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24987', '2010-04-09 17:16:04', '1', 'categories.php', 'action=setflag_categories&flag=0&cID=1&cPath=&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24988', '2010-04-09 17:16:07', '1', 'categories.php', 'action=update_category_status&cPath=&cID=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24989', '2010-04-09 17:16:07', '1', 'categories.php', 'cPath=&cID=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24990', '2010-04-09 17:16:14', '1', 'categories.php', 'cPath=&cID=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24991', '2010-04-09 17:18:43', '1', 'categories.php', 'action=setflag_categories&flag=1&cID=1&cPath=&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24992', '2010-04-09 17:18:45', '1', 'categories.php', 'action=update_category_status&cPath=&cID=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24993', '2010-04-09 17:18:45', '1', 'categories.php', 'cPath=&cID=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24994', '2010-04-09 17:24:58', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24995', '2010-04-09 17:25:05', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1354&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24996', '2010-04-09 17:25:25', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1354&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24997', '2010-04-09 17:30:36', '1', 'alt_nav.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24998', '2010-04-09 17:30:45', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('24999', '2010-04-09 17:30:52', '1', 'orders.php', 'search=Scott Robertson &', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25000', '2010-04-09 17:31:00', '1', 'orders.php', 'search=Scott Robertson &page=1&oID=1173&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25001', '2010-04-09 17:31:03', '1', 'orders.php', 'search=Scott Robertson &', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25002', '2010-04-09 17:31:05', '1', 'orders.php', 'search=Scott Robertson &page=1&oID=393&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25003', '2010-04-09 17:31:10', '1', 'orders.php', 'search=Scott Robertson &', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25004', '2010-04-09 17:31:12', '1', 'orders.php', 'search=Scott Robertson &page=1&oID=1354&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25005', '2010-04-09 17:32:27', '1', 'orders.php', 'search=Scott Robertson &page=1&oID=1354&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25006', '2010-04-09 17:32:28', '1', 'orders.php', 'search=Scott Robertson &page=1&oID=1354&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25007', '2010-04-09 17:33:09', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25008', '2010-04-09 17:33:14', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25009', '2010-04-09 17:54:51', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25010', '2010-04-09 17:54:51', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25011', '2010-04-09 18:06:07', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25012', '2010-04-09 18:06:10', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1396&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25013', '2010-04-09 18:19:09', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25014', '2010-04-09 18:19:13', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1396&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25015', '2010-04-09 20:43:37', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25016', '2010-04-09 20:43:46', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1395&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25017', '2010-04-09 20:43:56', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25018', '2010-04-10 11:24:09', '1', 'categories.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25019', '2010-04-10 11:24:12', '1', 'categories.php', 'cPath=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25020', '2010-04-10 11:24:18', '1', 'categories.php', 'cPath=1_13&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25021', '2010-04-10 11:24:22', '1', 'product.php', 'cPath=1_13&product_type=1&pID=42&action=new_product&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25022', '2010-04-10 11:28:41', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25023', '2010-04-10 11:28:48', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1393&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25024', '2010-04-10 11:29:06', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1393&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25025', '2010-04-10 11:29:07', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1393&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25026', '2010-04-10 11:29:14', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25027', '2010-04-10 11:29:17', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1395&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25028', '2010-04-10 11:30:36', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1395&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25029', '2010-04-10 11:30:37', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1395&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25030', '2010-04-10 12:14:02', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25031', '2010-04-10 12:14:07', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1396&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25032', '2010-04-10 12:14:22', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1396&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25033', '2010-04-10 12:14:22', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1396&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25034', '2010-04-10 12:14:27', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25035', '2010-04-10 12:14:31', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1397&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25036', '2010-04-10 13:38:21', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25037', '2010-04-10 13:38:24', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1397&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25038', '2010-04-10 13:38:42', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1397&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25039', '2010-04-10 13:38:42', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1397&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25040', '2010-04-10 13:38:50', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25041', '2010-04-10 13:38:54', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25042', '2010-04-10 13:39:20', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25043', '2010-04-10 13:39:20', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1386&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25044', '2010-04-10 13:39:46', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25045', '2010-04-10 13:41:02', '1', 'orders.php', 'selected_box=customers&status=4&page=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25046', '2010-04-10 13:42:22', '1', 'orders.php', 'selected_box=customers&status=4&page=3&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25047', '2010-04-10 13:43:54', '1', 'orders.php', 'selected_box=customers&status=4&page=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25048', '2010-04-10 14:32:35', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25049', '2010-04-10 14:32:48', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25050', '2010-04-10 14:34:16', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1387&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25051', '2010-04-10 14:34:26', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25052', '2010-04-10 14:34:32', '1', 'orders.php', 'selected_box=customers&status=4&page=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25053', '2010-04-10 14:34:46', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25054', '2010-04-10 14:35:00', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1346&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25055', '2010-04-10 14:37:46', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25056', '2010-04-10 14:37:51', '1', 'orders.php', 'search=Robertson&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25057', '2010-04-10 14:37:57', '1', 'orders.php', 'search=Robertson&page=1&oID=1354&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25058', '2010-04-10 14:41:29', '1', 'orders.php', 'search=Robertson&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25059', '2010-04-10 14:41:36', '1', 'orders.php', 'search=mostrey&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25060', '2010-04-10 14:41:38', '1', 'orders.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25061', '2010-04-10 14:41:43', '1', 'orders.php', 'search=mostrey&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25062', '2010-04-10 14:41:46', '1', 'orders.php', 'search=mostrey&page=1&oID=1351&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25063', '2010-04-10 14:42:54', '1', 'orders.php', 'search=mostrey&page=1&oID=1351&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25064', '2010-04-10 14:42:55', '1', 'orders.php', 'search=mostrey&page=1&oID=1351&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25065', '2010-04-10 14:43:15', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25066', '2010-04-10 14:54:53', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1394&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25067', '2010-04-10 14:58:49', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1394&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25068', '2010-04-10 14:58:50', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1394&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25069', '2010-04-10 14:58:57', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25070', '2010-04-10 14:59:03', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1139&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25071', '2010-04-10 14:59:35', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1139&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25072', '2010-04-10 14:59:35', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1139&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25073', '2010-04-10 14:59:43', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25074', '2010-04-10 14:59:47', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1242&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25075', '2010-04-10 15:00:02', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1242&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25076', '2010-04-10 15:00:04', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1242&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25077', '2010-04-10 15:00:10', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25078', '2010-04-10 15:22:17', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25079', '2010-04-10 15:22:20', '1', 'orders.php', 'selected_box=customers&status=4&page=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25080', '2010-04-10 15:22:26', '1', 'orders.php', 'page=6&selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25081', '2010-04-10 15:22:30', '1', 'orders.php', 'selected_box=customers&status=4&page=7&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25082', '2010-04-10 15:22:34', '1', 'orders.php', 'selected_box=customers&status=4&page=8&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25083', '2010-04-10 15:22:38', '1', 'orders.php', 'selected_box=customers&status=4&page=8&oID=1242&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25084', '2010-04-10 15:22:42', '1', 'invoice.php', 'oID=1242&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25085', '2010-04-10 15:24:47', '1', 'orders.php', 'selected_box=customers&status=4&page=8&oID=1242&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25086', '2010-04-10 15:24:48', '1', 'orders.php', 'selected_box=customers&status=4&page=8&oID=1242&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25087', '2010-04-10 15:29:43', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25088', '2010-04-10 15:29:50', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1268&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25089', '2010-04-10 15:30:07', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1268&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25090', '2010-04-10 15:30:10', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1268&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25091', '2010-04-10 15:30:19', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25092', '2010-04-10 15:30:24', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1316&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25093', '2010-04-10 15:30:46', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1316&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25094', '2010-04-10 15:30:47', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1316&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25095', '2010-04-10 15:30:52', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25096', '2010-04-10 15:30:55', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1324&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25097', '2010-04-10 15:33:03', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25098', '2010-04-10 15:33:07', '1', 'orders.php', 'oID=1242&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25099', '2010-04-10 15:34:39', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25100', '2010-04-10 15:34:42', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1346&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25101', '2010-04-10 15:36:40', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1346&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25102', '2010-04-10 15:36:40', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1346&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25103', '2010-04-10 15:36:46', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25104', '2010-04-10 15:36:49', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1347&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25105', '2010-04-10 15:37:45', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1347&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25106', '2010-04-10 15:37:46', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1347&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25107', '2010-04-10 15:39:59', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25108', '2010-04-10 15:40:03', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1350&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25109', '2010-04-10 15:41:16', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1350&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25110', '2010-04-10 15:41:17', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1350&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25111', '2010-04-10 15:41:24', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25112', '2010-04-10 15:41:28', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1378&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25113', '2010-04-10 15:43:08', '1', 'ezpages.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25114', '2010-04-10 15:43:11', '1', 'whos_online.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25115', '2010-04-10 15:45:56', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25116', '2010-04-10 15:45:59', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1397&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25117', '2010-04-10 15:46:06', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25118', '2010-04-10 16:12:20', '1', 'categories.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25119', '2010-04-11 15:17:24', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25120', '2010-04-11 15:17:29', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1398&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25121', '2010-04-11 15:17:49', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25122', '2010-04-11 15:17:52', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1398&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25123', '2010-04-11 15:18:16', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1398&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25124', '2010-04-11 15:18:17', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1398&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25125', '2010-04-11 15:19:03', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1398&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25126', '2010-04-11 15:19:04', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1398&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25127', '2010-04-11 15:19:09', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25128', '2010-04-11 15:19:15', '1', 'orders.php', 'oID=1307&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25129', '2010-04-11 15:19:21', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25130', '2010-04-11 15:19:29', '1', 'orders.php', 'oID=1308&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25131', '2010-04-11 15:19:52', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25132', '2010-04-11 15:20:01', '1', 'orders.php', 'search=1300&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25133', '2010-04-11 15:20:09', '1', 'orders.php', 'search=1306&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25134', '2010-04-11 15:20:17', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25135', '2010-04-11 15:20:22', '1', 'orders.php', 'page=6&selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25136', '2010-04-11 15:20:26', '1', 'orders.php', 'selected_box=customers&status=4&page=5&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25137', '2010-04-11 15:20:30', '1', 'orders.php', 'selected_box=customers&status=4&page=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25138', '2010-04-11 15:21:12', '1', 'orders.php', 'selected_box=customers&status=4&page=5&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25139', '2010-04-11 15:21:20', '1', 'orders.php', 'selected_box=customers&status=4&page=5&oID=1299&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25140', '2010-04-11 15:21:25', '1', 'orders.php', 'selected_box=customers&status=4&page=5&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25141', '2010-04-11 15:21:36', '1', 'orders.php', 'selected_box=customers&status=4&page=5&oID=1305&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25142', '2010-04-11 15:21:58', '1', 'orders.php', 'selected_box=customers&status=4&page=5&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25143', '2010-04-11 15:22:28', '1', 'orders.php', 'selected_box=customers&status=4&page=5&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25144', '2010-04-11 16:46:38', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25145', '2010-04-11 16:53:52', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25146', '2010-04-11 16:54:11', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25147', '2010-04-11 16:54:16', '1', 'orders.php', 'oID=1305&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25148', '2010-04-11 16:55:26', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25149', '2010-04-11 16:55:32', '1', 'orders.php', 'oID=1307&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25150', '2010-04-11 16:55:36', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25151', '2010-04-11 16:55:44', '1', 'orders.php', 'oID=1308&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25152', '2010-04-11 17:04:11', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25153', '2010-04-11 17:04:24', '1', 'orders.php', 'search=1334&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25154', '2010-04-11 17:04:48', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25155', '2010-04-11 17:04:54', '1', 'orders.php', 'page=3&selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25156', '2010-04-11 17:05:10', '1', 'orders.php', 'selected_box=customers&status=4&page=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25157', '2010-04-11 17:05:14', '1', 'orders.php', 'selected_box=customers&status=4&page=4&oID=1334&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25158', '2010-04-11 17:06:13', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25159', '2010-04-11 17:06:18', '1', 'orders.php', 'oID=1331&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25160', '2010-04-11 17:07:49', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25161', '2010-04-11 17:08:00', '1', 'orders.php', 'oID=1334&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25162', '2010-04-11 17:11:12', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25163', '2010-04-11 17:11:16', '1', 'orders.php', 'oID=1373&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25164', '2010-04-11 17:14:19', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25165', '2010-04-11 17:14:24', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1395&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25166', '2010-04-11 17:15:02', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25167', '2010-04-11 17:15:14', '1', 'orders.php', 'selected_box=customers&status=4&page=1&oID=1386&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25168', '2010-04-11 17:53:20', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25169', '2010-04-11 17:53:36', '1', 'orders.php', 'search=back up&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25170', '2010-04-11 17:53:42', '1', 'configuration.php', 'gID=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25171', '2010-04-11 17:53:57', '1', 'configuration.php', 'gID=12&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25172', '2010-04-11 17:54:01', '1', 'configuration.php', 'gID=5&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25173', '2010-04-11 17:54:27', '1', 'customers.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25174', '2010-04-11 17:54:47', '1', 'stats_customers.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25175', '2010-04-11 17:55:32', '1', 'stats_customers_referrals.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25176', '2010-04-11 17:55:50', '1', 'stats_customers_referrals.php', 'referral_code=0&start_date=04-01-2009&end_date=04-11-2010&x=26&y=14&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25177', '2010-04-11 17:56:29', '1', 'stats_customers_referrals.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25178', '2010-04-11 17:56:42', '1', 'stats_customers.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25179', '2010-04-11 17:57:14', '1', 'coupon_admin.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25180', '2010-04-11 17:57:25', '1', 'gv_mail.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25181', '2010-04-11 18:04:11', '1', 'gv_mail.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25182', '2010-04-11 18:05:44', '1', 'configuration.php', 'gID=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25183', '2010-04-11 18:07:00', '1', 'configuration.php', 'gID=5&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25184', '2010-04-11 18:07:19', '1', 'modules.php', 'set=ordertotal&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25185', '2010-04-11 18:07:58', '1', 'configuration.php', 'gID=5&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25186', '2010-04-11 18:08:18', '1', 'configuration.php', 'gID=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25187', '2010-04-11 18:10:06', '1', 'sqlpatch.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25188', '2010-04-11 18:16:44', '1', 'admin.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25189', '2010-04-11 18:17:01', '1', 'admin.php', 'page=1&adminID=69&action=delete&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25190', '2010-04-11 18:17:05', '1', 'admin.php', 'page=1&adminID=69&action=deleteconfirm&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25191', '2010-04-11 18:17:06', '1', 'admin.php', 'page=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25192', '2010-04-11 18:17:10', '1', 'admin.php', 'page=1&adminID=2&action=delete&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25193', '2010-04-11 18:17:12', '1', 'admin.php', 'page=1&adminID=2&action=deleteconfirm&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25194', '2010-04-11 18:17:13', '1', 'admin.php', 'page=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25195', '2010-04-11 18:17:29', '1', 'admin.php', 'page=1&adminID=1&action=new&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25196', '2010-04-11 18:17:32', '1', 'admin.php', 'page=1&adminID=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25197', '2010-04-11 18:17:51', '1', 'store_manager.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25198', '2010-04-11 18:18:32', '1', 'stats_products_purchased.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25199', '2010-04-11 18:18:51', '1', 'sqlpatch.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25200', '2010-04-11 18:19:16', '1', 'customers.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25201', '2010-04-11 18:19:44', '1', 'orders.php', 'selected_box=customers&status=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25202', '2010-04-11 18:20:32', '1', 'orders.php', 'selected_box=customers&status=4&page=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25203', '2010-04-11 18:20:36', '1', 'orders.php', 'selected_box=customers&status=4&page=3&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25204', '2010-04-11 18:20:40', '1', 'orders.php', 'selected_box=customers&status=4&page=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25205', '2010-04-11 18:20:46', '1', 'orders.php', 'selected_box=customers&status=4&page=3&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25206', '2010-04-11 18:20:50', '1', 'orders.php', 'selected_box=customers&status=4&page=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25207', '2010-04-11 18:20:53', '1', 'orders.php', 'selected_box=customers&status=4&page=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25208', '2010-04-11 18:21:54', '1', 'orders.php', 'selected_box=customers&status=4&page=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25209', '2010-04-11 18:22:15', '1', 'orders.php', 'selected_box=customers&status=4&page=3&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25210', '2010-04-11 18:22:39', '1', 'orders.php', 'selected_box=customers&status=4&page=4&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25211', '2010-04-11 18:23:06', '1', 'orders.php', 'selected_box=customers&status=4&page=5&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25212', '2010-04-11 18:23:16', '1', 'orders.php', 'selected_box=customers&status=4&page=5&oID=1314&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25213', '2010-04-11 18:23:20', '1', 'orders.php', 'selected_box=customers&status=4&page=5&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25214', '2010-04-11 18:25:24', '1', 'orders.php', 'selected_box=customers&status=4&page=6&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25215', '2010-04-11 18:25:42', '1', 'orders.php', 'selected_box=customers&status=4&page=7&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25216', '2010-04-11 18:26:07', '1', 'orders.php', 'selected_box=customers&status=4&page=8&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25217', '2010-04-11 18:27:06', '1', 'orders.php', 'selected_box=customers&status=4&page=9&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25218', '2010-04-11 18:27:31', '1', 'orders.php', 'selected_box=customers&status=4&page=10&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25219', '2010-04-11 18:28:07', '1', 'orders.php', 'selected_box=customers&status=4&page=11&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25220', '2010-04-11 18:28:58', '1', 'orders.php', 'selected_box=customers&status=4&page=12&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25221', '2010-04-11 18:30:37', '1', 'orders.php', 'selected_box=customers&status=4&page=13&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25222', '2010-04-11 18:31:00', '1', 'orders.php', 'selected_box=customers&status=4&page=14&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25223', '2010-04-11 18:31:23', '1', 'orders.php', 'selected_box=customers&status=4&page=15&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25224', '2010-04-11 18:31:50', '1', 'orders.php', 'selected_box=customers&status=4&page=16&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25225', '2010-04-11 18:32:11', '1', 'orders.php', 'selected_box=customers&status=4&page=17&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25226', '2010-04-12 11:06:17', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25227', '2010-04-12 11:06:21', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1400&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25228', '2010-04-12 11:42:29', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1400&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25229', '2010-04-12 11:57:16', '1', 'categories.php', '', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25230', '2010-04-12 11:57:20', '1', 'categories.php', 'cPath=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25231', '2010-04-12 11:57:22', '1', 'categories.php', 'cPath=1_3&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25232', '2010-04-12 11:57:39', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25233', '2010-04-12 11:57:42', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1399&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25234', '2010-04-12 11:57:52', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1399&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25235', '2010-04-12 12:00:09', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1399&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25236', '2010-04-12 12:00:10', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1399&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25237', '2010-04-12 12:00:16', '1', 'orders.php', 'selected_box=customers&status=1&page=1&oID=1399&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25238', '2010-04-12 12:01:03', '1', 'orders.php', 'selected_box=customers&status=2&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25239', '2010-04-12 12:01:05', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1400&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25240', '2010-04-12 12:01:28', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1400&action=update_order&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25241', '2010-04-12 12:01:28', '1', 'orders.php', 'selected_box=customers&status=2&page=1&oID=1400&action=edit&', '92.11.55.239'); INSERT INTO `admin_activity_log`(`log_id`, `access_date`, `admin_id`, `page_accessed`, `page_parameters`, `ip_address`) VALUES ('25242', '2010-04-12 19:40:48', '1', 'orders.php', 'selected_box=customers&status=1&', '92.11.55.239'); DROP TABLE IF EXISTS `authorizenet`; CREATE TABLE `authorizenet` ( `id` int(11) unsigned NOT NULL auto_increment, `customer_id` int(11) NOT NULL default '0', `order_id` int(11) NOT NULL default '0', `response_code` int(1) NOT NULL default '0', `response_text` varchar(255) collate latin1_general_ci NOT NULL default '', `authorization_type` text collate latin1_general_ci NOT NULL, `transaction_id` int(15) NOT NULL default '0', `sent` longtext collate latin1_general_ci NOT NULL, `received` longtext collate latin1_general_ci NOT NULL, `time` varchar(50) collate latin1_general_ci NOT NULL default '', `session_id` varchar(255) collate latin1_general_ci NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; DROP TABLE IF EXISTS `banners`; CREATE TABLE `banners` ( `banners_id` int(11) NOT NULL auto_increment, `banners_title` varchar(64) collate latin1_general_ci NOT NULL default '', `banners_url` varchar(255) collate latin1_general_ci NOT NULL default '', `banners_image` varchar(64) collate latin1_general_ci NOT NULL default '', `banners_group` varchar(15) collate latin1_general_ci NOT NULL default '', `banners_html_text` text collate latin1_general_ci, `expires_impressions` int(7) default '0', `expires_date` datetime default NULL, `date_scheduled` datetime default NULL, `date_added` datetime NOT NULL default '0001-01-01 00:00:00', `date_status_change` datetime default NULL, `status` int(1) NOT NULL default '1', `banners_open_new_windows` int(1) NOT NULL default '1', `banners_on_ssl` int(1) NOT NULL default '1', `banners_sort_order` int(11) NOT NULL default '0', PRIMARY KEY (`banners_id`), KEY `idx_status_group_zen` (`status`,`banners_group`), KEY `idx_expires_date_zen` (`expires_date`), KEY `idx_date_scheduled_zen` (`date_scheduled`) ) ENGINE=MyISAM AUTO_INCREMENT=46 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; 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`, `banners_open_new_windows`, `banners_on_ssl`, `banners_sort_order`) VALUES ('40', 'Everyman Whyte & Mackay', 'http://www.sevenstardarts.co.uk/acatalog/Born_in_the_PDC.html', 'Everyman_Banner.jpg', 'banner1', '', '0', '', '', '2010-03-25 12:11:42', '', '1', '1', '1', '3'); 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`, `banners_open_new_windows`, `banners_on_ssl`, `banners_sort_order`) VALUES ('15', 'We Love Darts', 'http://www.welovedarts.com/subscribe', 'banner-final2.gif', 'banner1', '', '0', '', '', '2009-05-14 05:54:27', '2010-02-17 11:26:05', '0', '1', '1', '3'); 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`, `banners_open_new_windows`, `banners_on_ssl`, `banners_sort_order`) VALUES ('41', 'Scottish Tour', 'http://www.facebook.com/notes/phil-the-power-taylor/phil-taylor-darts-exhibitions-scotland-2010-today-at-1611/10150134400865332', 'Scottish_Banner.jpg', 'banner1', '', '0', '', '', '2010-03-25 13:53:34', '', '1', '1', '1', '2'); 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`, `banners_open_new_windows`, `banners_on_ssl`, `banners_sort_order`) VALUES ('45', 'Rileys Banner', 'http://www.facebook.com/notes/phil-the-power-taylor/rileys-open-world-class-darts-zones-in-burton-on-trent/10150155598120332', 'RILEYS_BURTON_ON_TRENT.jpg', 'banner1', '', '0', '', '', '2010-03-27 09:49:40', '', '1', '1', '1', '1'); DROP TABLE IF EXISTS `banners_history`; CREATE TABLE `banners_history` ( `banners_history_id` int(11) NOT NULL auto_increment, `banners_id` int(11) NOT NULL default '0', `banners_shown` int(5) NOT NULL default '0', `banners_clicked` int(5) NOT NULL default '0', `banners_history_date` datetime NOT NULL default '0001-01-01 00:00:00', PRIMARY KEY (`banners_history_id`), KEY `idx_banners_id_zen` (`banners_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1083 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('85', '15', '349', '0', '2009-05-15 00:02:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('84', '15', '532', '0', '2009-05-14 06:12:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('858', '15', '490', '0', '2010-01-25 00:00:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('189', '15', '220', '0', '2009-06-12 00:32:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('142', '15', '249', '0', '2009-05-31 00:17:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('226', '15', '284', '0', '2009-06-23 00:03:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('172', '15', '421', '0', '2009-06-08 00:11:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('856', '15', '491', '0', '2010-01-24 00:04:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('112', '15', '222', '0', '2009-05-23 00:08:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('138', '15', '227', '0', '2009-05-30 00:14:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('184', '15', '271', '0', '2009-06-11 00:18:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('132', '15', '319', '0', '2009-05-29 00:08:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('109', '15', '290', '0', '2009-05-22 00:01:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('224', '15', '326', '0', '2009-06-22 00:07:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('168', '15', '465', '2', '2009-06-07 00:19:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('181', '15', '291', '0', '2009-06-10 00:23:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('129', '15', '358', '0', '2009-05-28 00:15:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('107', '15', '286', '0', '2009-05-21 00:02:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('852', '15', '460', '0', '2010-01-23 00:11:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('222', '15', '298', '0', '2009-06-21 00:06:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('104', '15', '368', '0', '2009-05-20 00:18:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('125', '15', '356', '0', '2009-05-27 00:12:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('102', '15', '274', '0', '2009-05-19 00:13:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('175', '15', '357', '0', '2009-06-09 00:08:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('153', '15', '331', '0', '2009-06-03 00:13:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('122', '15', '415', '0', '2009-05-26 00:03:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('163', '15', '278', '0', '2009-06-06 00:08:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('99', '15', '282', '0', '2009-05-18 00:10:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('914', '15', '195', '0', '2010-02-17 00:05:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('848', '15', '530', '0', '2010-01-22 00:01:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('148', '15', '370', '0', '2009-06-02 00:22:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('119', '15', '414', '0', '2009-05-25 00:11:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('96', '15', '290', '0', '2009-05-17 00:10:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('157', '15', '472', '0', '2009-06-04 00:13:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('117', '15', '241', '0', '2009-05-24 00:22:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('159', '15', '390', '0', '2009-06-05 00:08:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('144', '15', '268', '0', '2009-06-01 00:02:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('92', '15', '315', '0', '2009-05-16 00:01:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('190', '15', '236', '0', '2009-06-13 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('847', '15', '565', '0', '2010-01-21 00:04:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('218', '15', '262', '0', '2009-06-20 00:18:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('195', '15', '207', '0', '2009-06-14 00:15:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('844', '15', '605', '0', '2010-01-20 00:02:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('201', '15', '225', '0', '2009-06-15 00:04:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('203', '15', '255', '0', '2009-06-16 00:08:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('912', '15', '573', '0', '2010-02-16 00:02:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('206', '15', '249', '1', '2009-06-17 00:01:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('841', '15', '623', '0', '2010-01-19 00:13:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('214', '15', '239', '0', '2009-06-19 00:08:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('213', '15', '270', '0', '2009-06-18 00:13:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('230', '15', '315', '0', '2009-06-24 00:02:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('234', '15', '281', '0', '2009-06-25 00:12:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('837', '15', '699', '0', '2010-01-18 00:16:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('237', '15', '259', '0', '2009-06-26 00:07:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('238', '15', '191', '0', '2009-06-27 00:04:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('910', '15', '771', '0', '2010-02-15 00:02:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('241', '15', '199', '0', '2009-06-28 00:07:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('244', '15', '252', '0', '2009-06-29 00:00:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('833', '15', '627', '0', '2010-01-17 00:03:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('248', '15', '244', '0', '2009-06-30 00:03:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('832', '15', '634', '0', '2010-01-16 00:02:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('252', '15', '265', '0', '2009-07-01 00:24:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('254', '15', '258', '0', '2009-07-02 00:01:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('739', '15', '533', '0', '2009-12-17 00:05:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('257', '15', '292', '0', '2009-07-03 00:02:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1076', '45', '3', '0', '2010-06-17 09:59:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('259', '15', '266', '0', '2009-07-04 00:07:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1075', '40', '2', '0', '2010-06-17 09:59:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('263', '15', '385', '0', '2009-07-05 00:02:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('736', '15', '621', '0', '2009-12-16 00:02:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('265', '15', '629', '0', '2009-07-06 00:01:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1074', '41', '1', '0', '2010-05-28 00:37:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('268', '15', '380', '0', '2009-07-07 00:12:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('734', '15', '807', '0', '2009-12-15 00:13:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('733', '15', '638', '0', '2009-12-14 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('273', '15', '380', '0', '2009-07-08 00:09:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('274', '15', '354', '0', '2009-07-09 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1073', '45', '1', '0', '2010-05-28 00:37:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1072', '41', '3', '0', '2010-05-24 12:44:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('279', '15', '304', '0', '2009-07-10 00:42:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('280', '15', '233', '2', '2009-07-11 00:03:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('691', '15', '1546', '0', '2009-11-22 00:02:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('283', '15', '304', '0', '2009-07-12 00:06:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1071', '45', '2', '0', '2010-05-24 12:44:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('287', '15', '289', '0', '2009-07-13 00:10:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('731', '15', '565', '0', '2009-12-13 00:05:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('290', '15', '333', '0', '2009-07-14 00:16:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('688', '15', '638', '0', '2009-11-21 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('292', '15', '281', '0', '2009-07-15 00:01:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1070', '40', '3', '0', '2010-05-24 12:44:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('295', '15', '281', '0', '2009-07-16 00:00:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('686', '15', '546', '0', '2009-11-20 00:02:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('298', '15', '278', '0', '2009-07-17 00:20:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1069', '41', '1', '0', '2010-05-02 21:50:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('301', '15', '258', '0', '2009-07-18 00:01:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1068', '40', '1', '0', '2010-05-02 21:50:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1067', '41', '1', '0', '2010-04-26 18:30:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('306', '15', '295', '0', '2009-07-19 00:00:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('908', '15', '498', '0', '2010-02-14 00:03:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('829', '15', '861', '0', '2010-01-15 00:02:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('728', '15', '452', '0', '2009-12-12 00:02:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('311', '15', '367', '0', '2009-07-20 00:31:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('529', '15', '285', '0', '2009-09-30 00:15:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('314', '15', '360', '0', '2009-07-21 00:14:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('316', '15', '415', '0', '2009-07-22 00:02:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1066', '40', '1', '0', '2010-04-26 18:30:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('527', '15', '300', '0', '2009-09-29 00:01:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('319', '15', '420', '0', '2009-07-23 00:04:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('825', '15', '757', '0', '2010-01-14 00:01:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('906', '15', '466', '0', '2010-02-13 00:06:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('323', '15', '476', '0', '2009-07-24 00:09:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('324', '15', '501', '0', '2009-07-25 00:01:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('822', '15', '757', '0', '2010-01-13 00:02:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('726', '15', '832', '0', '2009-12-11 00:08:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('327', '15', '962', '0', '2009-07-26 00:00:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('819', '15', '1016', '0', '2010-01-12 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('523', '15', '334', '0', '2009-09-28 00:02:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('332', '15', '945', '0', '2009-07-27 00:01:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('904', '15', '907', '0', '2010-02-12 00:02:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('335', '15', '576', '0', '2009-07-28 00:14:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('816', '15', '1310', '0', '2010-01-11 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('337', '15', '501', '0', '2009-07-29 00:01:16'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('521', '15', '266', '0', '2009-09-27 00:13:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('339', '15', '467', '0', '2009-07-30 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1065', '40', '2', '0', '2010-04-24 07:46:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('724', '15', '502', '0', '2009-12-10 00:02:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('814', '15', '1681', '0', '2010-01-10 00:00:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('344', '15', '335', '0', '2009-07-31 00:18:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('345', '15', '352', '0', '2009-08-01 00:00:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('348', '15', '271', '0', '2009-08-02 00:00:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('517', '15', '213', '0', '2009-09-26 00:06:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('901', '15', '939', '0', '2010-02-11 00:02:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('352', '15', '309', '0', '2009-08-03 00:13:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('809', '15', '1303', '0', '2010-01-09 00:01:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('354', '15', '307', '0', '2009-08-04 00:02:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('723', '15', '506', '0', '2009-12-09 00:09:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('357', '15', '322', '0', '2009-08-05 00:02:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('514', '15', '256', '0', '2009-09-25 00:02:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('807', '15', '1585', '0', '2010-01-08 00:00:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('362', '15', '365', '0', '2009-08-06 00:08:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1064', '41', '2', '0', '2010-04-24 07:46:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('899', '15', '792', '0', '2010-02-10 00:01:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('365', '15', '287', '0', '2009-08-07 00:15:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('511', '15', '376', '0', '2009-09-24 00:20:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('367', '15', '256', '0', '2009-08-08 00:04:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('803', '15', '1510', '0', '2010-01-07 00:00:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('370', '15', '225', '0', '2009-08-09 00:08:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('801', '15', '1836', '0', '2010-01-06 00:00:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('509', '15', '326', '0', '2009-09-23 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('374', '15', '322', '0', '2009-08-10 00:10:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('375', '15', '303', '0', '2009-08-11 00:01:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('721', '15', '598', '0', '2009-12-08 00:05:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('799', '15', '2865', '0', '2010-01-05 00:02:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('378', '15', '391', '0', '2009-08-12 00:01:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('897', '15', '660', '0', '2010-02-09 00:06:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('506', '15', '286', '0', '2009-09-22 00:03:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('796', '15', '7732', '0', '2010-01-04 00:00:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('383', '15', '358', '0', '2009-08-13 00:55:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('384', '15', '275', '0', '2009-08-14 00:02:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1063', '45', '3', '0', '2010-04-24 07:46:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('719', '15', '481', '0', '2009-12-07 08:31:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('389', '15', '257', '0', '2009-08-15 00:05:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('781', '15', '1035', '0', '2009-12-31 00:00:24'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('896', '15', '809', '0', '2010-02-08 00:02:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('392', '15', '239', '0', '2009-08-16 00:08:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('502', '15', '331', '0', '2009-09-21 00:00:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('394', '15', '299', '0', '2009-08-17 00:04:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('501', '15', '244', '0', '2009-09-20 00:15:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('397', '15', '322', '0', '2009-08-18 00:16:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('778', '15', '1670', '0', '2009-12-30 00:00:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('399', '15', '253', '0', '2009-08-19 00:00:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1062', '45', '3', '0', '2010-04-24 07:46:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('776', '15', '1705', '0', '2009-12-29 00:03:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('403', '15', '231', '0', '2009-08-20 00:14:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('793', '15', '6515', '0', '2010-01-03 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('405', '15', '293', '0', '2009-08-21 00:02:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('772', '15', '1237', '0', '2009-12-28 00:01:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('409', '15', '237', '0', '2009-08-22 00:07:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('717', '15', '166', '0', '2009-12-04 00:05:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('496', '15', '205', '0', '2009-09-19 00:00:54'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('412', '15', '233', '0', '2009-08-23 00:07:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('414', '15', '294', '0', '2009-08-24 00:00:41'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1061', '41', '1', '0', '2010-04-23 22:10:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('769', '15', '1047', '0', '2009-12-27 00:09:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('768', '15', '481', '0', '2009-12-26 00:09:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('419', '15', '635', '0', '2009-08-25 00:03:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1060', '40', '1', '0', '2010-04-23 22:10:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('422', '15', '441', '0', '2009-08-26 00:03:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('423', '15', '505', '0', '2009-08-27 00:00:01'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('492', '15', '277', '0', '2009-09-18 00:03:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('426', '15', '268', '0', '2009-08-28 00:05:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1059', '45', '2', '0', '2010-04-22 22:35:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('765', '15', '383', '0', '2009-12-25 00:01:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('429', '15', '240', '0', '2009-08-29 00:11:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('789', '15', '3812', '0', '2010-01-02 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('432', '15', '291', '0', '2009-08-30 00:04:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('762', '15', '379', '0', '2009-12-24 00:02:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('489', '15', '399', '0', '2009-09-17 00:13:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('435', '15', '283', '0', '2009-08-31 00:00:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('488', '15', '254', '0', '2009-09-16 00:47:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('759', '15', '529', '0', '2009-12-23 00:02:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('440', '15', '304', '0', '2009-09-01 00:04:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('787', '15', '2589', '0', '2010-01-01 00:09:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1058', '45', '1', '0', '2010-04-19 18:26:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('443', '15', '220', '0', '2009-09-02 00:14:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('485', '15', '248', '0', '2009-09-15 00:07:48'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('446', '15', '351', '0', '2009-09-03 00:26:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('756', '15', '582', '0', '2009-12-22 00:03:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1057', '40', '1', '0', '2010-04-19 02:01:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('449', '15', '307', '0', '2009-09-04 00:01:44'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1056', '41', '2', '0', '2010-04-19 02:01:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('451', '15', '311', '0', '2009-09-05 00:01:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1055', '45', '1', '0', '2010-04-15 11:43:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('454', '15', '311', '0', '2009-09-06 00:07:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1054', '41', '1', '0', '2010-04-15 11:43:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('481', '15', '257', '0', '2009-09-14 00:03:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('458', '15', '359', '0', '2009-09-07 00:10:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1053', '41', '2', '0', '2010-04-14 05:49:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1052', '40', '5', '0', '2010-04-14 05:38:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('461', '15', '316', '0', '2009-09-08 00:10:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1051', '45', '2', '0', '2010-04-14 05:38:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1050', '45', '2', '0', '2010-04-14 05:38:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('465', '15', '403', '0', '2009-09-09 00:09:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('466', '15', '195', '0', '2009-09-10 00:04:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('478', '15', '254', '0', '2009-09-13 00:22:09'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1049', '40', '18', '0', '2010-04-13 01:58:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1048', '45', '9', '0', '2010-04-13 00:21:08'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('470', '15', '200', '0', '2009-09-11 00:23:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1047', '41', '11', '0', '2010-04-13 00:21:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1046', '40', '32', '0', '2010-04-12 03:22:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('752', '15', '491', '0', '2009-12-21 00:02:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('474', '15', '239', '0', '2009-09-12 00:13:07'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('893', '15', '1137', '0', '2010-02-07 00:00:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('534', '15', '285', '0', '2009-10-01 00:08:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('535', '15', '281', '0', '2009-10-02 00:04:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('892', '15', '979', '0', '2010-02-06 00:11:19'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('715', '15', '592', '0', '2009-12-03 00:01:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1045', '45', '32', '0', '2010-04-12 00:46:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('539', '15', '290', '0', '2009-10-03 00:07:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('749', '15', '427', '0', '2009-12-20 00:04:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1044', '41', '46', '0', '2010-04-12 00:17:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1043', '45', '445', '0', '2010-04-11 00:15:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('543', '15', '274', '0', '2009-10-04 00:31:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('712', '15', '535', '0', '2009-12-02 00:11:33'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('546', '15', '337', '0', '2009-10-05 00:11:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1042', '41', '496', '0', '2010-04-11 00:09:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('549', '15', '388', '0', '2009-10-06 00:04:31'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1041', '40', '476', '0', '2010-04-11 00:09:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('710', '15', '818', '0', '2009-12-01 00:05:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('552', '15', '409', '0', '2009-10-07 00:01:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('744', '15', '511', '0', '2009-12-19 00:00:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1040', '40', '411', '0', '2010-04-10 00:30:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('555', '15', '394', '0', '2009-10-08 00:13:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('708', '15', '923', '0', '2009-11-30 00:01:30'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('558', '15', '350', '1', '2009-10-09 00:02:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('742', '15', '548', '0', '2009-12-18 00:00:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('560', '15', '474', '1', '2009-10-10 00:00:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1039', '41', '378', '0', '2010-04-10 00:21:59'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('706', '15', '725', '0', '2009-11-29 00:00:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1038', '45', '378', '0', '2010-04-10 00:12:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('564', '15', '760', '0', '2009-10-11 00:06:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1037', '41', '609', '0', '2010-04-09 00:13:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('567', '15', '879', '0', '2009-10-12 00:07:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1036', '40', '612', '0', '2010-04-09 00:07:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('683', '15', '527', '0', '2009-11-19 00:08:50'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('704', '15', '556', '0', '2009-11-28 00:05:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('571', '15', '548', '0', '2009-10-13 00:04:45'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1035', '45', '584', '0', '2010-04-09 00:07:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('573', '15', '469', '0', '2009-10-14 00:02:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1034', '40', '407', '0', '2010-04-08 00:05:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('681', '15', '544', '0', '2009-11-18 00:07:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1033', '45', '414', '0', '2010-04-08 00:03:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('577', '15', '440', '0', '2009-10-15 00:05:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1032', '41', '440', '0', '2010-04-08 00:03:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('579', '15', '356', '0', '2009-10-16 00:01:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1031', '41', '574', '0', '2010-04-07 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1030', '45', '522', '0', '2010-04-07 00:01:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1029', '40', '580', '0', '2010-04-07 00:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1028', '45', '752', '0', '2010-04-06 00:05:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('584', '15', '316', '0', '2009-10-17 00:05:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1027', '41', '794', '0', '2010-04-06 00:01:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('702', '15', '890', '0', '2009-11-27 00:01:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('587', '15', '335', '0', '2009-10-18 00:02:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('676', '15', '549', '0', '2009-11-17 00:01:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1026', '40', '787', '0', '2010-04-06 00:01:00'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('590', '15', '434', '0', '2009-10-19 00:44:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1025', '45', '322', '0', '2010-04-05 00:13:37'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('675', '15', '375', '0', '2009-11-16 00:09:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('593', '15', '318', '0', '2009-10-20 00:11:52'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1024', '41', '332', '0', '2010-04-05 00:04:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('595', '15', '279', '0', '2009-10-21 00:07:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1023', '40', '328', '0', '2010-04-05 00:04:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1022', '40', '320', '0', '2010-04-04 00:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('598', '15', '324', '0', '2009-10-22 00:08:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1021', '41', '325', '0', '2010-04-04 00:00:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('600', '15', '452', '0', '2009-10-23 00:00:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('700', '15', '874', '0', '2009-11-26 00:02:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1020', '45', '277', '0', '2010-04-04 00:00:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('603', '15', '270', '0', '2009-10-24 00:02:38'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1019', '40', '467', '0', '2010-04-03 00:13:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1018', '41', '507', '0', '2010-04-03 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('606', '15', '283', '0', '2009-10-25 00:12:28'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('670', '15', '397', '0', '2009-11-15 00:02:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1017', '45', '527', '0', '2010-04-03 00:00:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('609', '15', '449', '0', '2009-10-26 00:12:27'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1016', '41', '396', '0', '2010-04-02 00:08:43'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1015', '45', '425', '0', '2010-04-02 00:06:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1014', '40', '409', '0', '2010-04-02 00:06:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1013', '40', '491', '0', '2010-04-01 00:07:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('614', '15', '327', '0', '2009-10-27 00:06:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('667', '15', '312', '0', '2009-11-14 00:06:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1012', '45', '518', '0', '2010-04-01 00:07:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('617', '15', '302', '0', '2009-10-28 00:02:12'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('666', '15', '438', '0', '2009-11-13 00:01:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('619', '15', '291', '0', '2009-10-29 00:11:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1011', '41', '491', '0', '2010-04-01 00:06:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('621', '15', '423', '0', '2009-10-30 00:08:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1010', '45', '345', '0', '2010-03-31 00:10:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1009', '40', '359', '0', '2010-03-31 00:04:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('698', '15', '971', '0', '2009-11-25 00:01:29'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1008', '41', '386', '0', '2010-03-31 00:04:36'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('626', '15', '253', '0', '2009-10-31 00:15:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1007', '41', '550', '0', '2010-03-30 00:36:57'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1006', '40', '545', '0', '2010-03-30 00:18:05'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('629', '15', '289', '0', '2009-11-01 00:13:26'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1005', '45', '523', '1', '2010-03-30 00:13:32'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('631', '15', '398', '0', '2009-11-02 00:27:39'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1004', '45', '494', '0', '2010-03-29 00:04:46'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('633', '15', '321', '0', '2009-11-03 00:00:56'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('661', '15', '405', '0', '2009-11-12 00:08:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1003', '41', '521', '0', '2010-03-29 00:03:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1002', '40', '527', '0', '2010-03-29 00:03:06'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1001', '40', '368', '0', '2010-03-28 00:19:23'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('638', '15', '232', '0', '2009-11-04 00:02:13'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('639', '15', '299', '0', '2009-11-05 00:04:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('696', '15', '1105', '0', '2009-11-24 00:01:03'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1000', '45', '376', '0', '2010-03-28 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('999', '41', '377', '0', '2010-03-28 00:00:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('643', '15', '312', '0', '2009-11-06 00:01:17'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('658', '15', '350', '0', '2009-11-11 00:01:34'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('695', '15', '1762', '0', '2009-11-23 00:02:58'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('998', '45', '219', '0', '2010-03-27 09:49:49'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('647', '15', '416', '0', '2009-11-07 00:19:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('994', '40', '354', '0', '2010-03-27 00:03:21'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('649', '15', '226', '0', '2009-11-08 00:16:22'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('656', '15', '487', '0', '2009-11-10 00:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('993', '41', '325', '0', '2010-03-27 00:01:04'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('652', '15', '359', '0', '2009-11-09 00:01:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('992', '41', '601', '0', '2010-03-26 00:13:53'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('991', '40', '587', '0', '2010-03-26 00:13:47'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('862', '15', '541', '0', '2010-01-26 00:10:35'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('863', '15', '511', '0', '2010-01-27 00:02:10'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('890', '15', '787', '0', '2010-02-05 00:03:42'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('867', '15', '451', '0', '2010-01-28 00:14:51'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('870', '15', '614', '0', '2010-01-29 00:01:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('887', '15', '911', '0', '2010-02-04 00:03:18'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('874', '15', '541', '0', '2010-01-30 00:04:14'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('886', '15', '793', '0', '2010-02-03 00:03:55'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('876', '15', '955', '0', '2010-01-31 00:00:20'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('879', '15', '895', '0', '2010-02-01 00:00:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('881', '15', '579', '0', '2010-02-02 00:01:40'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1082', '45', '1', '0', '2010-07-06 16:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1081', '45', '1', '0', '2010-07-06 16:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1080', '40', '2', '0', '2010-07-06 16:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1079', '41', '2', '0', '2010-07-06 16:00:02'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1078', '40', '2', '0', '2010-06-24 09:02:15'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('1077', '41', '3', '0', '2010-06-17 09:59:25'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('988', '40', '521', '0', '2010-03-25 12:12:11'); INSERT INTO `banners_history`(`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES ('990', '41', '375', '0', '2010-03-25 13:53:56'); DROP TABLE IF EXISTS `categories`; CREATE TABLE `categories` ( `categories_id` int(11) NOT NULL auto_increment, `categories_image` varchar(64) collate latin1_general_ci default NULL, `parent_id` int(11) NOT NULL default '0', `sort_order` int(3) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, `categories_status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`categories_id`), KEY `idx_parent_id_cat_id_zen` (`parent_id`,`categories_id`), KEY `idx_status_zen` (`categories_status`), KEY `idx_sort_order_zen` (`sort_order`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES ('1', '', '0', '1', '2009-04-18 12:44:48', '', '1'); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES ('2', 'categories/button-RedAutobiography.jpg', '1', '2', '2009-04-18 12:48:20', '2010-03-15 20:02:17', '1'); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES ('3', 'ptsigning1.jpg', '1', '1', '2009-04-18 12:49:29', '2009-08-17 19:03:49', '1'); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES ('4', 'categories/button-redcomputergames.jpg', '1', '11', '2009-04-18 12:50:12', '2010-03-15 20:46:44', '1'); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES ('6', 'categories/Redbutton_Darts Shirts.jpg', '1', '3', '2009-06-29 14:18:47', '2010-03-11 21:27:45', '1'); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES ('7', 'button-redchildrensshirts.jpg', '1', '5', '2009-07-18 13:01:34', '2010-03-13 12:02:43', '1'); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES ('11', 'categories/button-redPoloShirts.jpg', '1', '7', '2009-08-17 17:11:16', '2010-03-15 20:18:03', '1'); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES ('10', 'Greetings_Card-.jpg', '1', '4', '2009-07-20 17:28:42', '2010-03-11 21:53:36', '1'); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES ('12', 'categories/Pencilcase.jpg', '1', '10', '2009-09-08 18:02:23', '2010-02-05 20:48:38', '1'); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES ('13', 'categories/RedButton.jpg', '1', '6', '2009-10-20 19:13:37', '2010-03-11 21:13:44', '1'); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES ('14', 'categories/button-redT-Shirts .jpg', '1', '9', '2009-11-10 17:42:18', '2010-03-15 22:17:51', '1'); INSERT INTO `categories`(`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`, `categories_status`) VALUES ('15', 'categories/Button_Red_socks.jpg', '1', '8', '2009-12-12 14:31:51', '2010-03-15 19:52:45', '1'); DROP TABLE IF EXISTS `categories_description`; CREATE TABLE `categories_description` ( `categories_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `categories_name` varchar(32) collate latin1_general_ci NOT NULL default '', `categories_description` text collate latin1_general_ci NOT NULL, PRIMARY KEY (`categories_id`,`language_id`), KEY `idx_categories_name_zen` (`categories_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_description`) VALUES ('1', '1', 'Shop', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_description`) VALUES ('2', '1', 'The Power - My Autobiography', '
Re-print of the 2004 Harper Collins Paperback book
'); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_description`) VALUES ('3', '1', '\'Power\' Memorabilia', '
\'Power\' Memorabilia
'); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_description`) VALUES ('4', '1', 'Computer Games', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_description`) VALUES ('13', '1', 'Darts & Accessories', 'Unicorn Darts - Simply the Best! '); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_description`) VALUES ('6', '1', 'Power Darts Shirts', '\'Power\' Darts Shirt - Adult
As worn by Phil The Power Taylor, only smaller, for all those budding dart players!
'); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_description`) VALUES ('12', '1', 'Power Pencil Case', ''); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_description`) VALUES ('11', '1', 'Power Polo Shirt', 'Power Polo Shirt'); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_description`) VALUES ('10', '1', 'Signed Cards', 'Signed cards for all occasions
NEW - CHRISTMAS CARD
'); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_description`) VALUES ('14', '1', 'Power T-Shirts', 'Power T-Shirts '); INSERT INTO `categories_description`(`categories_id`, `language_id`, `categories_name`, `categories_description`) VALUES ('15', '1', 'Power Socks', '"Power" socks'); DROP TABLE IF EXISTS `configuration`; CREATE TABLE `configuration` ( `configuration_id` int(11) NOT NULL auto_increment, `configuration_title` text collate latin1_general_ci NOT NULL, `configuration_key` varchar(255) collate latin1_general_ci NOT NULL default '', `configuration_value` text collate latin1_general_ci NOT NULL, `configuration_description` text collate latin1_general_ci NOT NULL, `configuration_group_id` int(11) NOT NULL default '0', `sort_order` int(5) default NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL default '0001-01-01 00:00:00', `use_function` text collate latin1_general_ci, `set_function` text collate latin1_general_ci, PRIMARY KEY (`configuration_id`), UNIQUE KEY `unq_config_key_zen` (`configuration_key`), KEY `idx_key_value_zen` (`configuration_key`,`configuration_value`(10)), KEY `idx_cfg_grp_id_zen` (`configuration_group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=622 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('1', 'Store Name', 'STORE_NAME', 'Phil Taylor Promotions Ltd', 'The name of my store', '1', '1', '', '2009-04-17 16:45:16', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('2', 'Store Owner', 'STORE_OWNER', 'Mr P Taylor', 'The name of my store owner', '1', '2', '2009-06-08 16:46:21', '2009-04-17 16:45:16', '', ''); INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('3', 'Country', 'STORE_COUNTRY', '222', 'The country my store is located inwww.paypal.com/cgi-bin/webscrwww.paypal.com/us/cgi-bin/webscrwww.paypal.com/uk/cgi-bin/webscr', 'MODULE_PAYMENT_PAYPAL_HANDLER', 'www.paypal.com/cgi-bin/webscr', 'Choose the URL for PayPal live processing', '6', '73', '', '2009-07-17 14:02:23', '', '');
INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('620', 'Payment Zone', 'MODULE_PAYMENT_MONEYORDER_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', '6', '2', '', '2009-11-25 09:21:42', 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(');
INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('621', 'Set Order Status', 'MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID', '0', 'Set the status of orders made with this payment module to this value', '6', '0', '', '2009-11-25 09:21:42', 'zen_get_order_status_name', 'zen_cfg_pull_down_order_statuses(');
INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('617', 'Enable Check/Money Order Module', 'MODULE_PAYMENT_MONEYORDER_STATUS', 'True', 'Do you want to accept Check/Money Order payments?', '6', '1', '', '2009-11-25 09:21:42', '', 'zen_cfg_select_option(array(\'True\', \'False\'), ');
INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('618', 'Make Payable to:', 'MODULE_PAYMENT_MONEYORDER_PAYTO', 'Phil Taylor Promotions Ltd ', 'Who should payments be made payable to?', '6', '1', '', '2009-11-25 09:21:42', '', '');
INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('619', 'Sort order of display.', 'MODULE_PAYMENT_MONEYORDER_SORT_ORDER', '0', 'Sort order of display. Lowest is displayed first.', '6', '0', '', '2009-11-25 09:21:42', '', '');
INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('613', 'MEDIA EDITABLE IMAGE WIDTH', 'MEDIA_EDITABLE_IMAGE_WIDTH', '800', '', '39', '', '', '0001-01-01 00:00:00', '', '');
INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('614', 'MEDIA EDITABLE IMAGE HEIGHT', 'MEDIA_EDITABLE_IMAGE_HEIGHT', '600', '', '39', '', '', '0001-01-01 00:00:00', '', '');
INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('615', 'cropping enable', 'MEDIA_ENABLE_CROPPING', '0', 'enables cropping for image editor', '39', '', '', '0001-01-01 00:00:00', '', '');
INSERT INTO `configuration`(`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES ('616', 'ADMIN_GALLERY_IAMGE_MAX_DISPLAY_RESULTS', 'ADMIN_GALLERY_IAMGE_MAX_DISPLAY_RESULTS', '10', 'gallery images max display images.', '39', '1', '2009-04-29 12:23:38', '0001-01-01 00:00:00', '', '');
DROP TABLE IF EXISTS `configuration_group`;
CREATE TABLE `configuration_group` (
`configuration_group_id` int(11) NOT NULL auto_increment,
`configuration_group_title` varchar(64) collate latin1_general_ci NOT NULL default '',
`configuration_group_description` varchar(255) collate latin1_general_ci NOT NULL default '',
`sort_order` int(5) default NULL,
`visible` int(1) default '1',
PRIMARY KEY (`configuration_group_id`),
KEY `idx_visible_zen` (`visible`)
) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('1', 'My Store', 'General information about my store', '1', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('2', 'Minimum Values', 'The minimum values for functions / data', '2', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('3', 'Maximum Values', 'The maximum values for functions / data', '3', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('4', 'Images', 'Image parameters', '4', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('5', 'Customer Details', 'Customer account configuration', '5', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('6', 'Module Options', 'Hidden from configuration', '6', '0');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('7', 'Shipping/Packaging', 'Shipping options available at my store', '7', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('8', 'Product Listing', 'Product Listing configuration options', '8', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('9', 'Stock', 'Stock configuration options', '9', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('10', 'Logging', 'Logging configuration options', '10', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('11', 'Regulations', 'Regulation options', '16', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('12', 'E-Mail Options', 'General settings for E-Mail transport and HTML E-Mails', '12', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('13', 'Attribute Settings', 'Configure products attributes settings', '13', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('14', 'GZip Compression', 'GZip compression options', '14', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('15', 'Sessions', 'Session options', '15', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('16', 'GV Coupons', 'Gift Vouchers and Coupons', '16', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('17', 'Credit Cards', 'Credit Cards Accepted', '17', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('18', 'Product Info', 'Product Info Display Options', '18', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('19', 'Layout Settings', 'Layout Options', '19', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('20', 'Website Maintenance', 'Website Maintenance Options', '20', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('21', 'New Listing', 'New Products Listing', '21', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('22', 'Featured Listing', 'Featured Products Listing', '22', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('23', 'All Listing', 'All Products Listing', '23', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('24', 'Index Listing', 'Index Products Listing', '24', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('25', 'Define Page Status', 'Define Main Pages and HTMLArea Options', '25', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('30', 'EZ-Pages Settings', 'EZ-Pages Settings', '30', '1');
INSERT INTO `configuration_group`(`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ('31', 'News & Articles Management', 'The options which configure News & Articles Management', '31', '1');
DROP TABLE IF EXISTS `counter`;
CREATE TABLE `counter` (
`startdate` char(8) collate latin1_general_ci default NULL,
`counter` int(12) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
INSERT INTO `counter`(`startdate`, `counter`) VALUES ('20090417', '1227477');
DROP TABLE IF EXISTS `counter_history`;
CREATE TABLE `counter_history` (
`startdate` char(8) collate latin1_general_ci default NULL,
`counter` int(12) default NULL,
`session_counter` int(12) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090417', '150', '9');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090418', '359', '8');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090420', '423', '24');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090421', '207', '50');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090422', '176', '13');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090423', '127', '16');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090424', '1139', '301');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090425', '1613', '452');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090426', '1260', '454');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090427', '1336', '392');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090428', '1381', '452');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090429', '1271', '438');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090430', '1496', '453');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090501', '1344', '470');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090502', '967', '347');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090503', '994', '349');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090504', '1273', '430');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090505', '1364', '454');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090506', '1352', '508');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090507', '1654', '600');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090508', '1715', '523');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090509', '1072', '387');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090510', '1238', '415');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090511', '1283', '456');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090512', '1584', '471');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090513', '1388', '430');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090514', '1605', '510');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090515', '1170', '383');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090516', '1054', '421');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090517', '1277', '551');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090518', '1173', '411');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090519', '1229', '363');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090520', '1315', '391');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090521', '1320', '385');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090522', '1370', '462');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090523', '976', '366');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090524', '1552', '377');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090525', '1612', '483');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090526', '1905', '584');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090527', '1545', '505');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090528', '1458', '458');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090529', '1227', '428');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090530', '939', '430');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090531', '984', '362');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090601', '1159', '410');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090602', '1546', '449');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090603', '1229', '462');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090604', '1464', '521');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090605', '1864', '568');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090606', '1913', '559');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090607', '3314', '797');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090608', '2506', '759');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090609', '2312', '685');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090610', '1770', '564');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090611', '2262', '637');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090612', '1351', '441');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090613', '1263', '458');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090614', '1044', '390');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090615', '1707', '463');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090616', '1353', '430');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090617', '1649', '576');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090618', '1354', '480');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090619', '1234', '564');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090620', '1033', '498');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090621', '1399', '613');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090622', '1262', '463');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090623', '1528', '595');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090624', '1805', '852');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090625', '1372', '459');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090626', '1357', '471');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090627', '946', '342');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090628', '1135', '502');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090629', '1233', '512');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090630', '1130', '472');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090701', '1192', '578');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090702', '1142', '542');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090703', '1302', '531');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090704', '1806', '1036');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090705', '2848', '1416');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090706', '3702', '1899');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090707', '3477', '1980');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090708', '2885', '1699');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090709', '2677', '1721');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090710', '2628', '1715');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090711', '2395', '1634');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090712', '2745', '1803');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090713', '2580', '1687');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090714', '2871', '1749');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090715', '2213', '1403');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090716', '2563', '1692');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090717', '2648', '1792');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090718', '2564', '1564');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090719', '3168', '2090');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090720', '2883', '1400');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090721', '4286', '2873');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090722', '3183', '1603');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090723', '3928', '2092');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090724', '4049', '2367');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090725', '3780', '1805');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090726', '6746', '2794');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090727', '6618', '3072');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090728', '4797', '2206');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090729', '4195', '1809');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090730', '3424', '1579');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090731', '2804', '1322');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090801', '2252', '1097');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090802', '2305', '1146');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090803', '2664', '1336');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090804', '2568', '1270');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090805', '2511', '1325');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090806', '3057', '1432');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090807', '1855', '940');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090808', '1899', '1057');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090809', '1614', '988');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090810', '1947', '931');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090811', '2366', '1257');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090812', '2864', '1353');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090813', '2662', '1280');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090814', '2041', '1047');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090815', '1758', '1074');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090816', '2247', '1170');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090817', '2183', '1155');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090818', '2356', '1209');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090819', '1957', '1008');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090820', '2257', '1179');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090821', '2267', '1186');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090822', '2179', '1231');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090823', '2127', '1338');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090824', '2474', '1282');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090825', '4250', '1459');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090826', '3872', '1455');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090827', '4888', '1559');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090828', '2475', '1072');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090829', '2925', '1156');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090830', '2834', '1160');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090831', '2571', '1134');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090901', '2648', '1370');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090902', '2020', '989');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090903', '2779', '1541');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090904', '2496', '1265');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090905', '2232', '1191');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090906', '2691', '1199');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090907', '2904', '1394');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090908', '2552', '1291');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090909', '3504', '1370');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090910', '1943', '1108');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090911', '1764', '960');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090912', '2051', '1088');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090913', '2106', '1132');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090914', '2139', '1132');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090915', '2109', '1198');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090916', '2266', '1372');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090917', '2660', '1455');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090918', '2057', '1131');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090919', '1836', '1205');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090920', '1738', '927');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090921', '2357', '1286');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090922', '2337', '1241');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090923', '2558', '1424');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090924', '2489', '1331');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090925', '2027', '1202');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090926', '1946', '1073');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090927', '1987', '1070');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090928', '2462', '1303');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090929', '2476', '1239');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20090930', '2500', '1284');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091001', '2947', '1903');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091002', '2509', '1676');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091003', '2648', '1654');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091004', '2672', '1706');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091005', '3227', '1845');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091006', '3004', '1381');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091007', '3250', '1477');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091008', '3135', '1362');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091009', '2806', '1328');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091010', '3065', '1597');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091011', '5264', '2530');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091012', '5571', '2237');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091013', '4258', '1928');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091014', '3910', '2031');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091015', '3384', '1594');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091016', '2834', '1453');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091017', '2472', '1270');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091018', '2936', '1590');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091019', '2898', '1574');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091020', '2805', '1476');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091021', '2654', '1354');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091022', '2466', '1174');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091023', '3098', '1889');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091024', '2319', '1293');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091025', '2551', '1407');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091026', '3070', '1849');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091027', '2985', '1780');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091028', '3525', '1646');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091029', '2896', '1521');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091030', '3289', '2281');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091031', '2218', '1501');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091101', '3152', '1685');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091102', '3285', '1833');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091103', '2460', '1224');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091104', '2025', '761');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091105', '2332', '1021');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091106', '2298', '1103');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091107', '3804', '2660');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091108', '2567', '1397');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091109', '2962', '1628');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091110', '3207', '1613');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091111', '4249', '1804');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091112', '2807', '1378');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091113', '2955', '1472');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091114', '3046', '1624');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091115', '4269', '2229');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091116', '3356', '1430');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091117', '4126', '1777');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091118', '4037', '1704');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091119', '4299', '1681');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091120', '4654', '2190');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091121', '6389', '2869');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091122', '12050', '4777');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091123', '9503', '3367');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091124', '5965', '2028');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091125', '5827', '2542');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091126', '5496', '2287');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091127', '4564', '1993');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091128', '4904', '2623');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091129', '4197', '2043');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091130', '4109', '1787');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091201', '4940', '2663');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091202', '4010', '1992');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091203', '3341', '1780');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091204', '2458', '2264');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091205', '1443', '1273');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091206', '1727', '1533');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091207', '3212', '1542');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091208', '3513', '1437');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091209', '2609', '1110');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091210', '3369', '2067');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091211', '5647', '3484');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091212', '4442', '1653');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091213', '3419', '1701');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091214', '3981', '2077');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091215', '3722', '2027');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091216', '3873', '1559');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091217', '4109', '2169');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091218', '4223', '1952');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091219', '3427', '1435');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091220', '3657', '1354');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091221', '3742', '1370');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091222', '4649', '1964');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091223', '3828', '1648');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091224', '2875', '1492');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091225', '3581', '1744');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091226', '3420', '1653');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091227', '7020', '2260');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091228', '8479', '2415');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091229', '11466', '3578');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091230', '11396', '3031');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20091231', '7442', '2117');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100101', '18920', '4627');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100102', '26211', '6780');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100103', '39920', '11512');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100104', '44856', '12157');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100105', '20835', '5351');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100106', '14839', '4077');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100107', '11813', '4051');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100108', '13418', '3789');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100109', '10601', '3294');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100110', '11261', '4048');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100111', '10148', '3264');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100112', '7723', '2928');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100113', '6832', '2868');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100114', '6124', '1942');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100115', '6058', '2627');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100116', '5012', '1966');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100117', '5735', '2017');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100118', '5642', '2020');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100119', '5263', '2374');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100120', '5892', '2856');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100121', '4686', '1727');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100122', '4924', '2616');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100123', '3749', '1636');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100124', '4799', '1930');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100125', '4457', '1813');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100126', '5017', '2257');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100127', '4195', '1804');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100128', '3821', '1474');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100129', '5134', '1956');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100130', '5053', '2070');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100131', '7557', '2591');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100201', '6904', '2553');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100202', '5137', '1725');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100203', '4018', '1444');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100204', '6036', '2625');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100205', '5157', '2652');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100206', '2933', '2618');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100207', '3080', '2290');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100208', '4432', '2115');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100209', '4126', '2263');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100210', '5270', '2516');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100211', '5177', '2366');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100212', '4457', '2485');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100213', '3406', '1917');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100214', '3703', '1935');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100215', '3935', '2123');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100216', '4370', '2467');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100217', '3754', '1790');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100218', '3831', '1794');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100219', '3978', '2277');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100220', '2272', '1228');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100221', '3311', '1373');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100222', '3363', '1570');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100223', '2872', '1217');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100224', '2584', '1272');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100225', '3088', '1300');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100226', '2818', '1171');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100227', '2298', '1022');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100228', '2777', '1277');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100301', '2921', '1282');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100302', '2503', '1265');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100303', '3375', '1962');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100304', '5618', '3412');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100305', '4978', '2976');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100306', '3241', '1621');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100307', '3555', '1790');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100308', '4344', '2604');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100309', '3953', '2555');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100310', '4472', '2674');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100311', '3428', '1592');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100312', '4354', '2440');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100313', '4806', '3104');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100314', '2998', '1178');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100315', '4271', '2046');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100316', '4076', '1777');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100317', '5559', '3244');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100318', '4089', '2281');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100319', '3838', '1955');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100320', '3691', '2062');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100321', '2946', '1149');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100322', '3508', '1549');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100323', '3849', '2039');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100324', '5147', '3400');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100325', '5013', '2429');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100326', '4462', '1720');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100327', '4136', '2064');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100328', '4255', '2676');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100329', '4110', '2175');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100330', '3732', '1939');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100331', '3867', '2092');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100401', '3985', '1837');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100402', '4015', '1705');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100403', '2904', '1205');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100404', '3377', '1771');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100405', '2762', '1261');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100406', '4138', '2875');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100407', '3725', '2306');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100408', '3656', '1726');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100409', '3768', '2043');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100410', '2920', '1625');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100411', '2638', '1379');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100412', '255', '62');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100413', '33', '17');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100414', '6', '2');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100414', '6', '2');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100415', '1', '1');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100419', '2', '2');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100422', '1', '1');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100423', '1', '1');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100424', '4', '4');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100426', '1', '1');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100502', '1', '1');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100524', '4', '4');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100528', '5', '5');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100617', '4', '4');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100624', '1', '1');
INSERT INTO `counter_history`(`startdate`, `counter`, `session_counter`) VALUES ('20100706', '4', '4');
DROP TABLE IF EXISTS `countries`;
CREATE TABLE `countries` (
`countries_id` int(11) NOT NULL auto_increment,
`countries_name` varchar(64) collate latin1_general_ci NOT NULL default '',
`countries_iso_code_2` char(2) collate latin1_general_ci NOT NULL default '',
`countries_iso_code_3` char(3) collate latin1_general_ci NOT NULL default '',
`address_format_id` int(11) NOT NULL default '0',
PRIMARY KEY (`countries_id`),
KEY `idx_countries_name_zen` (`countries_name`),
KEY `idx_address_format_id_zen` (`address_format_id`),
KEY `idx_iso_2_zen` (`countries_iso_code_2`),
KEY `idx_iso_3_zen` (`countries_iso_code_3`)
) ENGINE=MyISAM AUTO_INCREMENT=242 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('240', 'Aaland Islands', 'AX', 'ALA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('1', 'Afghanistan', 'AF', 'AFG', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('2', 'Albania', 'AL', 'ALB', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('3', 'Algeria', 'DZ', 'DZA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('4', 'American Samoa', 'AS', 'ASM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('5', 'Andorra', 'AD', 'AND', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('6', 'Angola', 'AO', 'AGO', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('7', 'Anguilla', 'AI', 'AIA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('8', 'Antarctica', 'AQ', 'ATA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('9', 'Antigua and Barbuda', 'AG', 'ATG', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('10', 'Argentina', 'AR', 'ARG', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('11', 'Armenia', 'AM', 'ARM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('12', 'Aruba', 'AW', 'ABW', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('13', 'Australia', 'AU', 'AUS', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('14', 'Austria', 'AT', 'AUT', '5');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('15', 'Azerbaijan', 'AZ', 'AZE', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('16', 'Bahamas', 'BS', 'BHS', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('17', 'Bahrain', 'BH', 'BHR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('18', 'Bangladesh', 'BD', 'BGD', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('19', 'Barbados', 'BB', 'BRB', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('20', 'Belarus', 'BY', 'BLR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('21', 'Belgium', 'BE', 'BEL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('22', 'Belize', 'BZ', 'BLZ', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('23', 'Benin', 'BJ', 'BEN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('24', 'Bermuda', 'BM', 'BMU', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('25', 'Bhutan', 'BT', 'BTN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('26', 'Bolivia', 'BO', 'BOL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('27', 'Bosnia and Herzegowina', 'BA', 'BIH', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('28', 'Botswana', 'BW', 'BWA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('29', 'Bouvet Island', 'BV', 'BVT', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('30', 'Brazil', 'BR', 'BRA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('31', 'British Indian Ocean Territory', 'IO', 'IOT', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('32', 'Brunei Darussalam', 'BN', 'BRN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('33', 'Bulgaria', 'BG', 'BGR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('34', 'Burkina Faso', 'BF', 'BFA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('35', 'Burundi', 'BI', 'BDI', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('36', 'Cambodia', 'KH', 'KHM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('37', 'Cameroon', 'CM', 'CMR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('38', 'Canada', 'CA', 'CAN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('39', 'Cape Verde', 'CV', 'CPV', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('40', 'Cayman Islands', 'KY', 'CYM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('41', 'Central African Republic', 'CF', 'CAF', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('42', 'Chad', 'TD', 'TCD', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('43', 'Chile', 'CL', 'CHL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('44', 'China', 'CN', 'CHN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('45', 'Christmas Island', 'CX', 'CXR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('46', 'Cocos (Keeling) Islands', 'CC', 'CCK', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('47', 'Colombia', 'CO', 'COL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('48', 'Comoros', 'KM', 'COM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('49', 'Congo', 'CG', 'COG', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('50', 'Cook Islands', 'CK', 'COK', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('51', 'Costa Rica', 'CR', 'CRI', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('52', 'Cote D\'Ivoire', 'CI', 'CIV', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('53', 'Croatia', 'HR', 'HRV', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('54', 'Cuba', 'CU', 'CUB', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('55', 'Cyprus', 'CY', 'CYP', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('56', 'Czech Republic', 'CZ', 'CZE', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('57', 'Denmark', 'DK', 'DNK', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('58', 'Djibouti', 'DJ', 'DJI', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('59', 'Dominica', 'DM', 'DMA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('60', 'Dominican Republic', 'DO', 'DOM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('61', 'East Timor', 'TP', 'TMP', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('62', 'Ecuador', 'EC', 'ECU', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('63', 'Egypt', 'EG', 'EGY', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('64', 'El Salvador', 'SV', 'SLV', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('65', 'Equatorial Guinea', 'GQ', 'GNQ', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('66', 'Eritrea', 'ER', 'ERI', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('67', 'Estonia', 'EE', 'EST', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('68', 'Ethiopia', 'ET', 'ETH', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('69', 'Falkland Islands (Malvinas)', 'FK', 'FLK', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('70', 'Faroe Islands', 'FO', 'FRO', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('71', 'Fiji', 'FJ', 'FJI', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('72', 'Finland', 'FI', 'FIN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('73', 'France', 'FR', 'FRA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('74', 'France, Metropolitan', 'FX', 'FXX', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('75', 'French Guiana', 'GF', 'GUF', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('76', 'French Polynesia', 'PF', 'PYF', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('77', 'French Southern Territories', 'TF', 'ATF', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('78', 'Gabon', 'GA', 'GAB', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('79', 'Gambia', 'GM', 'GMB', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('80', 'Georgia', 'GE', 'GEO', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('81', 'Germany', 'DE', 'DEU', '5');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('82', 'Ghana', 'GH', 'GHA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('83', 'Gibraltar', 'GI', 'GIB', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('84', 'Greece', 'GR', 'GRC', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('85', 'Greenland', 'GL', 'GRL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('86', 'Grenada', 'GD', 'GRD', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('87', 'Guadeloupe', 'GP', 'GLP', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('88', 'Guam', 'GU', 'GUM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('89', 'Guatemala', 'GT', 'GTM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('90', 'Guinea', 'GN', 'GIN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('91', 'Guinea-bissau', 'GW', 'GNB', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('92', 'Guyana', 'GY', 'GUY', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('93', 'Haiti', 'HT', 'HTI', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('94', 'Heard and Mc Donald Islands', 'HM', 'HMD', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('95', 'Honduras', 'HN', 'HND', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('96', 'Hong Kong', 'HK', 'HKG', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('97', 'Hungary', 'HU', 'HUN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('98', 'Iceland', 'IS', 'ISL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('99', 'India', 'IN', 'IND', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('100', 'Indonesia', 'ID', 'IDN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('101', 'Iran (Islamic Republic of)', 'IR', 'IRN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('102', 'Iraq', 'IQ', 'IRQ', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('103', 'Ireland', 'IE', 'IRL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('104', 'Israel', 'IL', 'ISR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('105', 'Italy', 'IT', 'ITA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('106', 'Jamaica', 'JM', 'JAM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('107', 'Japan', 'JP', 'JPN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('108', 'Jordan', 'JO', 'JOR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('109', 'Kazakhstan', 'KZ', 'KAZ', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('110', 'Kenya', 'KE', 'KEN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('111', 'Kiribati', 'KI', 'KIR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('112', 'Korea, Democratic People\'s Republic of', 'KP', 'PRK', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('113', 'Korea, Republic of', 'KR', 'KOR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('114', 'Kuwait', 'KW', 'KWT', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('115', 'Kyrgyzstan', 'KG', 'KGZ', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('116', 'Lao People\'s Democratic Republic', 'LA', 'LAO', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('117', 'Latvia', 'LV', 'LVA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('118', 'Lebanon', 'LB', 'LBN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('119', 'Lesotho', 'LS', 'LSO', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('120', 'Liberia', 'LR', 'LBR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('121', 'Libyan Arab Jamahiriya', 'LY', 'LBY', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('122', 'Liechtenstein', 'LI', 'LIE', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('123', 'Lithuania', 'LT', 'LTU', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('124', 'Luxembourg', 'LU', 'LUX', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('125', 'Macau', 'MO', 'MAC', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('126', 'Macedonia, The Former Yugoslav Republic of', 'MK', 'MKD', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('127', 'Madagascar', 'MG', 'MDG', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('128', 'Malawi', 'MW', 'MWI', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('129', 'Malaysia', 'MY', 'MYS', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('130', 'Maldives', 'MV', 'MDV', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('131', 'Mali', 'ML', 'MLI', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('132', 'Malta', 'MT', 'MLT', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('133', 'Marshall Islands', 'MH', 'MHL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('134', 'Martinique', 'MQ', 'MTQ', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('135', 'Mauritania', 'MR', 'MRT', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('136', 'Mauritius', 'MU', 'MUS', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('137', 'Mayotte', 'YT', 'MYT', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('138', 'Mexico', 'MX', 'MEX', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('139', 'Micronesia, Federated States of', 'FM', 'FSM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('140', 'Moldova, Republic of', 'MD', 'MDA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('141', 'Monaco', 'MC', 'MCO', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('142', 'Mongolia', 'MN', 'MNG', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('143', 'Montserrat', 'MS', 'MSR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('144', 'Morocco', 'MA', 'MAR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('145', 'Mozambique', 'MZ', 'MOZ', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('146', 'Myanmar', 'MM', 'MMR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('147', 'Namibia', 'NA', 'NAM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('148', 'Nauru', 'NR', 'NRU', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('149', 'Nepal', 'NP', 'NPL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('150', 'Netherlands', 'NL', 'NLD', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('151', 'Netherlands Antilles', 'AN', 'ANT', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('152', 'New Caledonia', 'NC', 'NCL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('153', 'New Zealand', 'NZ', 'NZL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('154', 'Nicaragua', 'NI', 'NIC', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('155', 'Niger', 'NE', 'NER', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('156', 'Nigeria', 'NG', 'NGA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('157', 'Niue', 'NU', 'NIU', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('158', 'Norfolk Island', 'NF', 'NFK', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('159', 'Northern Mariana Islands', 'MP', 'MNP', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('160', 'Norway', 'NO', 'NOR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('161', 'Oman', 'OM', 'OMN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('162', 'Pakistan', 'PK', 'PAK', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('163', 'Palau', 'PW', 'PLW', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('164', 'Panama', 'PA', 'PAN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('165', 'Papua New Guinea', 'PG', 'PNG', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('166', 'Paraguay', 'PY', 'PRY', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('167', 'Peru', 'PE', 'PER', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('168', 'Philippines', 'PH', 'PHL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('169', 'Pitcairn', 'PN', 'PCN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('170', 'Poland', 'PL', 'POL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('171', 'Portugal', 'PT', 'PRT', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('172', 'Puerto Rico', 'PR', 'PRI', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('173', 'Qatar', 'QA', 'QAT', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('174', 'Reunion', 'RE', 'REU', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('175', 'Romania', 'RO', 'ROM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('176', 'Russian Federation', 'RU', 'RUS', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('177', 'Rwanda', 'RW', 'RWA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('178', 'Saint Kitts and Nevis', 'KN', 'KNA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('179', 'Saint Lucia', 'LC', 'LCA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('180', 'Saint Vincent and the Grenadines', 'VC', 'VCT', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('181', 'Samoa', 'WS', 'WSM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('182', 'San Marino', 'SM', 'SMR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('183', 'Sao Tome and Principe', 'ST', 'STP', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('184', 'Saudi Arabia', 'SA', 'SAU', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('185', 'Senegal', 'SN', 'SEN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('186', 'Seychelles', 'SC', 'SYC', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('187', 'Sierra Leone', 'SL', 'SLE', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('188', 'Singapore', 'SG', 'SGP', '4');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('189', 'Slovakia (Slovak Republic)', 'SK', 'SVK', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('190', 'Slovenia', 'SI', 'SVN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('191', 'Solomon Islands', 'SB', 'SLB', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('192', 'Somalia', 'SO', 'SOM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('193', 'South Africa', 'ZA', 'ZAF', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('194', 'South Georgia and the South Sandwich Islands', 'GS', 'SGS', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('195', 'Spain', 'ES', 'ESP', '3');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('196', 'Sri Lanka', 'LK', 'LKA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('197', 'St. Helena', 'SH', 'SHN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('198', 'St. Pierre and Miquelon', 'PM', 'SPM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('199', 'Sudan', 'SD', 'SDN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('200', 'Suriname', 'SR', 'SUR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('201', 'Svalbard and Jan Mayen Islands', 'SJ', 'SJM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('202', 'Swaziland', 'SZ', 'SWZ', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('203', 'Sweden', 'SE', 'SWE', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('204', 'Switzerland', 'CH', 'CHE', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('205', 'Syrian Arab Republic', 'SY', 'SYR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('206', 'Taiwan', 'TW', 'TWN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('207', 'Tajikistan', 'TJ', 'TJK', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('208', 'Tanzania, United Republic of', 'TZ', 'TZA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('209', 'Thailand', 'TH', 'THA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('210', 'Togo', 'TG', 'TGO', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('211', 'Tokelau', 'TK', 'TKL', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('212', 'Tonga', 'TO', 'TON', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('213', 'Trinidad and Tobago', 'TT', 'TTO', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('214', 'Tunisia', 'TN', 'TUN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('215', 'Turkey', 'TR', 'TUR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('216', 'Turkmenistan', 'TM', 'TKM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('217', 'Turks and Caicos Islands', 'TC', 'TCA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('218', 'Tuvalu', 'TV', 'TUV', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('219', 'Uganda', 'UG', 'UGA', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('220', 'Ukraine', 'UA', 'UKR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('221', 'United Arab Emirates', 'AE', 'ARE', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('222', 'United Kingdom', 'GB', 'GBR', '6');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('223', 'United States', 'US', 'USA', '2');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('224', 'United States Minor Outlying Islands', 'UM', 'UMI', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('225', 'Uruguay', 'UY', 'URY', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('226', 'Uzbekistan', 'UZ', 'UZB', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('227', 'Vanuatu', 'VU', 'VUT', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('228', 'Vatican City State (Holy See)', 'VA', 'VAT', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('229', 'Venezuela', 'VE', 'VEN', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('230', 'Viet Nam', 'VN', 'VNM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('231', 'Virgin Islands (British)', 'VG', 'VGB', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('232', 'Virgin Islands (U.S.)', 'VI', 'VIR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('233', 'Wallis and Futuna Islands', 'WF', 'WLF', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('234', 'Western Sahara', 'EH', 'ESH', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('235', 'Yemen', 'YE', 'YEM', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('236', 'Yugoslavia', 'YU', 'YUG', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('237', 'Zaire', 'ZR', 'ZAR', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('238', 'Zambia', 'ZM', 'ZMB', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('239', 'Zimbabwe', 'ZW', 'ZWE', '1');
INSERT INTO `countries`(`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES ('241', 'Europe', 'EU', '', '1');
DROP TABLE IF EXISTS `coupon_email_track`;
CREATE TABLE `coupon_email_track` (
`unique_id` int(11) NOT NULL auto_increment,
`coupon_id` int(11) NOT NULL default '0',
`customer_id_sent` int(11) NOT NULL default '0',
`sent_firstname` varchar(32) collate latin1_general_ci default NULL,
`sent_lastname` varchar(32) collate latin1_general_ci default NULL,
`emailed_to` varchar(32) collate latin1_general_ci default NULL,
`date_sent` datetime NOT NULL default '0001-01-01 00:00:00',
PRIMARY KEY (`unique_id`),
KEY `idx_coupon_id_zen` (`coupon_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
DROP TABLE IF EXISTS `coupon_gv_customer`;
CREATE TABLE `coupon_gv_customer` (
`customer_id` int(5) NOT NULL default '0',
`amount` decimal(15,4) NOT NULL default '0.0000',
PRIMARY KEY (`customer_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
DROP TABLE IF EXISTS `coupon_gv_queue`;
CREATE TABLE `coupon_gv_queue` (
`unique_id` int(5) NOT NULL auto_increment,
`customer_id` int(5) NOT NULL default '0',
`order_id` int(5) NOT NULL default '0',
`amount` decimal(15,4) NOT NULL default '0.0000',
`date_created` datetime NOT NULL default '0001-01-01 00:00:00',
`ipaddr` varchar(32) collate latin1_general_ci NOT NULL default '',
`release_flag` char(1) collate latin1_general_ci NOT NULL default 'N',
PRIMARY KEY (`unique_id`),
KEY `idx_cust_id_order_id_zen` (`customer_id`,`order_id`),
KEY `idx_release_flag_zen` (`release_flag`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
DROP TABLE IF EXISTS `coupon_redeem_track`;
CREATE TABLE `coupon_redeem_track` (
`unique_id` int(11) NOT NULL auto_increment,
`coupon_id` int(11) NOT NULL default '0',
`customer_id` int(11) NOT NULL default '0',
`redeem_date` datetime NOT NULL default '0001-01-01 00:00:00',
`redeem_ip` varchar(32) collate latin1_general_ci NOT NULL default '',
`order_id` int(11) NOT NULL default '0',
PRIMARY KEY (`unique_id`),
KEY `idx_coupon_id_zen` (`coupon_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
DROP TABLE IF EXISTS `coupon_restrict`;
CREATE TABLE `coupon_restrict` (
`restrict_id` int(11) NOT NULL auto_increment,
`coupon_id` int(11) NOT NULL default '0',
`product_id` int(11) NOT NULL default '0',
`category_id` int(11) NOT NULL default '0',
`coupon_restrict` char(1) collate latin1_general_ci NOT NULL default 'N',
PRIMARY KEY (`restrict_id`),
KEY `idx_coup_id_prod_id_zen` (`coupon_id`,`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
DROP TABLE IF EXISTS `coupons`;
CREATE TABLE `coupons` (
`coupon_id` int(11) NOT NULL auto_increment,
`coupon_type` char(1) collate latin1_general_ci NOT NULL default 'F',
`coupon_code` varchar(32) collate latin1_general_ci NOT NULL default '',
`coupon_amount` decimal(15,4) NOT NULL default '0.0000',
`coupon_minimum_order` decimal(15,4) NOT NULL default '0.0000',
`coupon_start_date` datetime NOT NULL default '0001-01-01 00:00:00',
`coupon_expire_date` datetime NOT NULL default '0001-01-01 00:00:00',
`uses_per_coupon` int(5) NOT NULL default '1',
`uses_per_user` int(5) NOT NULL default '0',
`restrict_to_products` varchar(255) collate latin1_general_ci default NULL,
`restrict_to_categories` varchar(255) collate latin1_general_ci default NULL,
`restrict_to_customers` text collate latin1_general_ci,
`coupon_active` char(1) collate latin1_general_ci NOT NULL default 'Y',
`date_created` datetime NOT NULL default '0001-01-01 00:00:00',
`date_modified` datetime NOT NULL default '0001-01-01 00:00:00',
`coupon_zone_restriction` int(11) NOT NULL default '0',
PRIMARY KEY (`coupon_id`),
KEY `idx_active_type_zen` (`coupon_active`,`coupon_type`),
KEY `idx_coupon_code_zen` (`coupon_code`),
KEY `idx_coupon_type_zen` (`coupon_type`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
DROP TABLE IF EXISTS `coupons_description`;
CREATE TABLE `coupons_description` (
`coupon_id` int(11) NOT NULL default '0',
`language_id` int(11) NOT NULL default '0',
`coupon_name` varchar(32) collate latin1_general_ci NOT NULL default '',
`coupon_description` text collate latin1_general_ci,
PRIMARY KEY (`coupon_id`,`language_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
DROP TABLE IF EXISTS `currencies`;
CREATE TABLE `currencies` (
`currencies_id` int(11) NOT NULL auto_increment,
`title` varchar(32) collate latin1_general_ci NOT NULL default '',
`code` char(3) collate latin1_general_ci NOT NULL default '',
`symbol_left` varchar(24) collate latin1_general_ci default NULL,
`symbol_right` varchar(24) collate latin1_general_ci default NULL,
`decimal_point` char(1) collate latin1_general_ci default NULL,
`thousands_point` char(1) collate latin1_general_ci default NULL,
`decimal_places` char(1) collate latin1_general_ci default NULL,
`value` float(13,8) default NULL,
`last_updated` datetime default NULL,
PRIMARY KEY (`currencies_id`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
INSERT INTO `currencies`(`currencies_id`, `title`, `code`, `symbol_left`, `symbol_right`, `decimal_point`, `thousands_point`, `decimal_places`, `value`, `last_updated`) VALUES ('1', 'US Dollar', 'USD', '$', '', '.', ',', '2', '1.00000000', '2009-04-17 16:45:21');
INSERT INTO `currencies`(`currencies_id`, `title`, `code`, `symbol_left`, `symbol_right`, `decimal_point`, `thousands_point`, `decimal_places`, `value`, `last_updated`) VALUES ('2', 'Euro', 'EUR', '€', '', '.', ',', '2', '0.78109998', '2009-04-17 16:45:21');
INSERT INTO `currencies`(`currencies_id`, `title`, `code`, `symbol_left`, `symbol_right`, `decimal_point`, `thousands_point`, `decimal_places`, `value`, `last_updated`) VALUES ('3', 'GB Pound', 'GBP', '£', '', '.', ',', '2', '1.00000000', '2009-04-17 16:45:21');
INSERT INTO `currencies`(`currencies_id`, `title`, `code`, `symbol_left`, `symbol_right`, `decimal_point`, `thousands_point`, `decimal_places`, `value`, `last_updated`) VALUES ('4', 'Canadian Dollar', 'CAD', '$', '', '.', ',', '2', '1.11129999', '2009-04-17 16:45:21');
INSERT INTO `currencies`(`currencies_id`, `title`, `code`, `symbol_left`, `symbol_right`, `decimal_point`, `thousands_point`, `decimal_places`, `value`, `last_updated`) VALUES ('5', 'Australian Dollar', 'AUD', '$', '', '.', ',', '2', '1.30970001', '2009-04-17 16:45:21');
DROP TABLE IF EXISTS `customers`;
CREATE TABLE `customers` (
`customers_id` int(11) NOT NULL auto_increment,
`customers_gender` char(1) collate latin1_general_ci NOT NULL default '',
`customers_firstname` varchar(32) collate latin1_general_ci NOT NULL default '',
`customers_lastname` varchar(32) collate latin1_general_ci NOT NULL default '',
`customers_dob` datetime NOT NULL default '0001-01-01 00:00:00',
`customers_email_address` varchar(96) collate latin1_general_ci NOT NULL default '',
`customers_nick` varchar(96) collate latin1_general_ci NOT NULL default '',
`customers_default_address_id` int(11) NOT NULL default '0',
`customers_telephone` varchar(32) collate latin1_general_ci NOT NULL default '',
`customers_fax` varchar(32) collate latin1_general_ci default NULL,
`customers_password` varchar(40) collate latin1_general_ci NOT NULL default '',
`customers_newsletter` char(1) collate latin1_general_ci default NULL,
`customers_group_pricing` int(11) NOT NULL default '0',
`customers_email_format` varchar(4) collate latin1_general_ci NOT NULL default 'TEXT',
`customers_authorization` int(1) NOT NULL default '0',
`customers_referral` varchar(32) collate latin1_general_ci NOT NULL default '',
`customers_paypal_payerid` varchar(20) collate latin1_general_ci NOT NULL default '',
`customers_paypal_ec` tinyint(1) unsigned NOT NULL default '0',
PRIMARY KEY (`customers_id`),
KEY `idx_email_address_zen` (`customers_email_address`),
KEY `idx_referral_zen` (`customers_referral`(10)),
KEY `idx_grp_pricing_zen` (`customers_group_pricing`),
KEY `idx_nick_zen` (`customers_nick`),
KEY `idx_newsletter_zen` (`customers_newsletter`)
) ENGINE=MyISAM AUTO_INCREMENT=1672 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('73', '', 'First Name', 'Last Name', '1970-05-21 00:00:00', 'testdev@webcreationuk.com', '', '84', '123456789', '', 'c34db9d10e13d784765cb66cab2b6323:f8', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('2', '', 'Sandra', 'Rouse', '0001-01-01 00:00:00', 'midget2670@aol.com', '', '2', '44249659912', '', '5088c4a5cbdef0569bf8aa2dfe521ff5:6e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('3', '', 'Nicola', 'carl', '0001-01-01 00:00:00', 'nicolacarl@btinternet.com', '', '3', '07854936589', '', '277a813e1011f600eefc9768186315df:1d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('4', '', 'gavin', 'jones', '0001-01-01 00:00:00', 'hughessian@live.co.uk', '', '4', '07807601319', '', '8d7abdf880e2d3c4cc3588500ebc78db:73', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('5', '', 'Edward', 'Webster', '0001-01-01 00:00:00', 'teddywebster@googlemail.com', '', '5', '01298 24421', '', '4997e0901b04f2ae560f233685124da4:4b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('6', '', 'Thomas', 'Mears', '0001-01-01 00:00:00', 'Tomlovesbeer@hotmail.com', '', '6', '01633661641', '', '5d8abd61687ce5470bdcc2a79082a4a2:6a', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('7', '', 'Nicola', 'Ellison', '0001-01-01 00:00:00', 'nicc69_6@hotmail.com', '', '7', '01282711703', '', 'bdcec301055acc26beea0ffdf50273bc:69', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('8', '', 'James', 'Jarrett', '0001-01-01 00:00:00', 'jj4lh@hotmail.co.uk', '', '8', '07740994312', '', 'a757f897c2e64b91f57fb8afbbfe8550:a0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('9', '', 'Lisa', 'Hall', '0001-01-01 00:00:00', 'frecklyleopard@btinternet.com', '', '9', '07534 221445', '', '470998df4281f2c29f1eae44e93596cf:24', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('10', '', 'samantha', 'foulkes', '0001-01-01 00:00:00', 'samnreggie@hotmail.com', '', '10', '07840053739', '', '4a063ebf5be2fe6ac3d706c87e932653:c0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('11', '', 'kevin', 'roche', '0001-01-01 00:00:00', 'kwroche@eircom.net', '', '11', '003325 85946', '', '8fd4122fe0cdd12ae7859e18ee243cdc:83', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('12', '', 'glenn', 'kilday', '0001-01-01 00:00:00', 'sales@fluidautomation.co.uk', '', '12', '0191 4382200', '', 'c06e8940e8abee47e7bc6de7ff24477a:06', '1', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('13', '', 'Lin', 'Rain', '0001-01-01 00:00:00', 'rainlin@hotmail.co.uk', '', '13', '13332232331', '', 'ec2d57a4acbe3aebd723aade3f873b20:e1', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('14', '', 'john', 'poole', '0001-01-01 00:00:00', 'john.poole2@virgin.net', '', '14', '01782 774306', '', '9c0b676cf8ce0faaffbfa6702cca3c8c:df', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('15', '', 'Maurice', 'Tranter', '0001-01-01 00:00:00', 'mauricetranter@btinternet.com', '', '15', '01352 840404', '', '5ab913f6f484618cc52b157562aed216:68', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('16', '', 'Tracey', 'Matthews-White', '0001-01-01 00:00:00', 'briercr@hotmail.co.uk', '', '16', '0115 8453670', '', 'dc2de07947d55aa940f266e35a82d19e:9e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('17', '', 'Claire', 'Fletcher', '0001-01-01 00:00:00', 'claire.fletcher@hotmail.co.uk', '', '17', '07952181306', '', '3606eb0512ea32f4dcf02c6968897c4c:f2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('18', '', 'marcus', 'moore', '0001-01-01 00:00:00', 'cheltenhamcollectables@blueyonder.co.uk', '', '18', '07846156322', '', '229472cd8f815a379815242763b6bdc8:3c', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('19', '', 'Clive', 'Recks', '0001-01-01 00:00:00', 'crecks@oceanfree.net', '', '19', '044 9223627', '', '8645093e7bd9e1fcdf78587db083f423:90', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('20', '', 'gary', 'thornton', '0001-01-01 00:00:00', 'garymoosethornton@yahoo.co.uk', '', '21', '01253315703', '', '102b0beeba07017b04fe86557fce2f4e:a2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('21', '', 'Gerard', 'de Bije', '0001-01-01 00:00:00', 'e.debye1@chello.nl', '', '22', '0499-475521', '', '4c480379b9e097c6e664e1cd06815dd6:89', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('22', '', 'ian', 'smith', '0001-01-01 00:00:00', 'ijs001@ymail.com', '', '23', '07784 438826', '', 'ba918ada15882b966c46042259a79478:8a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('23', '', 'Dylan', 'Morris', '0001-01-01 00:00:00', 'darth.maple@hotmail.co.uk', '', '24', '07507883173', '', '4eae5a4f0669aa5c6a99770ef61b27b8:fb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('24', '', 'Malgorzata', 'Lawson', '0001-01-01 00:00:00', 'goskalawson@yahoo.co.uk', '', '25', '01241871800', '', '76692716e87adf4629233b68c35d63a0:f0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('25', '', 'helena', 'shenton', '0001-01-01 00:00:00', 'helena.j.kondryn@manchester.ac.uk', '', '27', '07990 714237', '', '80921811f43241604e5f750904eb9bf8:e4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('26', '', 'DAVID', 'SAVERAUX', '0001-01-01 00:00:00', 'd.saveraux@hotmail.co.uk', '', '28', '0191-4277742', '', '41426e2e46d176e954dcb92d16dd9a62:54', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('27', '', 'Martin', 'Carroll', '0001-01-01 00:00:00', 'martinc@finlinefurniture.ie', '', '29', '0861000572', '', 'dd667446b9c1298baf5c5365a867ef5e:fe', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('28', '', 'Christopher', 'Eccles', '0001-01-01 00:00:00', 'chris_eccles@msn.com', '', '33', '02882244491', '', '9361b6b4e7647128f0c9fff9c6bd6943:65', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('29', '', 'Gavin', 'Jackson', '0001-01-01 00:00:00', 'gjackson@blueyonder.co.uk', '', '34', '01902 411572', '', '1bb18ec07e1f83099732ebc4b5e4f2da:c3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('30', '', 'David', 'John', '0001-01-01 00:00:00', 'dai_aka_the_great_1@hotmail.co.uk', '', '35', '07904763538', '', '8d7da71f1e552cb76c74269d3546ae78:19', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('31', '', 'Claire', 'Mc Loughlin', '0001-01-01 00:00:00', 'claire1mclaughlin@eircom.net', '', '36', '00353 86 3440635', '', 'a1979f992e2b93ed2a5e996c48a14e9e:7f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('32', '', 'peter', 'maynard', '0001-01-01 00:00:00', 'angusrobertsonmildura@bigpond.com', '', '37', '03 50212973', '', 'bbb1640607f20a966de8b550ad7b4884:29', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('33', '', 'Darren', 'Knott', '0001-01-01 00:00:00', 'dwknott@blueyonder.co.uk', '', '38', '01384 823858', '', 'a81c01144f51a29da2c45cdd62da3fae:96', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('34', '', 'elizabeth', 'donnelly', '0001-01-01 00:00:00', 'egemmell2@hotmail.co.uk', '', '39', '01418806214', '', '70a514285a52728947c18f1574bc6f14:e4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('35', '', 'scott', 'munroe', '0001-01-01 00:00:00', 'munroe212@comcast.net', '', '40', '7135575920', '', 'cc6ec6bc408f2ef0287a9b6f86e53057:4e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('36', '', 'frank', 'eisentraeger', '0001-01-01 00:00:00', 'eisentraeger@live.de', '', '41', '00491624311295', '', '529700fd7a1e8fb204d94730ead070d7:46', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('37', '', 'Lisa', 'Burns', '0001-01-01 00:00:00', 'looby37@btinternet.com', '', '42', '07511568660', '', 'e198edf47aa523c0bb5c9798fe5caf1f:c7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('38', '', 'dana', 'christie', '0001-01-01 00:00:00', 'danad14@hotmail.com', '', '43', '07515713959', '', 'ad003f534a2bf59bb61b0ece205ce036:ad', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('39', '', 'martin', 'pospisil', '0001-01-01 00:00:00', 'martinpospa@seznam.cz', '', '46', '721608096', '', '1b2068b92a0b148cd550d13e52151849:01', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('40', '', 'Tomas', 'Pavlik', '0001-01-01 00:00:00', 'kily@eurofotbal.cz', '', '47', '+420724890031', '', 'f19b3570c5dd43272e6acb1a78fdf979:b8', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('41', '', 'Zoe', 'Jones', '0001-01-01 00:00:00', 'zoejones78@googlemail.com', '', '48', '07907462928', '', '9a9b794821fc04c46b7a91cbdd4385fe:6a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('42', '', 'Daniel', 'Fitz', '0001-01-01 00:00:00', 'eleven@centrum.cz', '', '49', '+420777930060', '', 'e6207c496188d796553b10e465446db5:36', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('43', '', 'Aaron', 'Talbot', '0001-01-01 00:00:00', 'malahide74@yahoo.ca', '', '51', '5197586204', '', '2f3b4061dbdc6e8f44651cc6cd6d0695:6b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('44', '', 'Patricia', 'Dibble', '0001-01-01 00:00:00', 'tdibble@hotmail.co.uk', '', '53', '07956524712', '', 'e6ae552d821980a8f4b3bc91958d5f57:26', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('45', '', 'Dudley', 'Adshead', '0001-01-01 00:00:00', 'dudleyadshead@hotmail.com', '', '54', '01379674510', '', '14e5e1619731478d0ac07c88a478dcab:90', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('46', '', 'Matt', 'Aniado', '0001-01-01 00:00:00', 'redarsenalaniado@yahoo.com', '', '55', '01202 487 655', '', '595184a1ac66e4835021041b62c93586:b5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('47', '', 'Maria', 'Ratcliffe', '0001-01-01 00:00:00', 'asheby69@hotmail.com', '', '56', '0401097042', '', '371d09aedb22036a9da462f4828905c7:5a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('48', '', 'Doug', 'White', '0001-01-01 00:00:00', 'dwhite@townofbwg.com', '', '57', '905-775-0764', '', 'c6c03a30d7a03a10f4ad0781345c07b8:84', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('49', '', 'steph', 'fawthorpe', '0001-01-01 00:00:00', 'stephnations@hotmail.co.uk', '', '58', '07875416999', '', '8e9dc76953b12c84ba613ae381ea8f93:66', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('50', '', 'Christopher', 'Phillips', '0001-01-01 00:00:00', 'christopher.phillips@live.co.uk', '', '59', '01603746864', '', 'fd6700572d22658a9438970447a7d930:70', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('51', '', 'laura', 'saunders', '0001-01-01 00:00:00', 'laura_saunders@live.co.uk', '', '60', '01215206969', '', 'b1bfb615f9179e2a756bf4803c47ceae:bc', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('52', '', 'Daniel', 'Harris', '0001-01-01 00:00:00', 'daniel_cfc_13@msn.com', '', '61', '02083375603', '', 'c971f7add23b453629d6d3419bc2ca17:f6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('53', '', 'mark', 'cooper', '0001-01-01 00:00:00', 'kazmark45@hotmail.co.uk', '', '62', '01745886499', '', '13030340a87f712c06126a68f1b380db:5f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('54', '', 'linsey', 'kippest', '0001-01-01 00:00:00', 'linseykip@hotmail.com', '', '63', '01495 313787', '', '9ecb9042618292c655bf180963f210d6:fc', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('55', '', 'brian', 'hawkins', '0001-01-01 00:00:00', 'supertedhawkins@gmail.com', '', '64', '+868655973', '', '1ab7a26335d77b485360b65ec1cdc9e9:e2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('56', '', 'melissa', 'blackburn', '0001-01-01 00:00:00', 'mellb1@live.co.uk', '', '65', '07875480061', '', 'c3051bb5c7ba7d12415d0a19a9848669:18', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('57', '', 'Laura', 'Fewtrell', '0001-01-01 00:00:00', 'laurafewtrell66@o2.co.uk', '', '66', '07746516903', '', 'db48db1de615d1e1653d9ed4fc4c7531:7e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('58', '', 'James', 'Wyatt', '0001-01-01 00:00:00', 'DCFCUK4ever@live.co.uk', '', '67', '01773829795', '', '8e59d7c79e43381ce7cb141ae7d40d81:18', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('59', '', 'adrian', 'sims', '0001-01-01 00:00:00', 'powerbuck@hotmail.co.uk', '', '68', '02920568698', '', '3040e98289b83f3150826d29c8d7bc2f:75', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('60', '', 'Craig', 'Hammond', '0001-01-01 00:00:00', 'craighammond19@hotmail.co.uk', '', '69', '01530 813081', '', '8b07070990ef11f7ec0a979b32b73976:14', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('61', '', 'SEAN', 'LEATE', '0001-01-01 00:00:00', 'seanleate@hotmail.com', '', '70', '07979886234', '', 'e86b56db89ea4d8dd37d5da50c08d613:f7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('62', '', 'matthew', 'gay', '0001-01-01 00:00:00', 'susie@robinsononline.co.uk', '', '71', '07768603395', '', '52217723fa7d1bf394f7628d17ba3623:20', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('63', '', 'Tim', 'Tritton', '0001-01-01 00:00:00', 'timandjilly@tritton1.freeserve.co.uk', '', '72', '07968 419438', '', '4280ce4a2bc9399c9a90010a767fd3d4:8f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('64', '', 'David', 'Mc Cabe', '0001-01-01 00:00:00', 'mc_couriers@hotmail.com', '', '73', '003538849303', '', '0b8707e3232579c41d6fe5105a2eed36:94', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('65', '', 'kevin', 'plante', '0001-01-01 00:00:00', 'mlb.Plante2@hotmail.com', '', '75', '819 797 4328', '', '067cdb7ca940dfe7d75c406e9ed004c0:d4', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('66', '', 'MARTIN', 'BALDRY', '0001-01-01 00:00:00', 'martinb52@tiscali.co.uk', '', '76', '01621783729', '', '987899f8cede9a23186a7caf5b8418f6:29', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('67', '', 'vincent', 'bellward', '0001-01-01 00:00:00', 'vbellward@hotmail.com', '', '77', '01603746459', '', 'e1d862d4c08146a4e0719fb68dfa995d:5b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('68', '', 'sara', 'avis', '0001-01-01 00:00:00', 'savis0202@hotmail.com', '', '79', '07846044479', '', '9af03646c21644014cc95f990c1b8504:ee', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('69', '', 'Richard', 'coppola', '0001-01-01 00:00:00', 'dartsbyfud@verizon.net', '', '80', '978-609-6740', '', '2d63d6a2f0a6db8ba944d3e277236cdc:8e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('70', '', 'Grant', 'Goddard', '0001-01-01 00:00:00', 'grant.goddard1@ntlworld.com', '', '81', '07920 047907', '', '7c6c1e1ab48e4246ff12a19823bab60b:0c', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('71', '', 'Peter', 'Broughton', '1970-05-27 00:00:00', 'broughton_p@sky.com', '', '82', '01524 61726', '', '31a11e6a8fe3294211fceeadee8d31ec:98', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('72', '', 'mark', 'rowe', '1967-08-08 00:00:00', 'markfinalcut@aol.com', '', '83', '1 253 377 1140', '', 'b046a796820a81a360c68c5cc71717ea:dd', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('74', '', 'tracy', 'hodgkiss', '1966-06-06 00:00:00', 'danielle@hodgkiss1610.fsnet.co.uk', '', '85', '01270 651088', '', '18df526f6f48490083f08a65f48b6ae0:de', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('75', '', 'Neil', 'Stoker', '1959-06-26 00:00:00', 'info@trophies247.co.uk', '', '86', '01460 66931', '', '344ed2b84862196a0a3e0e869865da70:95', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('76', '', 'alan', 'higgins', '1974-08-30 00:00:00', 'alan.higgins4@googlemail.com', '', '87', '01267267773', '', '59876b2f766149dd480c3f7e3752b84f:63', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('77', '', 'sean', 'gerry', '1971-07-04 00:00:00', 'gerry684@btinternet.com', '', '88', '07545319077', '', '090fcf6f33cc5d82ecfb2ff57b7784bd:1f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('78', '', 'Deborah', 'Smith', '1989-08-27 00:00:00', 'deb4leeds@hotmail.com', '', '89', '01422-205656', '', 'a718e744338a78fb27781a4b2564ccb5:01', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('79', '', 'graham', 'robison', '1959-07-20 00:00:00', 'g.robison@sky.com', '', '90', '0191 5373991', '', '13c72cf7ada62145bdd6d38d0bc4cbfc:46', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('80', '', 'Michael', 'Dean', '1981-12-23 00:00:00', 'british.mike@ntlworld.com', '', '91', '07914289683', '', '031874dd89e3d45bc6b03f4f300b0ca9:fc', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('81', '', 'Kathryn', 'Wallwork', '1981-04-25 00:00:00', 'kathrynwallwork@yahoo.co.uk', '', '95', '07871236478', '', 'fa3cb2e6c2d8b75324f62bcaa07c3d58:d6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('82', '', 'Michele', 'Hickman', '1988-05-31 00:00:00', 'michele.m.hickman@talk21.com', '', '96', '07787224776', '', '3d2ac37e57e69a2b8e1ded643197eba4:a2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('83', '', 'nacho', 'martín', '1971-11-08 00:00:00', 'nacho@180-darts.com', '', '98', '+34609267486', '', '9c4736a10b9bff6bc4b7c09375fed2c3:2d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('84', '', 'lee', 'frarey', '1981-02-27 00:00:00', 'frareyc@aol.com', '', '99', '07748281479', '', 'f7090a93315fae6fa58cf96e5828753e:b0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('85', '', 'KAREN', 'TOWNSEND', '1962-07-24 00:00:00', 'townsend.r1@sky.com', '', '100', '01795 423924', '', 'e5e216f237249d722e520bb42bc5d95e:29', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('86', '', 'Georgie', 'Kew', '1969-02-22 00:00:00', 'georgie.kew@hsbc.com', '', '101', '07950 414557', '', '577deb94db571bcdb96e866578f1aaef:df', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('87', '', 'John', 'Rumin', '1968-06-11 00:00:00', 'jrumin@crownhouse.com', '', '102', '07973 716991', '', '6f16316b73286905a099bde40782f1b7:13', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('88', '', 'tina', 'kirby', '1968-09-06 00:00:00', 'tina150@btinternet.com', '', '103', '07739776088', '', '2f8a199d8a02d0bdf5defee7f702a7c2:ce', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('89', '', 'clive', 'harman', '1962-08-02 00:00:00', 'ecsag@tiscali.co.uk', '', '104', '01293435942', '', '0431a3c2e4bfe43ae9a0525feccf8508:b1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('90', '', 'paul', 'luke', '1970-10-21 00:00:00', 'pluke5@aol.com', '', '105', '01429 880420', '', '7c458d3003e18ef3d50925279f7057ce:a5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('91', '', 'jennifer', 'washbrook', '1982-12-03 00:00:00', 'ronniejames23@yahoo.co.uk', '', '106', '07891445574', '', '2f92cc410a2b80ced2472bf62e727820:6b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('92', '', 'Marcus', 'Gutmann', '1957-01-21 00:00:00', 'marcus_57@web.de', '', '107', '+491726507387', '', 'e903fb25d02672e58e5d6a3557079514:6b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('93', '', 'IAN', 'SPENCE', '1977-01-27 00:00:00', 'IAN.SPENCE2@BAESYSTEMS.COM', '', '108', '07793424070', '', 'd1dfacdd91154cf120398d1357d2718f:ce', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('94', '', 'Grzegorz', 'Kowalski', '1981-02-05 00:00:00', 'grecov@o2.pl', '', '109', '+48 0 508 192 529', '', 'a3791e448900b8465aca0afce8c2d2d9:89', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('95', '', 'Peter', 'Wright', '1987-12-18 00:00:00', 'scones66@hotmial.com', '', '110', '07718169182', '', 'af9e5efa0dfc8c82872f677cd4cfdc49:2c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('96', '', 'John', 'Thompson', '1975-05-10 00:00:00', 'johnthompson@sportni.net', '', '111', '07921 298 155', '', '661baadb714be0e921b7fceb16cdb66c:65', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('97', '', 'christopher', 'newman', '1974-03-01 00:00:00', 'cnewman786@aol.com', '', '112', '01302 300079', '', 'cf20fb427f543bb669efbd2b5e488ec4:dc', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('98', '', 'Fiona', 'Mcgregor', '1979-02-22 00:00:00', 'fhmcgregor@hotmail.com', '', '113', '01733 230391', '', 'd5bdf0e56c512e508261333f50ae1cfc:d6', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('99', '', 'colin', 'bell', '1971-03-02 00:00:00', 'colbell11@tiscali.co.uk', '', '114', '01387 264092', '', 'c9ca0d56ead572233241ccd8e652809a:7e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('100', '', 'Sarah', 'Jones', '1988-01-23 00:00:00', 'sarah.louisej@yahoo.com', '', '115', '01403 248815', '', 'edd8ddf0ea6117e644335c76fb94b4bf:8f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('101', '', 'Wayne', 'Layton', '1967-08-27 00:00:00', 'bluewal@hotmail.com', '', '116', '07599977733', '', 'e3977ec6543d6eed32bf3c8f5f6a33a4:ce', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('102', '', 'ian', 'wright', '1964-11-17 00:00:00', 'ian@wrightondec.fsnet.co.uk', '', '117', '01642370544', '', '0a3a358e9578b4a7cb9826f6dcfec5d3:ba', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('103', '', 'Matthew', 'Catton', '1982-12-07 00:00:00', 'lightyears01@hotmail.com', '', '118', '07748819460', '', 'd560a06052d7aacac7d6a6d889c6b51d:4f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('104', '', 'Debbie', 'Whelan', '1967-10-17 00:00:00', 'debbiewhelan@btconnect.com', '', '119', '02083100023', '', 'b39fd47695b2836eb072b9b727112f3d:4c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('105', '', 'Carl', 'Hayward', '1978-12-13 00:00:00', 'Hayward.1978@hotmail.co.uk', '', '120', '01603405012', '', '026659ee5542480f7ba700a016587c82:f2', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('106', '', 'Steve', 'Gaunt', '1984-02-25 00:00:00', 'steve.gaunt1@btopenworld.com', '', '121', '07904833202', '', '10bc8b529dc92d76faae1096708f9109:7d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('107', '', 'daisy margaret', 'macgillivray', '1943-11-06 00:00:00', 'daisybellxxx1@hotmail.co.uk', '', '122', '07912020399', '', '8d21d86799be0542224685b3dea68b8e:38', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('108', '', 'paul', 'fox', '1981-07-24 00:00:00', 'imknockinembandy@yahoo.co.uk', '', '123', '07795254834', '', '03c69ec5b3d38bd6efb3697aa68f7ac2:f3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('109', '', 'Vinnie', 'Roberts', '1989-05-31 00:00:00', 'vz13th@hotmail.com', '', '124', '07897818978', '', '6e0cb9c6a12497ac2aec655266f9029b:04', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('110', '', 'Matthew', 'bradley', '1983-07-11 00:00:00', 'nothing2no12003@yahoo.com', '', '126', '07834857678', '', 'f52c0e7d312d64769fe49039804b7839:7a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('111', '', 'Gareth', 'Lloyd', '1988-07-04 00:00:00', 'gareth.lloyd@mitchellcharlesworth.co.uk', '', '127', '01514244968', '', 'cb98b7366954c85eb6d80492bc9272ae:0c', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('112', '', 'TRACY', 'EDWARDS', '1965-12-19 00:00:00', 'tracy_edwards@hotmail.com', '', '128', '01606872229', '', 'af394a1a6d9be45d9d7a7f4d89921f72:34', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('113', '', 'James', 'Sellers', '1985-05-27 00:00:00', 'jamessellers85@msn.com', '', '129', '01244 683175', '', '2cfb5d81e2ca51cfbf63912d2eef1b4d:b6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('114', '', 'Maurice', 'Walsh', '1983-07-01 00:00:00', 'mauricewalsh@gmail.com', '', '130', '00353863491507', '', '8db22fde327a1c63b0459fd203af70d0:7b', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('115', '', 'Shelley', 'Symonds', '1971-06-10 00:00:00', 'shellsymonds@aol.com', '', '131', '07717 318616', '', '360a5b2db19308bfa8ac6cd86d2a573e:68', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('116', '', 'Ronald', 'van Overdijk', '1977-04-06 00:00:00', 'ronald_van_overdijk@hotmail.com', '', '132', '0031642630996', '', '6365ed3c9271aab325c669a57c10d040:ca', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('117', '', 'Mark', 'Southam', '1966-09-23 00:00:00', 'm.a.southam@googlemail.com', '', '133', '07932 461086', '', 'efae5e5696340c2ba88921ccae022e57:64', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('118', '', 'robert', 'mcewan', '1981-09-03 00:00:00', 'rabmcewan1@yahoo.co.uk', '', '134', '01698889893', '', '8edc23a9d59436c42a71cb10f4c0fa8f:e7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('119', '', 'CRAIG', 'MARSHALL', '1983-06-22 00:00:00', 'marshallcraig@hotmail.com', '', '135', '01132289624', '', '71e7db3bbdf8a3af9752125689971060:74', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('120', '', 'mike', 'james', '1955-09-09 00:00:00', 'wolfee180@hotmail.com', '', '136', '07842382593', '', 'dc411ea9ea68391ba176e5aa43010979:80', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('121', '', 'Christel', 'Pass', '1970-10-28 00:00:00', 'kikpass@aol.com', '', '137', '01748 811185', '', 'e92688b70114b00d6295881e575332ff:01', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('122', '', 'linsey', 'ward', '1976-10-21 00:00:00', 'princesswindow@tiscali.co.uk', '', '138', '01723584704', '', 'e6146d513f043296608aedd9a0d74dd6:e9', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('123', '', 'richard', 'willems', '1974-11-28 00:00:00', 'chris.willems@ntlworld.com', '', '139', '01509852049', '', '1c0d53ded69795e94b2b60bc1a53323f:3f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('124', '', 'Benny', 'Kopp', '1983-01-13 00:00:00', 'djc00001@hotmail.com', '', '140', '00492381465615', '', '6ab17c64764628d579000bf8a5234adc:88', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('125', '', 'Judith', 'Bonsall', '1997-09-03 00:00:00', 'mick_g_l.f.c@hotmail.com', '', '141', '07830045604', '', '3e90d0504707cd5e5918932cdd2b25f9:6d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('126', '', 'andrew', 'arnold', '1960-08-13 00:00:00', 'Arnoldfmly@aol.com', '', '142', '01280813684', '', 'b561455405d9147ca3036e728a776420:94', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('127', '', 'Rudi', 'Ehrenberger', '1978-01-11 00:00:00', 'tysonfreak@hotmail.com', '', '143', '00436642387269', '', '7a78bf9126597f9ff49c147019db2e07:fe', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('128', '', 'Nick', 'Hadkiss', '1956-03-20 00:00:00', 'zuperzenon@btinternet.com', '', '144', '01920 871691', '', 'dc9be50c3e0406e1fcb50990b6e3b753:03', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('129', '', 'VANESSA', 'HALL', '1949-12-13 00:00:00', 'hall_v2@sky.com', '', '145', '07855382975', '', 'f4b3fb735dd6ea95b6d9ab19d92d4e7e:0b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('130', '', 'PAUL', 'HARRISON', '1972-02-13 00:00:00', 'paulhazza@yahoo.co.uk', '', '146', '01332 523598', '', 'a30215786b210e8b7e764bb4821a249b:b4', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('131', '', 'Karen', 'Macey', '1978-05-02 00:00:00', 'Karmacey5@aol.com', '', '148', '01803 832360', '', '85c3a1c557d2b551957072e1cf87af24:e7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('132', '', 'gregory', 'saving', '0000-00-00 00:00:00', 'gsaving@hotmail.co.uk', '', '149', '01270 561056', '', 'da032b4a9bb3e3b43650313c1c2e1e02:3e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('133', '', 'sarah', 'fox', '1983-05-04 00:00:00', 'sarah.fox@axa-ppp.co.uk', '', '150', '07907378394', '', '26adb81d777b629f5fb4eb4c62b2fabe:c8', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('134', '', 'PAUL', 'HARRISON', '1972-02-13 00:00:00', 'paulhazza@yahoo.com', '', '151', '07815563003', '', '3b180e98b13ee8adb82a914c938764d2:04', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('135', '', 'Ward', 'Kate', '1981-11-06 00:00:00', 'katiem250@hotmail.com', '', '153', '07863 242937', '', '9c4429737df13d4b046bb1e4a7abb311:0e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('136', '', 'Carl', 'Brindley', '1981-05-22 00:00:00', 'carl.brindley@tesco.net', '', '156', '07788942334', '', 'b846e424574384843f345b9f5ab833e9:ca', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('137', '', 'samantha', 'hembry', '1967-06-28 00:00:00', 'hembrys@yahoo.co.uk', '', '157', '07716238663', '', '82f562a0709b6d3117bf0a4c2bee9830:1a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('138', '', 'Andrea', 'Pannek', '1986-12-08 00:00:00', 'pannek1208@web.de', '', '158', '004961314808618', '', '4e50f51f675cfd1529b660497c84ef97:dd', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('139', '', 'james', 'hhhhhhhhhh', '1966-01-04 00:00:00', 'jfinbook@hotmail.com', '', '159', '216978590', '', 'aa7da8e2fc7346358363521b1687da04:98', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('140', '', 'Damian', 'Ball', '1981-05-18 00:00:00', 'damosxi@hotmail.com', '', '160', '01179614331', '', '6bf6b7c002d5ea785e9764b9fdce3fbe:4d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('141', '', 'mark', 'lambord', '1966-02-20 00:00:00', 'mark.lambord@sky.com', '', '163', '01159327038', '', 'c1be7be1f3f8fb0f21742300c32120c8:e4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('142', '', 'steven', 'fowler', '1972-12-29 00:00:00', 'steveatsixosix@aol.com', '', '164', '01274727040', '', '002a63d9a7200ce957a9701a1b002b89:9a', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('143', '', 'Darryl', 'Robinson', '1981-04-29 00:00:00', 'darrylx2002@hotmail.com', '', '166', '0121 313 1276', '', '32cfc1b91e5b6734fb23c820f0c2ab64:29', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('144', '', 'Ben', 'Bartram', '1997-05-20 00:00:00', 'benbartram12@hotmail.co.uk', '', '167', '01642 482043', '', '235f24f2564da7fb920f85f5c9cb72c0:9a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('145', '', 'laura', 'walker', '1975-01-11 00:00:00', 'drparanoia@hotmail.com', '', '168', '01543423757', '', '66d5e62558edcd07b2de36f43fdad636:fc', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('146', '', 'Peter', 'Tyson', '1972-05-23 00:00:00', 'peandlou@aol.com', '', '169', '07764684125', '', '23d2b52180b355edcc5fa537a14170b1:4a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('147', '', 'Christopher', 'Ward Jr', '1992-07-18 00:00:00', 'avfc_rules_chris@hotmail.co.uk', '', '171', '07527679137', '', '677666af4ce69ad1ce03b2a1afe10770:da', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('148', '', 'Jeremy', 'Wilson', '1979-05-31 00:00:00', 'SAUNDERS_KATE@sky.com', '', '172', '07967293947', '', '86468d8a6f7d3995fb5c342844ecb985:cb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('149', '', 'gemma', 'diggle', '1982-11-04 00:00:00', 'gemmadawn@msn.com', '', '174', '07748810996', '', '4c76b222394ab33c7db0587dfe39a603:ad', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('150', '', 'eddie', 'cantwell', '1962-02-16 00:00:00', 'eddie.cantwell@yahoo.com', '', '175', '02088412503', '', 'eaac25b3bd9c4c0870e005e69b546d7a:b7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('151', '', 'Katie', 'Burdett', '1981-10-04 00:00:00', 'sxiktb@hotmail.co.uk', '', '177', '07700347462', '', '67cafb971fbb5c6f5205d65a244a45a3:58', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('152', '', 'phil', 'taylor', '1967-06-26 00:00:00', 'taylor_ex312ay@hotmail.co.uk', '', '178', '01271314992', '', '429c82d1fc8290bd03aef8fbceffdc9b:2e', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('153', '', 'Eskild', 'Sordahl', '1972-01-16 00:00:00', 'essoer@online.no', '', '179', '+4790917964', '', '4c12b3e30968ba5f75baa97b67b3960b:80', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('154', '', 'jason', 'chippendale', '1971-08-10 00:00:00', 'sharkboy100871@yahoo.com.au', '', '180', '029-688-1246', '', '31950f434313352bd28981c14fb31760:3a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('155', '', 'Annette', 'Robinson', '1968-06-25 00:00:00', 'nettyrobbo@hotmail.com', '', '181', '0407551606', '', 'c21d8f7611cd0673919b48b7994d6b08:67', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('156', '', 'ian richard', 'starsmore', '1974-08-01 00:00:00', 'ian.starsmore@ntlworld.com', '', '182', '01287642974', '', 'dcf87e24c1da11d6fba7f82743840b07:5b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('157', '', 'Ami', 'Navan', '1983-08-21 00:00:00', 'aminavan@hotmail.com', '', '183', '07872640721', '', '44186ac289a065ba5e76d9d8643093ab:9e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('158', '', 'Jarkko', 'huupponen', '1984-07-20 00:00:00', 'jacky79@luukku.com', '', '184', '0405702159', '', '40ef1d8a5df53463e77dac9a47c14468:d5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('159', '', 'James', 'Bowen', '1977-10-13 00:00:00', 'jdrb13@hotmail.com', '', '185', '07725721121', '', '34957a3ddf5bdbc9acd2aee5f9f2ea17:a2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('160', '', 'amy', 'lang', '1987-12-13 00:00:00', 'a.m.y.lang@hotmail.co.uk', '', '186', '07534262079', '', '43004ca05ac64774efa8022056505b7a:d4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('161', '', 'simone', 'mcintyre', '1973-01-08 00:00:00', 'simone_mcintyre@hotmail.com', '', '188', '01415717753', '', '8e7c8ee96d8f84321664ea9b5a71318c:ba', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('162', '', 'david', 'wildsmith', '1960-06-02 00:00:00', 'wildsmithwyla@aol.com', '', '190', '0191 4770662', '', '374413a66bde002e9b64e9316f41c447:7e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('163', '', 'Susan', 'McKenna', '1974-02-27 00:00:00', 'suemaca2003@yahoo.co.uk', '', '191', '01429223236', '', '09080438e22716828595434007a299f1:b3', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('164', '', 'Kevin', 'Dove', '1984-05-06 00:00:00', 'kevin_dove@btinternet.com', '', '192', '07779942172', '', '03e9c0854ed73e7e16b96ff0492cc4ff:d3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('165', '', 'mark', 'motti', '1977-04-08 00:00:00', 'motty.t@sky.com', '', '193', '01666503232', '', 'b39f279709759ca3a55c4bdee813c4d6:58', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('166', '', 'jillian', 'Wilson', '1962-02-06 00:00:00', 'fraggle@slingshot.co.nz', '', '194', '03 382 3326', '', '3da709a433ce944e4ac75de577dcf319:b1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('167', '', 'jacinta', 'daly', '1965-04-16 00:00:00', 'jdjersey@hotmail.com', '', '195', '01534856505', '', '6d430643557864783b87501be051c548:df', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('168', '', 'Gerd', 'Wöhrer', '1995-04-27 00:00:00', 'motogpwoehrer@gmail.com', '', '196', '0267283971', '', '328321e6b227bcb2a3a5959e706a0e23:3d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('169', '', 'Ben', 'Bartram', '1997-05-20 00:00:00', 'josh_bartram10@hotmail.co.uk', '', '197', '01642 482043', '', '61ca7a9855f2b22f24b4da77ca465512:d1', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('170', '', 'Anthony', 'Eugenia', '1970-01-18 00:00:00', 'anthonyeugenia@yahoo.com', '', '198', '347-527-3236', '', '15eb7d3e55b0768bd7579ac3529835de:8f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('171', '', 'Paul', 'Butler', '1987-07-06 00:00:00', 'great_british_bloke@hotmail.com', '', '199', '02074499667', '', 'ff587bdc76a50391dae90ab0f2cc70b3:e1', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('172', '', 'Jason', 'Davis', '1971-08-05 00:00:00', 'davisjayj@hotmail.co.uk', '', '200', '01782 720373', '', '61787625d085d24d0648c8bb7472f353:6f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('173', '', 'Mary', 'Brown', '1950-09-21 00:00:00', 'maryab03@btinternet.com', '', '201', '02825822950', '', 'a1d18a7fe300db5c55662d8e16f60eb8:8f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('174', '', 'tony', 'newble', '1970-05-21 00:00:00', 'tonynewble@hotmail.com', '', '202', '02086694783', '', '28d0222041a7d14a693073de593c6f1a:d2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('175', '', 'stuart', 'chambers', '1990-06-02 00:00:00', 'blinkdude_63@msn.com', '', '203', '07772492320', '', 'd2ae2a5fff28691b39f4a3bce9aef692:03', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('176', '', 'Tony', 'Scally', '1977-06-07 00:00:00', 'scalladj@fgwilson.com', '', '204', '07909006921', '', 'eaa86fb810027bf155dff633faa7b94f:7b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('177', '', 'Evros', 'Themistocleous', '1982-08-27 00:00:00', 'tevros@hotmail.com', '', '205', '0035799047500', '', '85923fd1c3b05bfdcbe3d45b2349ba9d:68', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('178', '', 'patrick', 'michiels', '1964-05-27 00:00:00', 'kellyloraryan@telenet.be', '', '206', '0477575133', '', '33d2fcfbf8379ddaf40bdff0b361be97:a1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('179', '', 'Patrick', 'Weber', '1964-03-14 00:00:00', 'mpweber@pt.lu', '', '207', '00352/621194487', '', '779fb73b4a1dac929732d7b9023952ca:c7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('180', '', 'leah', 'moulsdale', '1982-06-26 00:00:00', 'leahmoulsdale@btinternet.com', '', '208', '01305813662', '', '636bbb96e3e7431b07eebb360c0b71fe:5e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('181', '', 'philip', 'pitt', '1970-07-22 00:00:00', 'pmp86@hotmail.com', '', '209', '01384221347', '', 'bfbe2e65174174da5f9a086f9020ce66:69', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('182', '', 'Lee', 'Rowley', '1981-07-15 00:00:00', 'leearowley@o2.co.uk', '', '210', '07525055763', '', 'd1aae5e0e51c676483d3864d5a9a994c:5d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('183', '', 'John', 'Hutton', '1988-09-26 00:00:00', 'johnhutton180@yahoo.co.uk', '', '211', '01506 635 778', '', 'bfae04ad94cdb9919bb9d7b0388797ca:45', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('184', '', 'james', 'millward', '0000-00-00 00:00:00', 'jammillward@hotmail.co.uk', '', '212', '01562 743433', '', 'eb1e64993c5fef6ed701f4a8ed2f093c:06', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('185', '', 'nathanial', 'land', '1981-11-10 00:00:00', 'r0ach81@hotmail.co.uk', '', '213', '01202 849558', '', '843b45483a5ddacba503bab949ae692e:d9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('186', '', 'Jamie', 'Draper', '1993-11-11 00:00:00', 'jamiedraper24@yahoo.co.uk', '', '214', '01926 741926', '', '3aa0d8e5ae80e3c4a68280c2a58d8809:ec', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('187', '', 'Tina', 'Weatherby', '1965-04-09 00:00:00', 't.weatherby@hotmail.co.uk', '', '215', '01455446763', '', '1f06421bea2e2bc1b1d90a8590e471cc:bd', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('188', '', 'eser', 'tekin', '1977-02-01 00:00:00', 'eser.tekin@hotmail.com', '', '216', '+905412255962', '', '7896df137135633d8a1c09732a5302bd:3f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('189', '', 'david', 'bishop', '1974-01-30 00:00:00', 'bbremovals@yahoo.co.uk', '', '217', '07773774008', '', '65dcf8bfb38e75b9edebe399d133c768:18', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('190', '', 'Jo', 'Stratton', '1970-09-29 00:00:00', 'jo.stratton@btinternet.com', '', '218', '01202 536961', '', '1d9561adf0b081012ad24aa7a3e41ac6:31', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('191', '', 'felix', 'snell', '1956-05-16 00:00:00', 'felix.snell1@btopenworld.com', '', '219', '01603490366', '', 'daeec19886ba8fa834c80ed5cf7d920d:98', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('192', '', 'Craig', 'Bailey', '1971-01-09 00:00:00', 'craig.bailey7@ntlworld.com', '', '220', '01204 64889', '', 'f588a69a50572fc504563e25a6df8d64:23', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('193', '', 'Gabriela', 'Kopecká', '1987-04-05 00:00:00', 'gabinakopecka@seznam.cz', '', '221', '739877340', '', '52be64edc620eae43085564de14404bb:e1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('194', '', 'neil', 'jones', '1978-08-08 00:00:00', 'the.jonesabode@talktalk.net', '', '222', '07790537423', '', '30232cbf9a9f00962ac0cf045bd664f6:61', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('195', '', 'donna', 'chilcott', '1983-11-23 00:00:00', 'donna_chilcott@hotmail.co.uk', '', '224', '01765698135', '', '7d6cda001fd66cade7ff23363abba7f2:6e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('196', '', 'christopher', 'bennett', '1983-09-03 00:00:00', 'chris0909@hotmail.co.uk', '', '226', '01795581968', '', 'd429da98a6d47e23e1792b4f90c99e50:c4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('197', '', 'James Stuart (mac)', 'Mclean', '1948-01-10 00:00:00', 'jsm063@googlemail.com', '', '227', '07903467098', '', '4bbcdb09d673c14ae758bd14f2c7fe27:61', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('198', '', 'June', 'Barlow', '1946-03-21 00:00:00', 'hodgyfan@aol.com', '', '228', 'ex directory', '', 'beed96aebf91a3cdf86eef911c813c5a:bf', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('199', '', 'Jason', 'Matvijenko', '1970-12-02 00:00:00', 'JASON.MATVIJENKO@SKY.COM', '', '229', '01773 828557', '', 'c52538ed349b0326a7131adffaa78918:dd', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('200', '', 'Lee', 'Meredith', '1980-06-13 00:00:00', 'jld281103@hotmail.com', '', '230', '01902 838847', '', 'e3ea809fb1bdb563dcb46bf4a67e63a2:36', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('201', '', 'dave', 'robinson', '1978-06-07 00:00:00', 'davetherobot@hotmail.com', '', '231', '07772057539', '', '6b0b449842b3ca135440ae0b7d3f3017:97', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('202', '', 'Maria', 'Phillips', '1967-07-06 00:00:00', 'maria.m.phillips@btinternet.com', '', '232', '07812053753', '', '7c593a30d7d439fcbe82ede1949492ec:4f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('203', '', 'lisa', 'lodge', '1973-10-16 00:00:00', 'lisalodge262@hotmail.com', '', '233', '07733450401', '', 'dae77aa611a747ff07bb8a69b7eddbb6:4b', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('204', '', 'Liz', 'Ascroft', '1978-05-04 00:00:00', 'lizascroft999@hotmail.com', '', '234', '07855 865441', '', 'd208d17f75e44cc1c49385a0e6d70846:13', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('205', '', 'Jennifer', 'Roland', '1979-06-02 00:00:00', 'jroland@spencercos.com', '', '235', '256-520-2985', '', '8602f8f7dc6e973fcf5a2c59f1ec436d:f6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('206', '', 'john ivar', 'larsen', '1979-09-11 00:00:00', 'jil110979@hotmail.com', '', '236', '004740212744', '', '55da3d18bb95f60185cc31a7834d831a:65', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('207', '', 'Jeffrey', 'Ludwig', '1973-07-12 00:00:00', 'JeffreyLudwig@optonline.net', '', '237', '201 906 4166', '', '57e2d78bc336bd3e820b34d8dc1ae30f:f8', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('208', '', 'Paul', 'Wells', '1977-09-03 00:00:00', 'onedartwells@hotmail.com', '', '238', '07976201118', '', '90e61f04e7aab2bdb91594f6f9a008dd:5f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('209', '', 'David', 'Wright', '1975-03-01 00:00:00', 'daveywrightywright@yahoo.co.uk', '', '239', '07817 037 415', '', '168bbcb55bb8a1290d9b069ee0fe0f04:97', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('210', '', 'gavin', 'roberts-downing', '1977-05-05 00:00:00', 'gavinroberts.downing@googlemail.com', '', '240', '01332332162', '', '2f8054df40965db3bf9e18b1d83ac254:a2', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('211', '', 'Lee', 'Parker', '1984-09-02 00:00:00', 'midnite84@live.co.uk', '', '241', '07814521972', '', '6a83c91d52ac55c6d6a4c66cfdb92904:00', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('212', '', 'jemma', 'keywood', '1983-09-19 00:00:00', 'caerion23@btinternet.com', '', '244', '01443473001', '', '77fa473696cded5576f13947af9a8861:1f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('213', '', 'carmelita', 'kelly', '1957-03-13 00:00:00', 'kitkelly48@hotmail.com', '', '245', '709-279-1052', '', '047a104fbfdc96c9307f095585766e38:88', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('214', '', 'louise', 'blacklock', '1974-08-19 00:00:00', 'excelairconditioning@hotmail.com', '', '246', '0034 676265675', '', 'b3ae4a5064944012e7c3690a3ff2b051:0e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('215', '', 'John', 'Slater', '1979-09-27 00:00:00', 'jonkslater@yahoo.co.uk', '', '247', '07930316440', '', 'e94517b4068bb812e26559660b12b932:93', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('216', '', 'melanie', 'button', '1972-06-16 00:00:00', 'button948@btinternet.com', '', '248', '01373812948', '', 'c0e8c6b8baccb8a31b81a3e328fe153a:d7', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('217', '', 'Markus', 'Reinhardt', '1970-04-09 00:00:00', 'M.Reinhardt@kabelbw.de', '', '250', '00497524913050', '', '19067c3dc56b4d648ba44f5a906b634e:5e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('218', '', 'Lewis', 'Humphris', '1976-03-31 00:00:00', 'lewishumphris@yahoo.co.uk', '', '251', '07730637351', '', 'aeb6d3675396ff1ad8fdc46af85d8b84:25', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('219', '', 'JONATHAN', 'HARVEY', '1976-06-28 00:00:00', 'jonharvey1976@sky.com', '', '252', '07973339523', '', 'cebabbbe898c148ecbe7554748093833:20', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('220', '', 'Laura', 'Haddar', '1979-08-21 00:00:00', 'Laura_Pattison@hotmail.com', '', '253', '00420 773090854', '', '0a32b6638546d8bf525374644f8b3f23:df', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('221', '', 'Tom Cato', 'Larsen', '1969-07-13 00:00:00', 'tcl_dart@hotmail.com', '', '254', '004792205287', '', 'fcc05021afe697361e02f0dd413fa92c:ec', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('222', '', 'dean', 'smith', '1972-11-20 00:00:00', 'nigeltalbot@ymail.com', '', '255', '07534221897', '', '16b8184407feaeb665dc22bc9fd6879d:c2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('223', '', 'Angela', 'Bergs', '1974-03-20 00:00:00', 'cheetah_kitten@casema.nl', '', '256', '+31644673409', '', 'cba0d7e7da8e428c8f1b915dd4407004:a6', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('224', '', 'marie', 'craggs', '1979-10-10 00:00:00', 'mjcraggs@hotmail.com', '', '258', '01782851002', '', '08a25627d1bf90a76044ff6a881d12bd:7f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('225', '', 'duncan', 'allan', '1973-02-01 00:00:00', 'the.dunk@btinternet.com', '', '259', '01270 662317', '', '07b16c609dc9a7d94a4ccb8f9aecd8f5:55', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('226', '', 'John', 'Bytheway', '1980-09-28 00:00:00', 'john@stretford.f9.co.uk', '', '260', '01246826399', '', '7a83f65c59f526cf77cb2f6111b2ff91:e7', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('227', '', 'john', 'murray', '1981-04-27 00:00:00', 'mr.john.e.murray@gmail.com', '', '261', '00353857883683', '', 'ee2f66aa445b268e9de39a17d3888d57:96', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('228', '', 'Julie', 'Wenn', '1955-10-29 00:00:00', 'wennjwenn@aol.com', '', '262', '01753715878', '', '032c8278580259daca8f9424f8bb691b:a6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('229', '', 'sonia', 'king', '1977-09-27 00:00:00', 'soniasheehan@yahoo.com', '', '263', '01268726389', '', '493f7e22a4c59c9e97b400a9deb23c42:54', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('230', '', 'janet', 'mcshane', '1970-02-03 00:00:00', 'janet2370@hotmail.co.uk', '', '264', '01512017958', '', '1a47f3df5cc377326995a6714d7f50f4:d6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('231', '', 'liam', 'pritchard', '1964-11-02 00:00:00', 'liamlamb@hotmail.com', '', '265', '07891457237', '', 'd7106cfbe94f93a0390897cbb54443b2:df', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('232', '', 'Debbie', 'Patterson', '1981-03-30 00:00:00', 'debbie@autoline.orangehome.co.uk', '', '266', '07971642002', '', '485e97c991c5daa3ff76b027d8b722ae:fe', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('233', '', 'Claire', 'Barrett', '1973-02-24 00:00:00', 'clairebear.b@hotmail.co.uk', '', '268', '01480475071', '', '9387fb4220d8efa021a759bc3a2324e5:b0', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('234', '', 'chelsea', 'tucker', '1991-09-27 00:00:00', 'chellapops69@hotmail.co.uk', '', '270', '02380842867', '', '74b48020cefa6197dbb6eef4d0480293:a3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('235', '', 'ben', 'woollard', '1979-03-15 00:00:00', 'ben.woollard@yahoo.co.uk', '', '271', '07724429478', '', 'c16c58b9cfd701aa1da6ed750ca8e188:8b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('236', '', 'Matthew', 'Parry', '1974-08-12 00:00:00', 'mattaparry@aol.com', '', '272', '07961968271', '', '0073562a3eeb8cb70bf2ba05f2c02aa5:55', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('237', '', 'charlotte', 'pedersen', '1981-05-12 00:00:00', 'c.pedersen@live.dk', '', '273', '26650041', '', '65338361252d3e55bbb4092b65eba97b:cf', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('238', '', 'Horst', 'Koncsek', '1966-12-26 00:00:00', 'koncsek-horst@chello.at', '', '274', '+436764551083', '', '02a1ce7516542c4a74c240b9171843d6:0d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('239', '', 'jonathan', 'WATKINS', '1974-10-29 00:00:00', 'jonathan@rescommedia.com', '', '275', '07912986336', '', '1811e39d94797ce584861e6fbb45e8ef:b8', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('240', '', 'Louise', 'Sobic', '1982-05-20 00:00:00', 'louise_3@fsmail.net', '', '276', '01782 876186', '', '205dfe198590feb3a6030cecf43cc09b:3b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('241', '', 'Malcolm', 'Smith', '1949-09-03 00:00:00', 'malcolm@malbet.wanadoo.co.uk', '', '277', '00356 27023630', '', '0a61abd300053197795cde5208fc9d55:c2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('242', '', 'Mark', 'Lealan', '1970-07-27 00:00:00', 'mark@lealan.freeserve.co.uk', '', '278', '01435 868527', '', 'fb5be75edcde2d95d8560a40c18e920e:0d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('243', '', 'Jennifer', 'Arlott', '1987-11-06 00:00:00', 'jennifer_arlott@hotmail.com', '', '279', '07955721311', '', '2ca527c6cb67741c98e629b084aa48d3:ea', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('244', '', 'riccardo', 'rushton', '1986-09-15 00:00:00', 'riccardo.rushton@yahoo.com', '', '280', '07527449527', '', '62380dc8527dd37227e0ef428d71ec4c:1d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('245', '', 'Stephen', 'Everest', '1959-05-22 00:00:00', 'stephen.everest@ntlworld.com', '', '281', '01296 583677', '', 'a19061a1d36f081c603eee5a21607d7b:66', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('246', '', 'STUART', 'HALE', '1982-02-05 00:00:00', 'stuarthale82@hotmail.com', '', '282', '0121 5021009', '', 'cbc1d0f7bceef247eccbc6ffa9acebc0:c0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('247', '', 'robert', 'butterfield', '2005-02-15 00:00:00', 'r_butterfield@hotmail.com', '', '283', '01992415238', '', '1813a1878f39ec36d7b21790b552023c:0a', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('248', '', 'Tony', 'Scally', '1977-06-07 00:00:00', 'tscally107@hotmail.co.uk', '', '284', '07909006921', '', 'cc7ee01e096e4d16d1aea9104daa7d81:ac', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('249', '', 'helen', 'winham', '1974-11-28 00:00:00', 'martin@helenwinham.wanadoo.co.uk', '', '285', '01924470713', '', '532ec130cd946c75c261826f83f90f8b:33', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('250', '', 'adrian', 'hikin', '1973-08-15 00:00:00', 'adrianhikin@aol.com', '', '286', '07739319473', '', '206c1b98c6323fb285088a078295e9e3:fd', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('251', '', 'darren', 'pettinger', '1974-07-07 00:00:00', 'dazpettinger@aol.com', '', '287', '07962372871', '', 'cef1a373ccf3270f5fd6abe284c4bef9:f5', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('252', '', 'Leonard', 'Crane', '1951-03-20 00:00:00', 'sophie.crane@btinternet.com', '', '288', '01743356298', '', '92178c4cde58d16abcced0aae4314c5c:e8', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('253', '', 'Mark', 'Tatters', '1963-12-02 00:00:00', 'the-neet@hotmail.co.uk', '', '290', '0191 2532442', '', '25684657134b3944fa5310278ce78e83:f3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('254', '', 'Alex', 'Thomason', '1972-12-10 00:00:00', 'athomason@deloitte.co.uk', '', '292', '07958931561', '', 'abe95c4909b65268fe7ccb64a84e7582:f9', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('255', '', 'WAYNE', 'BARKER', '1970-05-13 00:00:00', 'BCS.CLEANING1@BTINTERNET.COM', '', '293', '01353776399', '', 'ebee16a1de8e4fc7cb9c9a1718564295:43', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('256', '', 'Vicky', 'Hollyoake', '1983-03-24 00:00:00', 'vicky_hollyyoke@yahoo.co.uk', '', '294', '01212510747', '', '6e1e3bf9f631116a78421f93de2d9c96:1c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('257', '', 'Raj', 'Ramnund', '1968-08-31 00:00:00', 'rajr@comztek.com', '', '296', '+27 82 472 5923', '', 'c36a877dfa1ed366263abf0a62d9e370:09', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('258', '', 'Rob', 'Eldridge', '1986-12-08 00:00:00', 'rob_eldridge@vodafone.net', '', '297', '07540107448', '', '7402c68a8358ef880b76561fd00d5ab2:86', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('259', '', 'justin', 'fawcett', '1981-10-15 00:00:00', 'jfawcett@gov.nu.ca', '', '298', '8672222579', '', 'dab8b6ae8d87183f402f4771e25b54bb:81', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('260', '', 'nicola', 'pearton', '1974-11-06 00:00:00', 'nicola_pearton@hotmail.co.uk', '', '299', '01634713481', '', '692878a1dc26c4161df35710d2bf1803:cb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('261', '', 'Amanda', 'Trevena', '1976-11-17 00:00:00', 'amandatrevena01@btinternet.com', '', '302', '07796958666', '', '464e0cc78a6f60dc5d73772553d8dc8b:39', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('262', '', 'Christopher', 'Haywood', '1969-03-26 00:00:00', 'chris@wrightelec.co.uk', '', '303', '07903 302421', '', 'f7ccf30061b3c44ab79b8d14be3d7ac3:6a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('263', '', 'mark', 'stapleton', '1967-08-01 00:00:00', 'rhino180@talktalk.net', '', '304', '07717416150', '', '6eeb0b0c06d37a79a77a5496e3deac11:b5', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('264', '', 'TRUDY', 'BIRD', '1978-02-06 00:00:00', 'birdmills@hotmail.co.uk', '', '305', '01902 732280', '', 'e527c3ccd56e48906a5ffa2a687f45db:96', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('265', '', 'Cara', 'McClure', '1974-05-01 00:00:00', 'cara.mcclure@sky.com', '', '306', '07714756816', '', '1fd8c609d78ba784b6ff2c5aad65e421:74', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('266', '', 'daniel', 'degasperi', '1979-12-06 00:00:00', 'eldegos@hotmail.com', '', '307', '0039 349 6649650', '', '90621638b34845d84b5967fd4eb58b04:1a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('267', '', 'brian', 'ivey', '1970-07-16 00:00:00', 'brianivey@blueyonder.co.uk', '', '308', '01803550708', '', '284d7d9a74ad1be6fa13924da8b929bb:97', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('268', '', 'KEITH', 'MEREDITH', '1977-04-20 00:00:00', 'KEITH1.MEREDITH@NTLWORLD.COM', '', '309', '07784239730', '', '39db08d6770274786a02a1392ca6abd2:68', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('269', '', 'Beth', 'Watts', '1982-01-13 00:00:00', 'beth.watts@csa.gsi.gov.uk', '', '312', '07949 539756', '', 'fae261db3cd06cb09544380136615ee8:66', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('270', '', 'jason', 'skinner', '1972-08-06 00:00:00', 'jtskinner@sasktel.net', '', '314', '306.446.0006', '', 'ec6e0c814d6e3ab2c09774b0f4b35c1d:80', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('271', '', 'dave', 'green', '1984-02-21 00:00:00', 'justdidit21@hotmail.co.uk', '', '315', '01926511621', '', '758fbe236f1f45e5888c8abfe88300f7:63', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('272', '', 'Maryanne', 'Clark', '1986-04-08 00:00:00', 'humphreytrevor@yahoo.co.uk', '', '316', '01376 520592', '', 'a4b1b74accd234c5f6b9f3a0a5906a5b:a8', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('273', '', 'dave', 'gardner', '1948-02-07 00:00:00', 'daveandlindy@aapt.net.au', '', '317', '94172557', '', 'fe1c35506dd938e6edba83517d5cbb0e:bc', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('274', '', 'Michael', 'Treadwell', '1960-06-03 00:00:00', 'mick.treadwell@tiscali.co.uk', '', '318', '01608665979', '', '833abf1e35d5b3ebb36840c1ad957b2f:16', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('275', '', 'BEN', 'DANIELLS', '1981-01-07 00:00:00', 'BANJO793@HOTMAIL.COM', '', '319', '07890999351', '', '4fff764cb599db88ff3f1dd3d7df1d8c:18', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('276', '', 'Robert', 'Maydom', '1980-07-17 00:00:00', 'robertmaydom@live.co.uk', '', '320', '07838241256', '', 'c1fc0692afc0d9cc69013bc58e181141:c7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('277', '', 'Jelger', 'Tuinstra', '1966-05-13 00:00:00', 'jelger@zeelandnet.nl', '', '321', '0642825253', '', 'c93371ebe1fb32e04f5906890b41b897:b4', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('278', '', 'Andy', 'Mason', '1979-03-25 00:00:00', 'andymason17@hotmail.co.uk', '', '322', '07776010826', '', '3e35e830066a0b2f82af58a163001328:b9', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('279', '', 'Tony', 'Crancher', '1971-09-12 00:00:00', 'crancherohara@aol.com', '', '324', '01294 215496', '', 'e8385def1f2785638c65866a8761de5f:95', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('280', '', 'Marc Juergen', 'Crede', '1971-03-22 00:00:00', 'masicrede@t-online.de', '', '325', '00492325-467885', '', '86a909dfae1748056259247b4cb65f54:f8', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('281', '', 'carl', 'skutela', '1987-01-26 00:00:00', 'marshallmathers8@hotmail.com', '', '327', '07783045177', '', 'abf52b13f05a627257b074d2aafc4685:3c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('282', '', 'Tom', 'Cliffe', '1981-10-21 00:00:00', 'cliffetom@hotmail.com', '', '329', '07545354265', '', 'cab4ebbab46b3528da33e9e2932fbb12:56', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('283', '', 'ANDREW', 'BOND', '1976-05-13 00:00:00', 'asbond@tiscali.co.uk', '', '330', '07917889120', '', 'ee738898c3e4034730afff7ce0bbf063:f2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('284', '', 'Luke', 'Wilcox', '1988-07-25 00:00:00', 'wilcox88@hotmail.co.uk', '', '332', '07870742977', '', '395340b3a5753175e22f58dba2a9609a:ec', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('285', '', 'Shane', 'Hanbury', '1978-05-03 00:00:00', 'shanehanbury@yahoo.co.uk', '', '333', '0035387 6143423', '', 'f3222bb30271933a8d082296e964c318:d8', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('286', '', 'Mark', 'Hughes', '1981-01-15 00:00:00', 'mrsprky2@aol.co.uk', '', '334', '02088545391', '', '910407bea9b411e462d307c82b25c4bd:14', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('287', '', 'steve', 'heckford', '1963-10-10 00:00:00', 'ecky180@live.co.uk', '', '335', '0208 207 0471', '', 'ed866ad08eb4b62fd66b4fcc872b0a2e:33', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('288', '', 'marie', 'clegg', '1972-06-12 00:00:00', 'Marieclegg72@yahoo.co.uk', '', '337', '01752 316790', '', '388b29d81906caf6f0077d75722be2ca:73', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('289', '', 'Bas', 'Breedveld', '1984-09-03 00:00:00', 'pcbbreed@hotmail.com', '', '338', '0031654281733', '', '8210aa0160aaa37da75696abe936cb1d:61', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('290', '', 'Sue', 'Croucher', '1973-03-03 00:00:00', 'sue.lothian@btinternet.com', '', '339', '07969 480242', '', 'd6a435e1ab35dd10b2658fa7c169b187:25', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('291', '', 'ILA', 'CORSE', '1968-04-02 00:00:00', 'ilacorse@tiscali.co.uk', '', '340', '01856879244', '', '773db687b8e9a304b11b2509ac117af7:59', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('292', '', 'ashley', 'gerard', '1984-07-10 00:00:00', 'spider-man2007@hotmail.co.uk', '', '341', '01582652815', '', '380522c7f08ffb4cc0a13945eaeeb04b:52', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('293', '', 'Andrew', 'Meti', '1971-09-05 00:00:00', 'metia@arcreo.com.au', '', '342', '+61437346063', '', '43dd25c5155abfca1071061b7be5ada7:26', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('294', '', 'SUE', 'TOMLINSON', '1969-05-15 00:00:00', 'sue1505@hotmail.co.uk', '', '343', '07904412234', '', 'c173a419cdd760438c3c78ffc2d15062:2d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('295', '', 'Mark', 'Thomson', '1968-02-21 00:00:00', 'mthomson@ithacaenergy.com', '', '344', '01330822570', '', 'c87c589684ee7c8b7b6b87ca041ec31a:28', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('296', '', 'jose pablo', 'morales ollero', '1974-03-16 00:00:00', 'joserejos@hotmail.com', '', '345', '678670256', '', '171cd90f56d958a53b9659da0d56bea5:8e', '1', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('297', '', 'paul', 'lewis', '1975-10-13 00:00:00', 'paulbmlewis@yahoo.com', '', '347', '02920 215464', '', '42a0cca3b6806bd9ec2d192b26a8ce5d:1e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('298', '', 'Dominic', 'Brennan', '1963-09-20 00:00:00', 'Dominic_brennan747@hotmail.com', '', '348', '709-686-5577', '', '8a31a02fa0317f0f7b3e0592df08be8e:16', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('299', '', 'RAY', 'HARRIS', '1970-06-03 00:00:00', 'rayharris6@blueyonder.co.uk', '', '349', '07910028025', '', '8c993557a167f30024156b879a04d78b:fe', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('300', '', 'Ujisato', 'Mori', '1975-04-22 00:00:00', 'the-power@md.pikara.ne.jp', '', '350', '0878870781', '', '48c03d40de87226f41463ad67b09c635:74', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('301', '', 'Derek', 'Ward', '1974-07-11 00:00:00', 'dward@ni-trucks.co.uk', '', '351', '02828267152', '', 'c4b21cda4efe90536adcf8c5b4b1f65e:bc', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('302', '', 'shaun', 'ledger', '1970-02-16 00:00:00', 'shaunthepower@hotmail.co.uk', '', '353', '07795388944', '', '0262c4728954b60fed3335019e4075cf:35', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('303', '', 'lee', 'dinsdale', '1977-05-21 00:00:00', 'natalied972@aol.com', '', '354', '01282616165', '', '38db545a1c32b2f314914aef14ea7942:75', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('304', '', 'Nichola', 'Woolley', '1979-07-28 00:00:00', 'nichola.woolley@btinternet.com', '', '355', '711441', '', '8d35a7b6bb6ec53639dd636e4cb1adf4:b5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('305', '', 'steve', 'adams', '1950-08-18 00:00:00', 'steve.la@live.co.uk', '', '356', '07794 755 228', '', '7473ee0e60e49e78aaa9bb629f130de4:7b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('306', '', 'mike', 'cain', '1970-12-30 00:00:00', 'mike.cain@ntlworld.com', '', '357', '01642 646084', '', 'e95a4d020eda6f6a601f7207ee6fd3ea:4f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('307', '', 'Heiko', 'Hanauer', '1975-01-23 00:00:00', 'helmer23175@aol.com', '', '358', '0491736245195', '', '0d0333f325d1a8c5ba0bf0c586b6f593:2c', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('308', '', 'Rune', 'Marcussen', '1980-03-04 00:00:00', 'marcussenrune@gmail.com', '', '359', '313 313 11', '', '3f86d8fa87d2fefe6e36aa53ada0f3be:86', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('309', '', 'E.J.', 'Brouwer', '1970-05-29 00:00:00', 'ej.brouwer@quicknet.nl', '', '360', '0226383595', '', '0eacb7554deb58cec25f1245ae794280:67', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('310', '', 'Anthony', 'Follows', '1986-01-14 00:00:00', 'antfol00@hotmail.com', '', '361', '01215310512', '', 'bbc2846ffd4190679ac7ae576cf5a0cf:b5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('311', '', 'chris', 'abram', '1981-07-08 00:00:00', 'cvaceramics@hotmail.co.uk', '', '362', '01928567988', '', '57dc0d3e02b9af5ddd0c212526c1dce5:66', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('312', '', 'HAYLEY', 'ROBERTS', '1984-04-07 00:00:00', 'HAYLEY_ROBERTS04@HOTMAIL.COM', '', '363', '01903 859910', '', '973dff6fcf96bc411896165a737c0de5:43', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('313', '', 'paul', 'anthony', '1974-04-16 00:00:00', 'twin_paul@hotmail.com', '', '365', '07732755224', '', 'cd42df3af03aa14e4f416090c0f26c7f:2f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('314', '', 'roel', 'coster', '1984-04-01 00:00:00', 'der_ruli@hotmail.com', '', '367', '06-20807730', '', 'c9df15a752f3d1e4b179a81aed61365a:5e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('315', '', 'George', 'Allen', '1989-11-03 00:00:00', 'ga7021@bris.ac.uk', '', '368', '07868178537', '', '0d1eb9f59a98c708bab6f13884e565f2:22', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('316', '', 'Patrick', 'Gillespie', '1988-06-19 00:00:00', 'littlemite@eircom.net', '', '369', '091552494', '', '0e0b6e40a2bf04c20624a3bbc952b16f:a5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('317', '', 'Laura', 'Green', '1988-01-06 00:00:00', 'laurajagreen@hotmail.com', '', '370', '01865 451515', '', '22a720bb18087f7042c8f45fdcbb59dd:2c', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('318', '', 'Steven', 'Purdiew', '1985-05-19 00:00:00', 'spurdiew@live.co.uk', '', '371', '07984225944', '', '586c6c314ec930820215d022fef6c0cc:fd', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('319', '', 'James', 'bustard', '1975-11-22 00:00:00', 'jamesbustard75@hotmail.com', '', '372', '07773498110', '', '8a44276cb5d7142c8b7fb149d998117d:67', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('320', '', 'paul', 'chipping', '1983-01-10 00:00:00', 'paulchipping@yahoo.co.uk', '', '373', '07903453311', '', 'a0be84a5ec8d5c3ca6499ee43e470334:37', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('321', '', 'Matthew', 'Roberts', '1988-11-18 00:00:00', 'mar_darts@hotmail.com', '', '375', '07766567773', '', '0f5570b5ba03ae24314cd2e455d3f017:96', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('322', '', 'rosemary', 'wilkie', '1974-09-09 00:00:00', 'rosemarywilkie@hotmail.com', '', '376', '0656845761', '', '1bd385b909b7813268bfbd65b1047545:1d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('323', '', 'gary', 'whitefoot', '1972-06-02 00:00:00', 'gw.rover123@talktalk.net', '', '377', '01226 701387', '', '8a3aa3ef56c6f86883143d4a873e563f:04', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('324', '', 'justine', 'mitchell', '1974-01-16 00:00:00', 'mitchelljustine@rocketmail.com', '', '378', '07933637848', '', 'c994acbab19e631655ae24949fdc10ac:22', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('325', '', 'Nick', 'Moule', '1985-08-05 00:00:00', 'big_argyle_fan@hotmail.com', '', '379', '07872533773', '', '53085c95636061e2c087ec5c39379d11:92', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('326', '', 'Tracy', 'Reed', '1968-11-21 00:00:00', 'reed.tracy@talktalk.net', '', '380', '07780112319', '', 'bbc97b40c30d95809d4a74e6205e2795:b9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('327', '', 'Brian', 'Clarkson', '1973-11-27 00:00:00', 'b.clarkson@kpnplanet.nl', '', '381', '+31646194678', '', '4f2719806a4a8c2a908c81fd6765e88c:26', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('328', '', 'Richard', 'Clayton', '1976-12-10 00:00:00', 'richardclayton.76@googlemail.com', '', '382', '07738231924', '', '90cedb412192ea8742867d94676c2557:a9', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('329', '', 'Justin', 'Synan', '1978-11-30 00:00:00', 'jsynan@hotmail.com', '', '383', '07818448420', '', 'f08272ecb55b6b9097912e4f7b6a134a:5f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('330', '', 'kim', 'innes', '1970-05-17 00:00:00', 'kiminnes@hotmail.co.uk', '', '384', '01480437658', '', '5ce13d8239ddf25acbfa1a9770497178:a3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('331', '', 'joy', 'reed', '1963-10-13 00:00:00', 'readingjoyreed@yahoo.co.uk', '', '385', '01452 536783', '', 'c5041a826a5ae2fbce82315c0f98075c:b7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('332', '', 'richard', 'galligan', '1974-07-08 00:00:00', 'ryankatie03@hotmail.com', '', '386', '07584161271', '', 'e28821b24f5ea4bf921a5b78623d1062:e0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('333', '', 'samantha', 'collis', '1972-01-14 00:00:00', 'samantha.collis@sky.com', '', '387', '07806327656', '', 'd5f2c2945e253322fde3d7f9275eb492:f9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('334', '', 'Christopher', 'Fyles', '1983-01-14 00:00:00', 'chris-83@live.co.uk', '', '388', '01884855612', '', '127ec5da0eca1601de22cb3147c246e0:de', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('335', '', 'katijah', 'bibi', '1991-12-12 00:00:00', 'katijahbibi@ymail.com', '', '389', '0162727232', '', 'ab55c116df1b8e5621d63016e3197b28:c4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('336', '', 'Tony', 'Fox', '1970-03-23 00:00:00', 'tonyjfox@gmail.com', '', '390', '01225 464231', '', 'adbd602e0fb349a1a4ebbc28347cc897:25', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('337', '', 'Kelly', 'Healy', '1982-10-26 00:00:00', 'kelly-jonny@hotmail.co.uk', '', '391', '01686 628130', '', 'f822c96aa912f03a1b8a038ce2b2becb:12', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('338', '', 'heidi', 'cross', '1975-05-31 00:00:00', 'heidipipper@live.co.uk', '', '392', '07857450173', '', 'fe5f701319a81bf142fe081b8a274675:ab', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('339', '', 'Samantha', 'Edmonds', '1975-03-03 00:00:00', 'samantha_edmonds@tiscali.co.uk', '', '393', '07768443032', '', '80ae57c47d483d6d32b0f051fce53e0f:24', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('340', '', 'Mark', 'Shaw', '1981-03-19 00:00:00', 'm.s.f12008@googlemail.com', '', '394', '01538753020', '', 'd97f7517c3f00bf2004efcb5864d48ab:28', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('341', '', 'Tom', 'Burgess', '1990-11-18 00:00:00', 'tom.burgess@optident.co.uk', '', '395', '07799796072', '', 'fc21c4f141076168b5ad9b3fdfea2758:17', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('342', '', 'Clair', 'Mortimer', '1974-05-16 00:00:00', 'spugmorti@btinternet.com', '', '397', '01274 875099', '', '13e33cf9c721df3c475e3461ef7c198c:1d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('343', '', 'Tracey', 'Bate', '1963-06-30 00:00:00', 'm.bate1962@hotmail.co.uk', '', '398', '07980 304083', '', 'bb2155e3e1c50dda31ac2eb61e4d6a69:a4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('344', '', 'Jackie', 'Annals', '1966-10-19 00:00:00', 'jackie_annals@sky.com', '', '399', '01243 826623', '', 'c6203482f702dfe225e4d1187c4f62f0:e4', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('345', '', 'dave', 'green', '1984-02-21 00:00:00', 'diddy-o@hotmail.com', '', '400', '07932742836', '', 'ead7510dd61b3d56e8a58bacafd63b53:c3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('346', '', 'Shane', 'Ryan', '1975-02-20 00:00:00', 'shayryan9@yahoo.co.uk', '', '402', '00353876401528', '', 'ea0c7362eafdcc06e5cc6aa10a3c87fc:81', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('347', '', 'nicky', 'dalton', '1983-06-07 00:00:00', 'lynne_dalton@msn.com', '', '403', '01709562688', '', '14f9aeeba7934c494064682bc5866727:45', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('348', '', 'Andrew', 'Pope', '1993-09-27 00:00:00', 'andrewthekaratekid@hotmail.co.uk', '', '404', '01744 614653', '', 'bfd1207b7273973d7ae4f763b57240e9:9c', '1', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('349', '', 'joanne', 'anderson', '1980-06-02 00:00:00', 'anderson2934@live.co.uk', '', '405', '07575474228', '', '74ca7acb79cd20e52be49f240ba4bb94:6f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('350', '', 'Clayton', 'Jones', '1974-01-31 00:00:00', 'cmjones@glam.ac.uk', '', '406', '07815 162565', '', '6f04b9cc849ea2d5088a243b1c9b191a:9e', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('351', '', 'padraig', 'callaghan', '1981-07-09 00:00:00', 'podgec@yahoo.co.uk', '', '407', '00353879581786', '', 'a5db30286fe77209f4d390b72188dc84:5c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('352', '', 'Lisa', 'Bradbury', '1972-05-26 00:00:00', 'BRADBURY_L@SKY.COM', '', '408', '07941332202', '', '7dedb23a2a26578c76a2e41b0ddf12f6:4b', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('353', '', 'Robert', 'Frost', '1993-12-26 00:00:00', 'frosty1490@hotmail.com', '', '409', '01405 813368', '', '77eb0d2d7aec559d8169c0132b3f92fa:1e', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('354', '', 'Matthew', 'Weeden', '1987-02-19 00:00:00', 'mattweeden1987@googlemail.com', '', '410', '07876485903', '', 'a2a89ba665bd6e4963b9884780291252:07', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('355', '', 'Paul', 'McAssey', '1961-12-29 00:00:00', 'mcassey318@btinternet.com', '', '411', '01932252402', '', '9e25ed6932b27a3b5716e2ab0904482e:72', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('356', '', 'MERVYN', 'MAYERS', '1970-10-03 00:00:00', 'MJMAYERS@HOTMAIL.COM', '', '412', '01639641833', '', '18f03008df79359e8d82fb6463b55464:90', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('357', '', 'Ann', 'Watkinson', '1968-06-02 00:00:00', 'ann.watkinson@hotmail.com', '', '413', '0879309220', '', 'fae963ac86eae053a6d70104c5212e6d:57', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('358', '', 'Carol', 'Jones', '1943-08-24 00:00:00', 'carol43j@googlemail.com', '', '414', '01908221955', '', 'b22b4e6968de4d5e5ab2436079ccd098:6f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('359', '', 'Darren', 'Connaghan', '1988-05-11 00:00:00', 'bionic_daz@hotmail.co.uk', '', '415', '01475633092', '', 'd978b9fce2a3335418ac825c6272447c:b4', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('360', '', 'chris', 'sangster', '1989-09-12 00:00:00', 'sangster1989@hotmail.co.uk', '', '416', '07917563968', '', '40fbb1dd7e0df6d1f86c712a2d893d85:4a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('361', '', 'Damien', 'Mc Naboe', '1985-08-10 00:00:00', 'damien_mcnaboe@hotmail.com', '', '417', '01 6271538', '', 'd69e64a3a85e4d197e40e2d61b11f4aa:6b', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('362', '', 'elizabeth', 'brown', '1952-12-20 00:00:00', 'rmb45@blueyonder.co.uk', '', '418', '01324472354', '', '702be44555d9b68d979ede34263abbec:80', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('363', '', 'leonard', 'mckee', '1966-11-03 00:00:00', 'SALES@THESALONTHING.COM', '', '419', '07731136346', '', '8dbb3a2127d721b99159374f288f3b52:bb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('364', '', 'karen', 'williams', '1970-09-04 00:00:00', 'gobby180@sky.com', '', '420', '01869347935', '', 'bb8e827bf5531df04a33da6f92b37243:d9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('365', '', 'Maria', 'Redfearn', '1967-05-01 00:00:00', 'mariaredfearn@dsl.pipex.com', '', '421', '01606837577', '', '5fa65a90ac7cd2fe8030d371aa812b30:69', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('366', '', 'stuart', 'giles', '1983-05-29 00:00:00', 'stuandcarla@btinternet.com', '', '422', '01952603043', '', '4b5599cce9a02450454eb583a13a7ace:b2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('367', '', 'simon', 'cunningham', '1973-11-14 00:00:00', 'simon.cunningham@hotmail.co.uk', '', '423', '07859044917', '', '8b20403c603ddb03600fe1ccf069b843:08', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('368', '', 'paul', 'davies', '1981-08-17 00:00:00', 'pauldav1981@hotmail.co.uk', '', '424', '01519222106', '', '6dcb3a5a6e244e37aae8ab1e5fac975f:6d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('369', '', 'Tony', 'Ryder', '1973-12-31 00:00:00', 'ryder934@btinternet.com', '', '425', '01329832268', '', '9cb61a7f3e9e795dd8cc83af169ddfe5:d2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('370', '', 'Andrew', 'McWilliams', '1992-02-22 00:00:00', 'andrewmcwillams@yahoo.co.uk', '', '428', '07930209357', '', '01329c1c5f15659e50435efb9f687b3d:c4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('371', '', 'Matthew', 'Adams', '1969-03-11 00:00:00', 'matthew@adamsandhowling.co.uk', '', '429', '0786087322', '', '68db111e9cab3864aa5d3b56c946ac9c:76', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('372', '', 'Steven', 'Dixon', '1975-02-16 00:00:00', 'dixon.steve1@googlemail.com', '', '431', '01352 759894', '', 'c4d98feb0f08e30a52e22251b9eebc93:34', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('373', '', 'rebecca', 'edwards', '1976-11-29 00:00:00', 'rebeccawebb.edwards@sky.com', '', '432', '01934622102', '', '667e6c1a7fe2fd17485ed68ef067831f:1c', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('374', '', 'sue', 'bryant', '1965-03-23 00:00:00', 'thebryants@tesco.net', '', '433', '02089745895', '', '24a15a54f531f0569b27eac4f22f25d0:c4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('375', '', 'James', 'Cook', '1986-09-21 00:00:00', 'jamescook123@live.co.uk', '', '434', '07908989269', '', '8b70485cf69cc04ac3eb9f7259aa0bda:90', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('376', '', 'Andy', 'Rowan', '1976-02-10 00:00:00', 'arowan@cplproductions.co.uk', '', '435', '020 7153 0619', '', '6c8fa67bf19c2e6a4a9547e7190e5863:2a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('377', '', 'Christine', 'Burrell', '1950-11-03 00:00:00', 'yeatie@aol.com', '', '436', '01872561085', '', '22089a0e39db686d2daebf27740d2800:51', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('378', '', 'martin', 'whitfield', '1986-07-31 00:00:00', 'martin.whiksield@btinternet.com', '', '438', '01904 789211', '', '1dd6da8ed51ad76048a2d394effa201d:52', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('379', '', 'kevin', 'garrett', '1978-04-19 00:00:00', 'kevin.garrett@rocketmail.com', '', '440', '02392 486 466', '', '02c7314e07c8f50d329bdf2ac1924985:52', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('380', '', 'Jarleiv', 'Kjørren', '1957-08-25 00:00:00', 'jarkjoer@online.no', '', '441', '004699469779', '', '1d1123b04bece53c55982e03443d9461:49', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('381', '', 'Elizabeth', 'Jackson', '1964-02-09 00:00:00', 'prospectjackson@tiscali.co.uk', '', '442', '01873 737504', '', 'd07a2f1df4fa4a4527be2cdb83d61227:0f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('382', '', 'mark', 'dalgleish', '1967-06-25 00:00:00', 'dalgleishl@aol.com', '', '443', '01890781908', '', 'f186d38d6883de7c161f23ab7428256c:5e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('383', '', 'Oliver', 'Valentin', '1972-11-15 00:00:00', 'olivervalentin@gmx.de', '', '444', '00496441981575', '', '048dfd6f7364ba215c8020d741d2f5d9:e1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('384', '', 'Robert', 'Husband', '1951-07-02 00:00:00', 'caroline.husband@ntlworld.com', '', '445', '01287654303', '', '3312dd1758dde09d5d86499d351ea977:dd', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('385', '', 'Sarah', 'Bussey', '1965-05-19 00:00:00', 'psmrhb@yahoo.co.uk', '', '446', '01603701389', '', 'c4bdfb7ae6e3501bd1fa0d11836d7207:20', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('386', '', 'michael', 'ireland', '1988-11-06 00:00:00', 'michaelireland2005@hotmail.com', '', '447', '01733810014', '', '9b37cf97e552168b282ea1915c840b76:fb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('387', '', 'Pauline', 'Connolly', '1964-07-07 00:00:00', 'connolly_pauline@hotmail.com', '', '448', '0863666240', '', '19f044e41489f02ccf83556647d6ed00:ab', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('388', '', 'Alison', 'Miles', '1964-11-12 00:00:00', 'greg_oo7@hotmail.com', '', '449', '01628 664320', '', '3130a06e7cb68f2ae1371a183a1fc98c:da', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('389', '', 'Ken', 'Dion', '1991-07-22 00:00:00', 'kan-dy@live.ca', '', '450', '819-375-5484', '', '5bd05b5c994a4be191cbf4fc9ba733c3:cd', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('390', '', 'Helen', 'Combes', '1981-06-27 00:00:00', 'combes261@hotmal.com', '', '451', '07731359228', '', '236643296fe48935b7722eac0228e199:08', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('391', '', 'Samantha', 'Coster', '1981-03-14 00:00:00', 'samcoster@tiscali.co.uk', '', '452', '01702 307238', '', '7037821e055f32cf880de8d3526f07a4:40', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('392', '', 'susan', 'barnes', '1956-07-31 00:00:00', 'sue.barnes@gp-A88008.nhs.uk', '', '453', '0191 4542778', '', '777f80467cefde44e538fa6308a213a5:65', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('393', '', 'Daniel', 'Haynes', '1989-08-27 00:00:00', 'bumbag05@hotmail.co.uk', '', '454', '07809532413', '', '4221cd5db5e73cb10a2b48ef9ea2a114:8f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('394', '', 'mark', 'messenger', '1987-03-08 00:00:00', 'mark_messo@hotmail.com', '', '455', '07891485498', '', '1ca0fb5dea3ba501778f197e8c9ebada:db', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('395', '', 'ryan', 'williams', '1989-04-04 00:00:00', 'citytillidie04@hotmail.com', '', '456', '07909445882', '', '467a644ce29c850b37ff05bfb8b3d62f:2c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('396', '', 'jeff', 'hooper', '1947-07-30 00:00:00', 'jeffhooper39@hotmail.com', '', '457', '01225 767187', '', '8943c2d2379347086b87255bbed2470e:09', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('397', '', 'Neil', 'Stokes', '1963-08-30 00:00:00', 'neilcstokes@hotmail.com', '', '458', '01922441085', '', 'd61de4aecdc2ce2302f85d0ac6648be9:78', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('398', '', 'Eileen', 'O Leary', '1970-03-18 00:00:00', 'dave71@oceanfree.net', '', '459', '00353214357243', '', 'c391b55a0b8000e62a4902a83929ce4b:99', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('399', '', 'ross', 'dark', '1983-01-11 00:00:00', 'rossdark9@yahoo.com', '', '460', '07896279331', '', '17c3e6943f593dd8ccb4232ddec61aad:06', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('400', '', 'Phil', 'Roach', '1978-06-07 00:00:00', 'philip.roach@fidessa.com', '', '463', '02071051392', '', '33e84776c949ba37e9c8d7cf016575a1:86', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('401', '', 'Emma', 'Sims', '1980-01-08 00:00:00', 'sims.p@sky.com', '', '464', '01934527261', '', '3defc413880fd93eea6f4117479e11c6:f4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('402', '', 'jamie', 'barnes', '1973-08-13 00:00:00', 'jamiebarnes2007@hotmail.com', '', '465', '1-403-793-8631', '', 'fcc79d1dafc20d90707a7dfdcfd476b9:f4', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('403', '', 'BRIDGET', 'ECCLES', '1962-03-05 00:00:00', 'ECCLES.HOME@LIVE.CO.UK', '', '466', '003532492055', '', '7c94d128ba4ef84e9e7427c36218396f:f3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('404', '', 'Peter', 'Asmussen', '1973-01-06 00:00:00', 'peter_asmussen@netspace.net.au', '', '467', '02 4576 7997', '', '81c4a42f99efbf42928c510a83687e97:1b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('405', '', 'Gavin', 'Evans', '1979-07-22 00:00:00', 'gavin.n.evans@btinternet.com', '', '468', '07538002505', '', '3e52eb93dc1b96c07a07eeea4ff66e32:d3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('406', '', 'Marc', 'van Pruissen', '1975-05-07 00:00:00', 'marcvp@casema.nl', '', '469', '06-57336548', '', '9b58039c4b738e7ccb8060a75b654374:1b', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('407', '', 'Brian', 'Lovett', '1958-04-12 00:00:00', 'bjplovett@gmail.com', '', '470', '353 1 8257183', '', '4567bb3610d8b31e7c97108ae1e1f471:55', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('408', '', 'Ivor', 'Harding', '1945-01-12 00:00:00', 'carolineharding@ymail.com', '', '471', '01503 240625', '', '2e7f18552b58937942c082c213299c95:dd', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('409', '', 'nick', 'butt', '1960-03-03 00:00:00', 'nickbutt1960@hotmail.com', '', '475', '07909414050', '', 'dfce2d3bbbea79de719078c145cd09b2:0d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('410', '', 'stephen', 'rogers', '1969-06-13 00:00:00', 'stephenterryrogers@hotmail.com', '', '476', '02603618364', '', 'cd15394f80c944697f472214c286aa08:f1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('411', '', 'Andrew', 'Talbot', '1990-03-13 00:00:00', 'andrewtalbot123488@hotmail.co.uk', '', '477', '02887738745', '', '9c2c85fc757d1addd9dce24c65cbab7b:a7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('412', '', 'Jennifer', 'Lambert', '1979-12-03 00:00:00', 'jlambert1979@aol.com', '', '478', '00000000000', '', 'ac8e5d3c019b420e1aae1196e47484a7:62', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('413', '', 'jacqueline', 'bateson', '1958-09-06 00:00:00', 'jackie.bateson@hotmail.com', '', '479', '01617244907', '', '96e8258a01fd67a0f865b6a3b52e60a5:78', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('414', '', 'lisa', 'meyler', '1972-09-15 00:00:00', 'philomenacunningham@eircom.net', '', '480', '087 4121837', '', '43c76e8aff35260086e7babc60c060ab:28', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('415', '', 'jamie', 'davey', '1980-09-19 00:00:00', 'davey1en@btinternet.com', '', '481', '01379 897034', '', '5b665f0914140b2f8b08678ef73eb8c5:56', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('416', '', 'Ashley', 'Bird', '1991-03-06 00:00:00', 'ashleyjbird@hotmail.co.uk', '', '482', '01495757262', '', 'e18630a03ab5419545548e81b6e7fd3a:81', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('417', '', 'MARK', 'SKELCHER', '1963-02-08 00:00:00', 'MARKSKELCHER2863@HOTMAIL.CO.UK', '', '483', '01158400967/07857370713', '', 'f2fc3406e287e6a7b1be5b3f6603c4a0:8f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('418', '', 'Gino', 'Lucarelli', '1966-12-10 00:00:00', 'stregattomiao@tin.it', '', '484', '+393288268182', '', 'c729cc0f6c2617d2c27edf89470adfc1:68', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('419', '', 'Vicky', 'Walsh', '1983-09-26 00:00:00', 'vicky2609@topmail.ie', '', '485', '00353868492898', '', '6a6f8719a48a35425f6f11ae6ca42910:b1', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('420', '', 'Simon', 'Bronsteyn', '1968-07-01 00:00:00', 's.bronsteyn@tiscali.nl', '', '486', '06-54761856', '', 'a389bc65dddb571f7260bd48e4ed7ccd:93', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('421', '', 'Christine', 'Spinks', '1972-10-11 00:00:00', 'garychris.spinks@blueyonder.co.uk', '', '487', '0151 475 5110', '', '1b60688b81c94220318396746c180129:4f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('422', '', 'Christa', 'Margraf', '1961-10-29 00:00:00', 'margrafth@googlemail.com', '', '488', '02519731470', '', '3190b88c9e0666b449ad4b66840c3be8:41', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('423', '', 'peter', 'schreven', '1958-12-19 00:00:00', 'peterschreven@hotmail.com', '', '489', '0629450494', '', 'd4ae56ae6a82a0886d0ee17af1e755e9:64', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('424', '', 'Noor Hayati', 'Mohd Kassim', '1986-05-27 00:00:00', 'Yatiemk@Gmail.com', '', '490', '6016-3556128 & 603-40242692', '', 'd30d73f536ec287d0bd024fa534c1191:5c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('425', '', 'Marie', 'Watson', '1980-08-10 00:00:00', 'looneyms@yahoo.co.nz', '', '491', '+64 3 942 9535', '', 'c88707680cf8ae604cb46904c6f63b87:f2', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('426', '', 'Noor Hayati', 'Mohd Kassim', '1986-05-27 00:00:00', 'Yatiemk@Hotmail.com', '', '492', '6016-3556128 & 603-40242692', '', '49c88603de6457f278086effeb5919d0:20', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('427', '', 'david', 'cresswell', '1974-07-25 00:00:00', 'pc004c2434@hotmail.com', '', '493', '01902 655121', '', 'bef0a30700a45d97ea75a9782d6e0060:af', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('428', '', 'Karl', 'Aldrian', '0000-00-00 00:00:00', 'karl.aldrian@gmx.at', '', '494', '+436765505886', '', 'cbc0de0048a2b08bdacabaaab3e54212:ff', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('429', '', 'Nicholas', 'Rogers', '1964-02-07 00:00:00', 'rodgers_n@sky.com', '', '495', '01633 215288', '', '38d76391393a658bdab5555b9e5a5e56:68', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('430', '', 'Naoki', 'Shinohara', '1970-05-15 00:00:00', 'n-shino@cg8.so-net.ne.jp', '', '496', '0897321232', '', '9a8f24a2a0ffeffdf287b3b2c8db8e1b:ec', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('431', '', 'Alicia', 'Gormley', '1983-01-08 00:00:00', 'aliciagormley@hotmail.com', '', '497', '0877764863', '', 'f6591ce249994bff8aa36c7fb0251d16:f9', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('432', '', 'kevin', 'coiles', '1971-11-10 00:00:00', 'kevincoiles@hotmail.com', '', '498', '07731116976', '', '49cfebc7d5ee187d034ea9abb3332da5:42', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('433', '', 'peter', 'catton', '1957-06-14 00:00:00', 'peter249catton@btinternet.com', '', '499', '01977608564', '', 'ab8c8fcedc411ec7b7597b08a5bf106f:b9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('434', '', 'Tom', 'Cwiakala', '1987-09-03 00:00:00', 'htatherton@hotmail.com', '', '500', '01942 261613', '', 'dd64b05f77a5c66a21c967502b2a99d8:49', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('435', '', 'EMMA', 'POWELL', '1972-11-08 00:00:00', 'e-powell1@sky.com', '', '501', '01752 367399', '', 'cba53fa0c8d7b9ac8db4d69531ca9f8f:04', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('436', '', 'darren', 'waite', '1966-12-12 00:00:00', 'darrenwaite@uk2.net', '', '502', '07887715847', '', '8d532685625896fd9becbebcbbebb601:bf', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('437', '', 'Eric', 'Fernandes', '1973-05-29 00:00:00', 'crosbypenguins@yahoo.ca', '', '504', '204-687-6422', '', '290debb0d311771b47c08a2952278fce:d3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('438', '', 'trevor', 'walker', '1951-09-27 00:00:00', 'trevor.walker@blueyonder.co.uk', '', '505', '01384 860693', '', '9b9a0e071c19d6dd87df09685e3cc154:66', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('439', '', 'Ralph', 'Lehmberg', '1971-10-31 00:00:00', 'ralph.lehmberg@googlemail.com', '', '507', '+49 171 6518552', '', '160f91717152290fc98418043fb78c03:29', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('440', '', 'Diane', 'Colvin', '1968-05-30 00:00:00', 'diane.colvin@eu.flintgrp.com', '', '508', '07790 273151', '', '07482664e9aa00a5ab8b0f84ba12ee83:7c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('441', '', 'Leona', 'McCullagh', '1981-03-24 00:00:00', 'leona.mccullagh@gtuk.com', '', '509', '07979302341', '', '54c2474a3fc79021dc4ace7261582fc9:06', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('442', '', 'Lyndsey', 'Savage', '1976-12-11 00:00:00', 'savage2876@hotmail.com', '', '510', '0780 7235321', '', '0c73e7fbe8b2a8de074f1c0a1cb28d50:c3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('443', '', 'Peter', 'Fitzgerald', '1991-10-07 00:00:00', 'fitz501085@gmail.com', '', '513', '0851515932', '', '8c4986706b0ea06c9c64d7569eb4f3c5:b4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('444', '', 'Ben', 'Hymers', '1990-01-24 00:00:00', 'benhymers@hotmail.co.uk', '', '515', '01233628541', '', 'f1373e93a3b1ec189247074577675de5:65', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('445', '', 'sharon', 'levers', '1974-09-18 00:00:00', 'sharonl0@hotmail.com', '', '517', '01246431674', '', '1542711cacad9bc2f2ff4890e9422704:ec', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('446', '', 'Bethan', 'Evans', '1986-04-18 00:00:00', 'betti.evans@hotmail.co.uk', '', '518', '07970 625365', '', 'd496cd98e94acf644d58abf21aca04dc:2e', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('447', '', 'darren', 'howard', '1972-04-20 00:00:00', 'darrenh1972@fsmail.net', '', '519', '07878457853', '', '9972e2490b80320a6f5d020628712633:ac', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('448', '', 'Joanna', 'Green', '1972-05-23 00:00:00', 'greeners4@btinternet.com', '', '520', '07877121076', '', 'd5aba404800585d4616a3d1ee87bc114:9b', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('449', '', 'Julie', 'Wright', '1968-06-19 00:00:00', 'juwright68@googlemail.com', '', '521', '07974179014', '', 'e25b41d52d055ed485f409b060574ff7:a0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('450', '', 'Jane', 'Peacock', '1972-03-29 00:00:00', 'janesba@aol.com', '', '522', '07930 433460', '', '9323d25e3e33aebe6bcdb33e607ec083:5b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('451', '', 'alan', 'slater', '1966-03-26 00:00:00', 'alandarter@live.co.uk', '', '524', '07939479110', '', 'ee496274be0d80a85e939666af0c0222:b0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('452', '', 'lee grant', 'staton', '1971-01-18 00:00:00', 'lee.staton@ntlworld.com', '', '525', '01332 731271', '', 'aa014f8085cdce5efc1554ea265f9c43:30', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('453', '', 'david', 'belbin', '1966-11-15 00:00:00', 'd-hufton@sky.com', '', '526', '01264392340', '', 'e789710fa5e150ffa85155a14ddea14c:fa', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1352', '', 'Kevin', 'Hill', '1980-04-04 00:00:00', 'kevin.hill@vodafone.net', '', '1580', '07810375203', '', '81563e79418e48886f3d3e0a4c323f78:2f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('455', '', 'Nicola', 'Latham', '1970-11-10 00:00:00', 'stephen.latham4@ntlworld.com', '', '528', '01782 502224', '', '54484152d63d02105e5e09def3ca66c9:b4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('456', '', 'Stephen', 'Dalzell', '1978-05-07 00:00:00', 'skdalzell@aol.com', '', '529', '02838871479', '', '93cf69f113211865b5ad1acc58a98b56:88', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('457', '', 'Rebecca', 'Mccarthy', '1983-07-06 00:00:00', 'r.mccarthy@talktalk.net', '', '530', '00353 872413795', '', '8290267ead23d432beb691d428e348f7:08', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('458', '', 'Nikky', 'Ray', '1977-03-22 00:00:00', 'nikky.ray@sky.com', '', '531', '01514209063', '', 'd2b3a0d7887b93b95c06c6b0730b5997:6f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('459', '', 'mark', 'harris', '1967-10-11 00:00:00', 'markh@purewaterpool.com', '', '532', '6133041758', '', '89f981af61112286c05e154d7d65533a:9f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('460', '', 'Hazel', 'Byford', '1965-12-05 00:00:00', 'hazelb3@aol.com', '', '533', '07985553311', '', '3f026e426ae2d299097b04505294308b:06', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('461', '', 'jeanette', 'dewis', '1978-10-02 00:00:00', 'jeanette.dewis@yahoo.co.uk', '', '534', '07913093440', '', '38c5c5eb9c12f4469f8868bc9f5e7c0c:7b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('462', '', 'sonya', 'jones', '1976-07-02 00:00:00', 'stellasonya@yahoo.co.uk', '', '535', '01384 823712', '', '78f29a6ef62da6c7625b3856e6082126:df', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('463', '', 'anna', 'jenkins', '1988-01-08 00:00:00', 'annajenko@hotmail.com', '', '536', '07906453568', '', 'a7cf972c005480d5ffc979672d0042d9:68', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('464', '', 'Frances', 'Davies', '1953-09-02 00:00:00', 'curlygirl9@hotmail.com', '', '537', '01434 608258', '', 'ac9b616072426d5401be3c6631c8bc54:b5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('465', '', 'MARTYN', 'CARLYLE', '1958-08-15 00:00:00', 'CARLYLE_M@HOTMAIL.COM', '', '539', '02392376233', '', '99ab6d468f8b026c1aeeea846f629be4:96', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('466', '', 'Ann', 'Blythe', '1957-02-24 00:00:00', 'haberfield@blueyonder.co.uk', '', '540', '07794731062', '', '592a2b4c6916e7dab8dda642ce4b5148:73', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('467', '', 'Jon', 'Vinton', '1965-01-02 00:00:00', 'nojdel@tiscali.co.uk', '', '543', '01934 522703', '', '19e6868f7c7b7b517f1cfa94e687917b:f4', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('468', '', 'philip', 'young', '1969-01-04 00:00:00', 'p.young666@talktalk.net', '', '544', '01639 841666', '', '0466219285b0fd5e9b56b2651f3aa95a:b2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('469', '', 'Chris', 'Cox', '1981-01-05 00:00:00', 'onechriscox@yahoo.com', '', '545', '07970 207229', '', 'a61e2e28df58a4e38d7eed13717a1372:15', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('470', '', 'Mal', 'Meadowcroft', '1953-09-21 00:00:00', 'kirsty177786@hotmail.com', '', '546', '01782 850010', '', '596f02740f141e1ef1f57198fbe7a10f:25', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('471', '', 'cheryl-ann', 'Challis', '1983-09-30 00:00:00', 'cherylannburrows@hotmail.co.uk', '', '547', '07792917005', '', 'a93ea45b58df9d32d2ec511228b0b90b:da', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('472', '', 'Scott', 'Robertson', '1987-09-10 00:00:00', 'scootsrobbo@aol.co.uk', '', '548', '0787367012', '', '1a6f15d2df7018fd86be7037f5d21e99:6f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('473', '', 'Laura', 'Marriott', '1980-05-05 00:00:00', 'lauramazda@yahoo.co.uk', '', '549', '01945474230', '', '2f8b8f89e0fd8a06532fc67df66856e3:22', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('474', '', 'Susan', 'Lawson', '1962-09-22 00:00:00', 'lawson234@hotmail.co.uk', '', '550', '01224 823024', '', '915b9a6f5acebe6861197363c2cedad8:83', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('475', '', 'leanne', 'wilson', '1984-01-23 00:00:00', 'leanne_wilson_1984@hotmail.com', '', '551', '07554011695', '', '3d143ff0c79e116fac4a5c97b517c8f4:01', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('476', '', 'ben', 'davies', '1988-05-06 00:00:00', 'bendavies21@yahoo..co.uk', '', '553', '01513390095', '', 'b1a5d1c5ec0396fd38fc7d2a383df76c:2c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('477', '', 'Ann', 'Blythe', '1957-02-24 00:00:00', 'sherriwilletts@hotmail.co.uk', '', '554', '07794731062', '', '29a960f62f4fd5323e9642b647362573:75', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('478', '', 'Louise', 'Darlington', '1986-07-17 00:00:00', 'louise_darlington@hotmail.com', '', '555', '0862069969', '', '30b449591f15ae22023bab1f35d58be6:26', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('479', '', 'angela', 'allott', '1983-03-23 00:00:00', 'angelaallott@yahpp.com', '', '557', '07904414009', '', 'd41149096ab8aa2758f16da3b50ac418:75', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('480', '', 'Simon', 'Mlicko', '1988-06-05 00:00:00', 'ronymaniak@seznam.cz', '', '558', '+420 721 71 81 08', '', 'b96321615db48ed05ce6c9f46c3ce0b4:ad', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('481', '', 'Sharon', 'Henderson', '1970-08-12 00:00:00', 'sharonhend@hotmail.com', '', '559', '07969530107', '', '6ba724663d4cb11069690636f6f56912:8e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('482', '', 'Dawn', 'Brennan', '1971-12-16 00:00:00', 'dawn1612@yahoo.co.uk', '', '561', '07795 082729', '', 'c0bd7e014759547bded1527b2de6fbcd:96', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('483', '', 'DONNA', 'HINDMARSH', '1976-06-08 00:00:00', 'HINDMARSH10@TALKTALK.NET', '', '562', '01912687137', '', 'ba5633c33107d0871ec0244b12a71ce7:ac', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('484', '', 'Gill', 'Denton', '1953-03-24 00:00:00', 'gilldenton@yahoo.co.uk', '', '563', '01488 683792', '', 'ebb00ba5987092f414109d8a2129dfc2:df', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('485', '', 'Nicola', 'Read', '1976-01-16 00:00:00', 'NicolaRead@aol.com', '', '564', '01332 799732', '', '8901b2577595f813199da7f239e107a9:b8', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('486', '', 'Victoria', 'Sharples', '1984-05-19 00:00:00', 'torsharples@live.co.uk', '', '565', '07890293205', '', 'caa34602c4f9f15ba029d3f299c5b5be:22', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('487', '', 'darren', 'mangham', '1978-12-25 00:00:00', 'darren.mangham@sky.com', '', '566', '07787112237', '', 'ed5643a8db32edffd2bc4d6a3ba09381:07', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('488', '', 'christopher', 'elvin', '1987-01-21 00:00:00', 'wigrufc@live.co.uk', '', '567', '07909871162', '', 'ac0942b5265e5ec4fe36645a06690c82:ea', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('489', '', 'stacy', 'byfield', '1979-08-25 00:00:00', 'stacybyfield@hotmail.com', '', '568', '07913457526', '', '4735603687cca21993fe7d35f353366d:c8', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('490', '', 'Carl', 'Smith', '1977-05-13 00:00:00', 'teamfeeet@yahoo.com', '', '569', '6238105526', '', '984530016420fbd1e51b1f459b35c99a:8f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('491', '', 'Melanie', 'Brown', '1985-08-07 00:00:00', 'melaniejbrown@btinternet.com', '', '570', '07702188906', '', '67a4019ffe9bbc7010e4f148ccdc90ab:66', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('492', '', 'Terry', 'Wade', '1983-12-22 00:00:00', 'terry.wade@promotion-space.com', '', '571', '07515 129318', '', 'da46b97ae9e100d63e9bd116423a195f:13', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('493', '', 'Barry', 'Wheatley', '1985-04-15 00:00:00', 'barryawheatley@googlemail.com', '', '572', '07772532265', '', '774a39dac5c0f39e4352c382472131f6:21', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('494', '', 'Lyn', 'Stockford', '1958-04-03 00:00:00', 'lyn.stockford@wessexwater.co.uk', '', '573', '01202 643230', '', '6ff439aef8b58b8ddcd2d5cac657d280:a7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('495', '', 'MARK', 'FARMER', '1957-06-22 00:00:00', 'm.farmer557@btinternet.com', '', '574', '07816422621', '', '085aa8f63019e9241739cad921189c8e:94', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('496', '', 'stephen', 'davies', '1963-11-03 00:00:00', 'rubyharte@eircom.net', '', '575', '028 32892', '', 'ac7f7077aa84647cade476f9e1341ddf:3c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('497', '', 'jodie', 'raffle', '1984-01-26 00:00:00', 'j.raffle@btinternet.com', '', '576', '01255 502390', '', '220e42771e6d5f1245deda7cb133c75c:bf', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('498', '', 'angela', 'freeman', '1971-12-08 00:00:00', 'anglfrmn@sky.com', '', '577', '01384424519', '', '7f26a782a2613d8c2070072baebe1544:d8', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('499', '', 'Sonny\'s', 'Darts', '1968-11-09 00:00:00', 'info@sonnysdarts.nl', '', '578', '0031 180432824', '', 'e3be84ff06bb707e8a80bf302c2c6398:c0', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('500', '', 'june', 'stroud', '1956-12-20 00:00:00', 'louiseharms@yahoo.co.uk', '', '579', '01483564071', '', '1459253352700cf37687c609d44ac1d7:90', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('501', '', 'sheridan', 'wadsworth', '1965-01-08 00:00:00', 'smw@apolloadhesives.com', '', '580', '01827892923', '', 'e38f1abdda5e469fc2f06cd175dcab53:7e', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('502', '', 'Rosa', 'O\'Shea', '1978-08-26 00:00:00', 'rosa@swinggolfireland.com', '', '581', '+353 87 6284803', '', 'd7f78b33f6a4d231fa42964ad101521c:a4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('503', '', 'michael', 'marsh', '1973-11-06 00:00:00', 'michaelmarsh555@btinternet.com', '', '582', '01909 456876', '', 'd23d8042a530afaaf773b7d98ce18713:07', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('504', '', 'Steven', 'Owen', '1973-03-17 00:00:00', 'sbowen73@msn.com', '', '584', '01902653470', '', '5be28c6fd3ce4a361d65f8c845620921:84', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('505', '', 'kelly', 'davies', '0000-00-00 00:00:00', 'mishka0509@hotmail.co.uk', '', '585', '07799005593', '', 'f0aefdfc686dc0671338c01ad5a0be03:55', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('506', '', 'Darren', 'Lilley', '1981-08-06 00:00:00', 'dslilley@cwgsy.net', '', '586', '01481 200134', '', '66d87c9de582d4ac24bc1a0e03e4671e:f0', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('507', '', 'Jennifer', 'Adams', '1965-09-26 00:00:00', 'adamsjeeni@ymail.com', '', '587', '07825566108', '', '79c2fc4dba66ff857576f5a62271fb7d:2a', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('508', '', 'Alpa', 'Vadgama', '1980-02-21 00:00:00', 'alpa_g80@hotmail.com', '', '588', '07951613146', '', '934b24281b7b83d96887e01c85e0641e:ee', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('509', '', 'mark', 'smith', '1970-01-02 00:00:00', 'markasmith_uk@yahoo.co.uk', '', '589', '07875407758', '', '3b0323881bee7e1c5c62fd2114ffdbc3:cc', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('510', '', 'heather', 'kelsall', '1985-11-05 00:00:00', 'heatherjolley@sky.com', '', '590', '07807234656', '', 'b479819fdcb6a37149d41eb40878626b:ec', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('511', '', 'Richard', 'Conlon', '1982-01-10 00:00:00', 'conlonr24@yahoo.com', '', '591', '01376-501087', '', 'b784554ee30fe0761881d7a0f127268f:0a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('512', '', 'kevin', 'armstrong', '1977-10-02 00:00:00', 'bigkev49@live.com', '', '593', '01914222483', '', '98b3f6c2ee54b22c8a6be1ee7be722c8:59', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('513', '', 'Deirdre', 'O\' Neill', '1985-01-19 00:00:00', 'de_3c@hotmail.com', '', '594', '00353872140637', '', 'c0577c5115ce737f7511077eb8534822:02', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('514', '', 'toni', 'benger', '1986-12-08 00:00:00', 'tonibenger@blueyonder.co.uk', '', '595', '01634316436', '', '22489f3eb5b22085be33017c50fea4e1:83', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('515', '', 'Daniel', 'Moore', '1985-10-10 00:00:00', 'dansmoore@hotmail.co.uk', '', '596', '01788 890351', '', '4d5bd827180d11cc121a92c78e53114e:c3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('516', '', 'anthony', 'cullis', '1983-11-02 00:00:00', 'antzthegame@hotmail.com', '', '597', '07951215535', '', '90aad168f56f2ed714d68c07b5264ee8:50', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('517', '', 'Jane', 'Thomas', '1961-09-27 00:00:00', 'eric.t@ntlworld.com', '', '598', '01446 406731', '', 'd5e0b8d25349b1518f7469737cc06905:8f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('518', '', 'sarah', 'parkhouse', '1971-04-26 00:00:00', 'sarah.parkhouse81@gmail.com', '', '600', '07791538525', '', '848e4f4afdedd54e90fe692f029a867a:d1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('519', '', 'Stacey', 'Smith', '1987-07-07 00:00:00', 'staceysmith87@aol.com', '', '601', '07903168966', '', '4e9e465275fef8994ce0bb24468bc365:4b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('520', '', 'Jason', 'Todd', '1990-05-06 00:00:00', 'toddy_90@hotmail.co.uk', '', '602', '01507525433', '', '7ed34d52220f81948299ac02b78a1ac1:cb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('521', '', 'donna', 'taylor', '1973-01-30 00:00:00', 'domo30@yahoo.co.uk', '', '603', '07910510936', '', 'bbb906546bb437427b519efc1127c699:8e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('522', '', 'Houston', 'McFadzean', '1979-03-22 00:00:00', 'mcfadzean.gh@pg.com', '', '604', '07966689050', '', 'e16fd2ff2934353c5f8b46b4a6f00794:9c', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('523', '', 'Richard', 'Toomey', '1975-02-17 00:00:00', 'richard.toomey@ntlworld.com', '', '605', '07736842570', '', '9b386e71943a91327e945806b914b5a3:9a', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('524', '', 'ELAINE', 'HART', '1956-10-30 00:00:00', 'Elainehart2006@aol.co.uk', '', '606', '01132762092', '', 'f9bb7e3fdd65a0522d011052c9786fc6:f3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('525', '', 'steve', 'puddy', '1966-03-07 00:00:00', 'stevepuddy.fittingservices@gmail.com', '', '607', '01278781509', '', '33df1fab58678c59dbbd997177e2a9f3:62', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('526', '', 'Melanie', 'Wilson', '1987-09-09 00:00:00', 'melnie1878@hotmail.co.uk', '', '608', '07731438683', '', 'aad77fa946cdbdaef9467d2ed69cc516:65', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('527', '', 'Samantha', 'Edmonds', '1975-03-03 00:00:00', 'ajay_sawhney@tiscali.co.uk', '', '610', '07768443032', '', '31d42b964d43d80b06231b54be3cfe64:cf', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('528', '', 'Kim', 'Brooks', '1965-02-15 00:00:00', 'quimbles@hotmail.co.uk', '', '611', '01843291206', '', '85181917fc88aeff6994636808505d90:19', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('529', '', 'Ray', 'Winterflood', '1982-09-24 00:00:00', 'carol@cmurphy5.orangehome.co.uk', '', '612', '07909440372', '', '39133e8d9e346d15d7483201e5368b8d:fd', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('530', '', 'laura', 'mckay', '1980-09-24 00:00:00', 'laura-mckay@live.co.uk', '', '614', '07845651624', '', 'ce773385a797a683c85b25fb702d4dc7:d0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('531', '', 'alfie\"double top\"', 'galloway', '2005-06-16 00:00:00', 'alfiedarts180@aol.com', '', '615', '07986754890 or 01902 416216', '', '21eb7e8655f7722ccaf840151f1f9ef6:81', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('532', '', 'Mark', 'McGowan', '1977-08-24 00:00:00', 'mark.mcgowan@hotmail.co.uk', '', '617', '07980295228', '', 'c3098d731ceb91d678a62969b2752cdc:89', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('533', '', 'michael', 'wright', '1982-11-11 00:00:00', 'wrightanthony77@yahoo.co.uk', '', '618', '01132254523', '', '8ef449e1c6d396f84c0153c692fbec0f:b1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('534', '', 'darren', 'evans', '1970-05-03 00:00:00', 'ziggy.oafc@ntlworld.com', '', '619', '07999093486', '', 'cf92f3391ec4071f62db2c707a3ef78f:59', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('535', '', 'tracy', 'fairclough', '1972-11-23 00:00:00', 'liam_da_gr8@hotmail.co.uk', '', '622', '01206826064', '', '11d90d9b10c50e1c491527f5ad462466:5a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('536', '', 'Andrea', 'Weber', '1977-11-29 00:00:00', 'weber.andrea77@yahoo.com', '', '623', '+36703170300', '', 'ecdb146a905f8e390ca9b7605a32f574:20', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('537', '', 'Brendan', 'Linehan', '1971-03-02 00:00:00', 'explode@eircom.net', '', '624', '0868946902', '', '618158a97726fba2d5b705272504b179:00', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('538', '', 'Dawn', 'Hunter-Wardle', '1977-09-23 00:00:00', 'Hunterwardle@aol.com', '', '625', '01304 380805', '', 'fc612cb0d14a3dcadd2879c3c6b80ef4:42', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('539', '', 'jason', 'law', '1971-11-11 00:00:00', 'J.LAW2@SKY.COM', '', '626', '07817991184', '', '0cf91e694ab78aa137f888cb2df92e03:62', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('540', '', 'Donna', 'Taylor', '1988-03-03 00:00:00', 'donnano1himfan_6@hotmail.com', '', '627', '0208 708 9303', '', 'c356d39ba31acdba2076bbcd9159b4a8:15', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('541', '', 'alex', 'pick', '1991-10-18 00:00:00', 'xalexpickx@hotmail.co.uk', '', '628', '07821791661', '', 'fa0965a5bcd9eb54756a9ef99b0d5863:c4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('542', '', 'katherine', 'morgan', '1977-10-08 00:00:00', 'kathmorgan1977@aol.com', '', '629', '07861404058', '', '04fb8d9fa744419468ffd02c35e8eff8:29', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('543', '', 'Ove', 'Näsman', '1947-03-31 00:00:00', 'ove.nasman@dalmed.fi', '', '630', '+358 400 218537', '', '77bd02cc47462f6032b7fdf0d9707228:82', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('544', '', 'tracey', 'kinnersley', '1971-06-13 00:00:00', 't.finn@ntlworld.com', '', '631', '07747182696', '', 'fd99779a14864f5731602ce38a1aad28:a6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('545', '', 'nicole', 'elwell', '1976-09-08 00:00:00', 'nicolecherry@hotmail.co.uk', '', '632', '07864981378', '', '4d715fbdfe474ee9287cd40623b32e70:11', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('546', '', 'Linda', 'Frazer', '1956-11-23 00:00:00', 'gfrazer@ntlworld.com', '', '633', '01493309842', '', '48163fce0c460e374359f65ff7320718:a0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('547', '', 'lisa', 'miles', '1982-02-24 00:00:00', 'steve4helen@aol.com', '', '634', '01780 763775', '', 'd5ed047628c46c24d64cd1483e060370:e4', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('548', '', 'anne', 'idle', '1954-07-17 00:00:00', 'anneidle@live.co.uk', '', '635', '01202581033', '', 'b81a120b782a154df5c3f64bd0017585:d9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('549', '', 'Greg', 'Lawson', '1991-11-18 00:00:00', 'greg1811@hotmail.co.uk', '', '636', '07936596821', '', 'fd433fc2e5da2865adca7d375138871e:a6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('550', '', 'Robert', 'Longden', '1974-04-29 00:00:00', 'jules28@talktalk.net', '', '637', '01706 880977', '', 'a940720f4c83f6805414b726302c09e2:49', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('551', '', 'Edward', 'de Quincey', '1980-04-27 00:00:00', 'eddequincey@gmail.com', '', '639', '07595307805', '', '3c54b53be447488ffadaaaf02e408fdf:a3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('552', '', 'BRENT', 'FARRELL', '1977-03-02 00:00:00', 'RADROCKZ@HOTMAIL.COM', '', '640', '07971001667', '', '0d01307c67ed946f582d1eea48d9d650:ec', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('553', '', 'Gemma', 'Holt', '1984-08-04 00:00:00', 'gemma-holt@sky.com', '', '641', '01484685929', '', 'c171640ada8e19b6ff53f51e4702c0b3:6d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('554', '', 'Stella', 'Harris', '1979-07-19 00:00:00', 'stellaharris@hotmail.com', '', '642', '07746791195', '', '1b5babc850c0935f1d7f7278a730a8d2:b9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('555', '', 'john', 'jackson', '1978-05-04 00:00:00', 'bullfan@blueyonder.co.uk', '', '644', '01274 220590', '', '3f84bcc99a5353b6c5f08d5e2ea078a1:ab', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('556', '', 'kevin', 'doherty', '1966-09-30 00:00:00', 'cjdoherty@fsmail.net', '', '645', '01702291439', '', '61f872f15bf8b2c2c7c48cf3cfc3047f:23', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('557', '', 'rosaleen', 'brannigan', '1950-07-21 00:00:00', 'ROSALEEN BRANNIGAN@GOOGLE.COM', '', '646', '02830838133', '', '0f53844557ec263b464bd63fed11b6fb:88', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('558', '', 'Louise', 'Judd', '1967-10-20 00:00:00', 'louise.judd@wspgroup.com', '', '647', '07723009588', '', '0d2a9885b24cb1056312718354fa1000:08', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('559', '', 'Rebecca', 'Ellis', '1976-12-09 00:00:00', 'beccy.ellis@boots-opticians.co.uk', '', '649', '0121 697 2409', '', '562b91d35e099a2bbeecc9574fb28519:0a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('560', '', 'Diane', 'Heatley', '7982-07-12 00:00:00', 'diane.heatley@ukonline.co.uk', '', '651', '07851832676', '', 'f4a766389f26bf01f0dbaa4b6fd85209:ab', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('561', '', 'Laura', 'Greenfield-Parker', '1981-12-11 00:00:00', 'Laura@lauragreenfield.wanadoo.co.uk', '', '652', '07717511312', '', 'a410d39de76715deab2bbfabb712607c:db', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('562', '', 'June', 'Cuthill', '1965-04-27 00:00:00', 'duddit@hotmail.co.uk', '', '653', '07989322927', '', '46e6ac1d80cef77a1fd3b0701e7fe340:d0', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('563', '', 'Vinny', 'Goodfield', '1978-01-27 00:00:00', 'vgoodfield@googlemail.com', '', '656', '07917832062', '', '04668c68b3eb9c66cd222b30bed123a9:f0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('564', '', 'darren', 'mccready', '1974-07-18 00:00:00', 'darren.mccready@nissa.gsi.gov.uk', '', '657', '02842758106', '', 'f574ba56b84d5cdc05626da8dff74e82:b0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('565', '', 'katharine', 'bryant', '1988-06-18 00:00:00', 'bkatharine7@aol.com', '', '658', '01495750125', '', '0824b33086fbe434300a183ddd9c5ade:08', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('566', '', 'kev', 'harman', '1982-08-01 00:00:00', 'davidharman62@yahoo.co.uk', '', '659', '01429 282159', '', 'd7e58a2b5038c1860b12907271e3e7ca:02', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('567', '', 'CAROL', 'BANDINI', '1958-08-20 00:00:00', 'carol@burtonbandini.co.uk', '', '660', '07774 475006', '', 'b66653b64ff316ac4f249bd6f43561b8:19', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('568', '', 'kathrina', 'budd', '1976-06-30 00:00:00', 'kbudd76@hotmail.co.uk', '', '661', '02083316525', '', 'fa7ca1c21a9ec2a6b3ef5e5c1567dc99:97', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('569', '', 'Jordan', 'Reeves', '1990-06-20 00:00:00', 'getoutofmyface36@hotmail.co.uk', '', '662', '07902396150', '', '2f2003cee396cbd92cb40513d1807adb:6c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('570', '', 'Lee', 'Horton', '1980-04-05 00:00:00', 'leehorton040580@hotmail.com', '', '663', '07846344634', '', '27bd99c0558d49841ff804ba39f21105:3d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('571', '', 'vicki', 'elliott', '1977-10-24 00:00:00', 'vickielliott@aol.com', '', '665', '07950329249', '', 'b2a008b902448008dd077ed9b30f62dc:8d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('572', '', 'michael', 'vallely', '1991-12-03 00:00:00', 'mikey_1967_1888@live.co.uk', '', '666', '01414556743', '', '2f487a7632e9ce70327c1c2a96691344:03', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('573', '', 'Christopher', 'Hutton', '1974-07-01 00:00:00', 'christopher_hutton@btinternet.com', '', '667', '07920757532', '', 'c27349ef40114ca1d9e27a40e69d1cff:3d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('574', '', 'Romany', 'Chapman', '1974-03-03 00:00:00', 'romany1974@yahoo.co.uk', '', '668', '0793 231 1447', '', '572cef9e196b10363b6ed620c064ebf4:36', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('575', '', 'Lisa', 'Alston', '1978-03-26 00:00:00', 'wiganwoman78@hotmail.co.uk', '', '669', '01942214152', '', '7073e43757bdc0bb21f4c05b7e132270:73', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('576', '', 'DAVID', 'RAWSON', '1958-04-03 00:00:00', 'DAVERAWSONY@YAHOO.CO.UK', '', '670', '01132779237', '', 'f7d707bdc2c0cc82952e81fbf566192b:71', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('577', '', 'Jenny', 'Rose', '1940-01-05 00:00:00', 'jenlen@btinternet.com', '', '671', '01205460522', '', '5d3c59bf59017699c9ca3d1f8ce173dd:bc', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('578', '', 'gemma', 'coley', '1985-08-22 00:00:00', 'gemma-coley@sky.com', '', '672', '07891341998', '', '26cbafe1b348d0352dfcdebbc26a173f:fd', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('579', '', 'Christopher', 'Edgerton', '1986-11-24 00:00:00', 'edgie2003@hotmail.com', '', '673', '07910734773', '', 'b2105f06a1f85db6d51f7e7c6007f839:ee', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('580', '', 'Kerry', 'Wright', '1972-01-03 00:00:00', 'crueladev72@hotmail.com', '', '674', '07921629313', '', 'a6df6dd3542ee48964bd9f86cf34cdc3:37', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('581', '', 'Darren', 'Lappage', '1968-03-01 00:00:00', 'sara.witts@btinternet.com', '', '675', '07980105854', '', 'f9b10f9b011842adf235ebeb639540a4:b3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('582', '', 'julie', 'williams', '1964-03-07 00:00:00', 'amy_c9@msn.com', '', '676', '01724343933', '', '745b73e463e735fe80539d37af2a9880:41', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('583', '', 'Ian', 'Notridge', '1964-04-16 00:00:00', 'ian-notridge@hotmail.co.uk', '', '677', '07545215684', '', 'ddc860e70853aa63623a671eb459d3d3:d5', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('584', '', 'Tracey', 'Hibbert', '1968-05-17 00:00:00', 'tracy.hibbert7@ntlworld.com', '', '678', '0161 285 5289', '', '45fa3cb8f898f720940387a32fd193d2:fb', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('585', '', 'Alan', 'Wray', '1972-05-24 00:00:00', 'alanwray2@gmail.com', '', '679', '0851093093', '', 'e34c5426437c1634c1484e39f6333004:b4', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('586', '', 'christopher', 'read', '1989-05-27 00:00:00', 'andywells8412@yahoo.co.uk', '', '680', '07517370256', '', '4955fcd1d922216b8fe8cecd580fbada:78', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('587', '', 'joan', 'Mcgregor', '1947-10-13 00:00:00', 'mcgregorj@live.co.uk', '', '681', '01287632198', '', '1d88f3e7d958c3eeeba5a5fadb9303d4:51', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('588', '', 'Joe', 'Hall', '1983-02-04 00:00:00', 'joe@initial.uk.com', '', '682', '02083813300', '', '05be7f9a44af1b07c66fcac6c96460e4:2b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('589', '', 'Robert', 'Etheridge', '1993-06-18 00:00:00', 'robert_united_etheridge@hotmail.com', '', '684', '01604582413', '', '1f01b5d1ba28ebf41ceaa93cb404d3e2:e9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('590', '', 'eimear', 'o\' brien', '1980-01-12 00:00:00', 'eimer72@hotmail.com', '', '686', '+353 876419402', '', '0c04dbc553246e8a74a2e63da265af31:70', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('591', '', 'Karen', 'Featherstone', '1967-12-02 00:00:00', 'kpfeatherstone@aol.com', '', '687', '01952253837', '', 'a9ecc3a7f55c7bbc18936cb2b7c1124f:ea', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('592', '', 'Christine', 'Hore', '1953-09-20 00:00:00', 'christinehore@ststephen79.freeserve.co.uk', '', '688', '01726 822897', '', 'a815c33f1b9606ce9a07fd9aeeb95002:a3', '1', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('593', '', 'samantha', 'wright', '1974-05-26 00:00:00', 'wrightsamantha@ymail.com', '', '689', '07907843522', '', '31ebfda9cd5d355370eb49d250261323:93', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('594', '', 'Nicky', 'Hall', '1968-01-10 00:00:00', 'd.hall749@btinternet.com', '', '690', '01502 537271', '', '7ca3a7e850cbb3d87ac8feba03956323:49', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('595', '', 'Pamela', 'Ferguson', '1975-11-05 00:00:00', 'bonnieview7@aol.com', '', '691', '02886735800', '', 'f3507bd80d3f6a0359dc2628a9f6756e:ec', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('596', '', 'Prospero\'s Books Budapest Ltd.', 'Judit Suto', '1970-05-21 00:00:00', 'prospero@prospero.hu', '', '692', '+36 1 302 8444', '', '9728a02d71cbdbb1211c4b2c90026a9d:ab', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('597', '', 'philip', 'burlinson', '1960-09-19 00:00:00', 'roxby410@googlemail.com', '', '693', '01429835671', '', 'f6ea3c6d7b53a19a51605cc61e1d0033:a7', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('598', '', 'Daphne', 'Townsend', '1959-06-15 00:00:00', 'daphne_townsend@sky.com', '', '695', '01493 748799', '', '3982e868aa86d110570332781a729856:fa', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('599', '', 'Wendy', 'West', '1974-08-22 00:00:00', 'morrissey-west@att.net', '', '696', '210.651.6662', '', '752d03cb1369f3be9e27cd859f4486b6:b6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('600', '', 'jean', 'smith', '1950-02-04 00:00:00', 'jallen_92@hotmail.com', '', '699', '902 849 6238', '', 'ce33f52d21a6aa269efcb5dc272f2814:92', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('601', '', 'phil', 'reed', '1973-12-26 00:00:00', 'reedy7@hotmail.com', '', '700', '01225 768462', '', 'e409e51aff0862e996e894839e523b88:ac', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('602', '', 'barry', 'donaghy', '1980-06-11 00:00:00', 'donaghy_barry@yahoo.co.uk', '', '701', '07751235858', '', 'e65a4febd57ee88b1256b98105415781:22', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('603', '', 'Michael', 'Irons', '1954-11-19 00:00:00', 'caroline.irons@talktalk.net', '', '702', '02087776363', '', '2765aa17f3a6a6f34e6eb4c6a99b6bb1:47', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('604', '', 'Paul', 'Nolan', '1076-09-28 00:00:00', 'p.nolan.1@hotmail.com', '', '703', '0863931561', '', '4e13411d54962038f432fc38e8211e00:31', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('605', '', 'steven', 'edwards', '1966-11-21 00:00:00', 'steven@edwards7794.freeserve.co.uk', '', '704', '07748841747', '', 'f7f2191d0cf074d5c03e163ca245a618:f0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('606', '', 'alexandra', 'wells', '1973-05-13 00:00:00', 'aliwells1305@msn.com', '', '705', '01273 300680', '', '07dcd6aae8a6504c1d7ee8a4b3ee9236:93', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('607', '', 'Dianne', 'Stubbs', '1963-02-15 00:00:00', 'philip.stubbs1@virgin.net', '', '706', '07814284109', '', '6abcdb5ae0a1dcef00d7ce59cfe0d3d5:e6', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('608', '', 'Keith', 'Evans', '1968-03-20 00:00:00', 'swift@fsmail.net', '', '707', '01829772884', '', '9bc7630f029a328506fc91f150254a1e:a2', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('609', '', 'Sander', 'Reniers', '1986-03-25 00:00:00', 's.f.g.reniers@student.tue.nl', '', '708', '0611101123', '', '8e9db8b14b3490dedf546086ad0f6f28:2a', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('610', '', 'Gary', 'Grant', '1965-08-27 00:00:00', 'gary.grant@tpes.com', '', '709', '01494 771100', '', 'da786bcff297a5ae638457a6bdd88cce:e4', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('611', '', 'Calum', 'Beatt', '1968-09-21 00:00:00', 'cbeatt@brookes.ac.uk', '', '710', '07920148640', '', 'fa3245134910cb7afaaf714046ad8f79:37', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('612', '', 'Julie', 'Robinson', '1978-12-06 00:00:00', 'julierobinson51@yahoo.co.uk', '', '712', '01706880977', '', '4288b895f7b792f5632dfaffc039f9e5:90', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('613', '', 'robert', 'payne', '1985-11-01 00:00:00', 'payner1985@hotmail.com', '', '713', '07880714013', '', 'e5c34234e67c696626f1a446ed610e18:34', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('614', '', 'Donna', 'Nicholas', '1978-10-09 00:00:00', 'donnadavies19@googlemail.com', '', '715', '07952614526', '', 'd47733fda610d7ea88b66c9aa0e2d2ee:ce', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('615', '', 'George', 'Major', '1961-04-05 00:00:00', 'GMajor8835@aol.com', '', '716', '0049/1703424757', '', 'c22d26319601c363ac139279436b900c:8c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('616', '', 'Robert', 'McRae', '1964-07-17 00:00:00', 'mcraes35@tresco.net', '', '717', '01738860094', '', '4780053db16095edc944d7141263c9a0:17', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('617', '', 'Chris', 'Cotton', '1985-06-10 00:00:00', 'chris00cotton@hotmail.com', '', '718', '07590 196575', '', '8060eb97c79c308435576c659d3b301e:09', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('618', '', 'David', 'Moulton', '1973-01-24 00:00:00', 'david.moulton@sterlingresi.com', '', '719', '07747 443561', '', '759b2d074d6ba6d92655d0610b9fcf28:8a', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('619', '', 'Garry', 'Halliday', '1967-03-29 00:00:00', 'garry@flexiprint.biz', '', '721', '01324 670128', '', '094b40fdaef3a0864cebbb678fa30cb6:14', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('620', '', 'Tara', 'Castledine', '1978-03-08 00:00:00', 'fred.cas4@gmail.com', '', '722', '07739793534', '', 'a3d5a229e7bfedd5921bdd05580b0db3:ef', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('621', '', 'Charmaine', 'Dickinson', '1974-07-14 00:00:00', 'charmaine87@btinternet.com', '', '724', '01438716282', '', '382984820bbb72d29fc501ad46e3e471:7c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('622', '', 'Stephen', 'Parker', '1982-07-16 00:00:00', 'steve_parker25@msn.com', '', '726', '07961096372', '', '7ede61af947cf186053e8b84c0de406a:db', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('623', '', 'Marc', 'Edwards', '1971-12-10 00:00:00', 'marcedwards73@yahoo.com', '', '727', '07723986647', '', 'd9da9af634cfd6e19493b51f4483e05f:c0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('624', '', 'jason', 'ingledew', '1977-03-19 00:00:00', 'jason_ingledew@yahoo.co.uk', '', '728', '01289 303821', '', 'ff976fe380fcce6ae95538783c5e5384:bf', '1', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('625', '', 'kevin', 'jones', '1972-01-27 00:00:00', 'h.wynn@fsmail.net', '', '730', '01978750655', '', '8f7779d8f14f519b523b389a244108e7:69', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('626', '', 'Nichola', 'Harvey', '1970-09-11 00:00:00', 'nicholaharvey@btinternet.com', '', '731', '01277 372216', '', '20361c5d01441aec8e7b9939ceda525e:99', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('627', '', 'kathryn', 'shaw', '1964-12-21 00:00:00', 'david_shaw9@sky.com', '', '732', '01642316091', '', '75d4e92a881c1615b5cfc298fe8572bb:32', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('628', '', 'Vince', 'Hodgetts', '1958-07-07 00:00:00', 'vwah1@hotmail.com', '', '733', '07704898698', '', 'fce71093a5459eefeb4573ed3df80bee:4a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('629', '', 'Catherine', 'Herod', '1990-03-21 00:00:00', 'capitalHerod@hotmail.com', '', '734', '01260277225', '', '124da77e844ba9eae7b1ee7a15e5eae6:67', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('630', '', 'Dee', 'Williamson', '1985-08-20 00:00:00', 'deej_666@yahoo.co.uk', '', '735', '01463 772021', '', '48fcf4e0987f20841870f5be9d1c8296:bc', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('631', '', 'donna', 'simpson', '1981-06-09 00:00:00', 'donnasimpson81@yahoo.com', '', '736', '07796636130', '', '415d133bf14812c13c4664dea3034c72:89', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('632', '', 'anthony', 'jones', '1977-08-27 00:00:00', 'hungryeagle140@aol.com', '', '737', '01303 761037', '', '550746588809e1877b6ce1dad3464e22:62', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('633', '', 'Tracy', 'cleverdon', '1980-09-29 00:00:00', 'tracey.cleverdon@sky.com', '', '738', '02392588574', '', 'd926c0d2c2f429311551c16579915336:a6', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('634', '', 'Laurens', 'Erich', '1989-05-01 00:00:00', 'laurens_erich@hotmail.com', '', '739', '0031647325803', '', '0db1bb15e8f88917be493058eb16302c:db', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('635', '', 'Andrew', 'Wilson', '1967-09-26 00:00:00', 'andyne3@sky.com', '', '740', '0191 5204224', '', '89eaa6d1e55e6141fe1c1d6eab01f790:9e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('636', '', 'Nigel', 'Bircham', '1960-12-12 00:00:00', 'stmsportsafc@yahoo.co.uk', '', '742', '02920540973', '', '2c8300d590d6dbcde497e444e9e74f36:ba', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('637', '', 'kenneth peter', 'alcock', '1963-02-17 00:00:00', 'bullterrier1963@hotmail.co.uk', '', '744', '07976270316', '', 'b40e85288e2d6fb911048857a33c75c7:0f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('638', '', 'Neil', 'Brotherton', '1970-09-16 00:00:00', 'neil.brotherton@live.co.uk', '', '745', '01592 261 563', '', 'a1a95235a940487307d4d0cb5cdccee6:70', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('639', '', 'Kirsty', 'Longden', '1971-12-10 00:00:00', 'k.longden@talktalk.net', '', '746', '07882674625', '', 'b0dd0e143c0499225badd4128a702072:6a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('640', '', 'clare', 'nugent', '1985-12-31 00:00:00', 'clare288@hotmail.com', '', '747', '01206210152', '', '6f5942468f1597d9c520f72bb579ea76:3b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('641', '', 'Ann', 'Briscoe', '1958-01-15 00:00:00', 'briscoe9ps@btinternet.com', '', '748', '01942 226693', '', '55c7875dbcf765b9c99ff35be247b49f:37', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('642', '', 'Maly', 'James', '1974-04-20 00:00:00', 'malyjames_35@msn.com', '', '749', '07828995293', '', '084a3faef33e9423e945b6974acc082d:50', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('643', '', 'Elizabeth', 'Oliver', '1973-01-31 00:00:00', 'elizabetholiver@hotmail.co.uk', '', '750', '01665606659', '', 'edbc4d4100d55f7780db33a07bc50c33:83', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('644', '', 'linzi', 'montgomery', '1983-12-19 00:00:00', 'linzirosie@live.co.uk', '', '751', '07592198725', '', '62d903d5d28da05af31e35b8b991d35a:04', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('645', '', 'linda', 'jebb', '1960-03-11 00:00:00', 'chucklin@blueyonder.co.uk', '', '752', '01302856172', '', '02b8aa4c3ff05fb639ebbcd6c1e62c69:c9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('646', '', 'Susan', 'Robertson', '1946-09-21 00:00:00', 'susan.robertson60@btinternet.com', '', '753', '01313315188', '', '420880e9147a868ddec2136072e5f20c:d3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('647', '', 'Sandra', 'Way', '1975-11-01 00:00:00', 'sway4567@aol.com', '', '754', '07517672059', '', '6345576c48123206757a0b83a4da9a8e:5a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('648', '', 'Bryan', 'Walker', '1955-02-24 00:00:00', 'french.horn@btopenworld.com', '', '755', '01304 368511', '', 'fbd4dc3c1f17666a38ceb2122beb57ad:3e', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('649', '', 'darren', 'campbell', '1982-09-29 00:00:00', 'ann_campbell2006@hotmail.co.uk', '', '756', '07863863994', '', '549a9ee84188aa30b26af556db7c102f:bc', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('650', '', 'amy', 'mansell', '1982-01-23 00:00:00', 'jack.oli@talktalk.net', '', '757', '01227710564', '', '333327afeef73bf43eafeb684b8785d7:4a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('651', '', 'charlie', 'fyffe', '1970-04-05 00:00:00', 'chas_fyffe@yahoo.co.uk', '', '758', '01501823085', '', '7cce674f78a55f33aafcf38613e15d25:3e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('652', '', 'ADAM', 'BUCKINGHAM', '1975-11-08 00:00:00', 'adbckngh@aol.com', '', '759', '01271379861', '', '37d784d83178185be37db15bf16dee81:e3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('653', '', 'Shirley', 'Martin', '1991-01-25 00:00:00', 's.martin5@nuigalway.ie', '', '760', '0863799195', '', 'cf7c84494485efd4967ddac933ad0ffb:c9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('654', '', 'lisa', 'davies', '1969-01-21 00:00:00', 'russelldaviesphotography@fsmail.net', '', '761', '01743 340507', '', '00fd059007b10c2372d4841b3abe84a7:22', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('655', '', 'Natalya', 'Tikhonova', '1975-01-25 00:00:00', 'zhne@yandex.ru', '', '762', '+7 (342) 248-78-58', '', 'd31a159012797e91a4a554f9ea147b82:d8', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('656', '', 'diane', 'edmonds-jarman', '1975-02-28 00:00:00', 'malthousebarn.livery@virgin.net', '', '763', '07887640333', '', '11a0313941512cd573d164516b5a64c5:a4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('657', '', 'kayliegh', 'foxall', '1989-07-06 00:00:00', 'kayul@hotmail.co.uk', '', '764', '07923354899', '', 'c47985121a763d3ba62d76e113e71eb5:5a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('658', '', 'jacqueline', 'fewkes', '1966-12-15 00:00:00', 'samyo12345@hotmail.co.uk', '', '767', '01905 357078', '', 'f11dc10c49030783bf81967d5e5e3773:05', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('659', '', 'Andrey', 'Yuryatin', '1983-12-10 00:00:00', 'andrew.crash@gmail.com', '', '768', '+7-919-1065421', '', '88943cc8827d2e77d555e3ae68d63448:4d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('660', '', 'victoria', 'senior', '1975-04-04 00:00:00', 'victoria_edwards@talk21.com', '', '769', '01371 822127', '', '5c607138d2f261cfa5479ad8fa62ab37:75', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('661', '', 'Amanda', 'Law', '1969-01-29 00:00:00', 'mandy@normanewebb.com', '', '770', '07769865241', '', 'b9b8b87b0bc85bc3cdf613af9613ede8:1e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('662', '', 'Kevin', 'Middleton', '1956-10-28 00:00:00', 'kammi@btinternet.com', '', '772', '01267267563', '', 'acfcf4348eabf0db74f90753d1d01674:a6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('663', '', 'Ian', 'King', '1956-06-03 00:00:00', 'i-king@sky.com', '', '773', '01322-229508', '', '9b5be9a85cde356f8d846fd18c1d12be:48', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('664', '', 'Katie', 'Cameron', '1979-08-14 00:00:00', 'ktcameron79@yahoo.com', '', '774', '3105055015', '', 'e744454e9c562988c0a41949d9939479:74', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('665', '', 'Eileen', 'Belcher', '1949-06-28 00:00:00', 'eileenbelcher@btinternet.com', '', '775', '01276 32046', '', 'a48b2257f8bada2076c5273191be5b92:fe', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('666', '', 'christopher', 'midgley', '1989-03-30 00:00:00', 'w_k_d_1uk@hotmail.co.uk', '', '776', '01942 515207', '', 'bf64265c4423e53b9aa2fd3fe165825c:09', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('667', '', 'Martin', 'Hunt', '1992-10-04 00:00:00', 'm-hunt@live.com', '', '777', '02085717219', '', 'a87732aa5bb51c93641924d948bf4826:b7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('668', '', 'Emma', 'Keogh', '1984-09-18 00:00:00', 'emmapinkkitten@gmail.com', '', '778', '00353833325036', '', '5000ea97b7640740dd95592a7e8d0d53:77', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('669', '', 'leighton', 'booth', '1980-05-19 00:00:00', 'leightonbooth@y7mail.com', '', '779', '08-86512674', '', '5d312832e92d7a9d3a43c7beb058a5a6:da', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('670', '', 'francesca', 'Griggs', '1963-05-27 00:00:00', 'sales@fsgsafety.co.uk', '', '780', '07866 566470', '', 'cccc5f7b6a29a05872be13890bdbbe1f:32', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('671', '', 'Linda', 'Timpson', '1976-07-01 00:00:00', 'lindatimpson@o2.ie', '', '781', '0862659781', '', 'a235e726015a90b77905c24d8da4f428:03', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('672', '', 'Stephen', 'Burt', '1969-10-31 00:00:00', 'andrea_burt@btconnect.com', '', '783', '07792 416789', '', '9e65c2c3715c79c47c7c1294dc2d2713:02', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('673', '', 'Cecelia', 'Weighell', '1968-01-19 00:00:00', 'jonathanweighell@btinternet.com', '', '784', '01845524829', '', '51c281c3ef281c2ac24d7db956efe000:23', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('674', '', 'robert', 'higgins', '1958-01-05 00:00:00', 'marc_wwe@hotmail.co.uk', '', '786', '01698297705', '', 'b1a27fe44932868205353838819cb08b:10', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('675', '', 'Emma', 'Sargent', '1978-10-03 00:00:00', 'e.sargent@mmu.ac.uk', '', '787', '07725 996657', '', '115f685ef75e2c7713bc4bd0a4084a56:21', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('676', '', 'stephen', 'robinson', '1972-01-21 00:00:00', 'stephen.robinson877@ntlworld.com', '', '788', '07968653574', '', 'f4b1ba4efcfd7a9135bb1115d7cf9c56:fa', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('677', '', 'rachel', 'smith', '1964-05-04 00:00:00', 'rach1964smith@hotmail.co.uk', '', '789', '01948661272', '', '311909e357b9ced34b99d5c39fd7ed92:13', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('678', '', 'Thomas', 'Waller', '1991-10-20 00:00:00', 'danger_mouse_999@hotmail.co.uk', '', '790', '07711700589', '', '3b6afe01655bd9b6fd7b19c74dd373aa:93', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('679', '', 'david', 'tomkinson', '1966-04-06 00:00:00', 'd.tomkinson@hotmail.co.uk', '', '791', '07879884828', '', '8e8af2dca351a7943ac875d6b9659fc7:95', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('680', '', 'Krzysztof', 'Borkowski', '1975-05-05 00:00:00', 'krzysztof.borkowski@post.pl', '', '792', '+48600252898', '', '45f406fb85fde3140d3554d25e80894a:e7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('681', '', 'Johanna', 'Bliss', '1977-06-28 00:00:00', 'blissjohanna@yahoo.co.uk', '', '794', '07877700717', '', 'c41cfdf4874ace1f1dcc94055d7f41af:bf', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('682', '', 'Tina', 'Lewis', '1961-06-26 00:00:00', 'stevetina@live.co.uk', '', '795', '07704350287', '', 'd1abf431b0663b6d9ae341484accb694:bb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('683', '', 'Martin', 'Gray', '1969-05-21 00:00:00', 'gray01440@aol.com', '', '796', '01440 760010', '', 'ff2ed5cda9253607694f2226cf513e9d:3f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('684', '', 'chance', 'meton', '1986-12-13 00:00:00', 'chancemerton@hotmail.co.uk', '', '798', '01209313198', '', '2cf1c2d94876da49ed65860f45a39520:bd', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('685', '', 'Jenny', 'Napper', '1985-10-11 00:00:00', 'j.napper@har.mrc.ac.uk', '', '799', '07772645807', '', '6aaa0eef2acb983b2b44e0ae8651f5cf:2a', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('686', '', 'GARY', 'SMITH', '1955-04-07 00:00:00', 'galfredsmith@yahoo.co.uk', '', '800', '01244 316462', '', '550365ff92cb2f9e62743682670084b6:63', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('687', '', 'Michelle', 'brown', '1971-08-21 00:00:00', 'michelle-brown@live.co.uk', '', '801', '01633 671263', '', 'f0e3dba4c62657fe0182d993454d304a:cb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('688', '', 'David', 'Marsden', '1962-02-25 00:00:00', 'david.marsden@buckconsultants.com', '', '802', '0161 827 8810', '', 'aa0950a7c465c3d9ef39458bd50e2ecf:2b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('689', '', 'chris', 'ellis', '1967-01-28 00:00:00', 'wonky72@hotmail.co.uk', '', '803', '07506057498', '', '4c28d6de56aad290d987421756082ccf:52', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('690', '', 'Sarah', 'White', '1975-07-18 00:00:00', 'sarah.white@btp.pnn.police.uk', '', '806', '07747 615325', '', 'fda37defd6c1532058312c6cfad0edb0:dd', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('691', '', 'debbie', 'ainsworth', '1967-01-19 00:00:00', 'debbie.ainsworth@jigsawfinance.com', '', '808', '07891173529', '', '7a246752add22805cb1f7239587310a7:f5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('692', '', 'andrew', 'grant', '1978-12-05 00:00:00', 'andrew.grant@jigsawfinance.com', '', '809', '07891173529', '', 'eae3a07301a376a47b45e2fe4d4344c4:d2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('693', '', 'lorraine', 'murphy', '1958-11-05 00:00:00', 'lrrmurphy7@aol.com', '', '811', '01457 866330', '', 'c736fe057cdee5ffc4dd399c37f32f30:49', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('694', '', 'andrew', 'smith', '1983-07-08 00:00:00', 'chunksmiffy1@hotmail.com', '', '812', '07815092698', '', '12d54971e59a880424f5562b5d2bcfa5:f6', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('695', '', 'JAN', 'RICHARDSON', '1960-09-23 00:00:00', 'CHARL888@AOL.COM', '', '813', '01189306578', '', '437ff39a8b913f20403bae546802be77:ff', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('696', '', 'chris', 'handley', '1983-12-06 00:00:00', 'peterpan231@hotmail.co.uk', '', '814', '07890454095', '', '284f3e518883615818a12a3909117b23:8f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('697', '', 'michelle', 'winward', '1970-03-24 00:00:00', 'michelle.winward@ntlworld.com', '', '815', '01642270133', '', 'ac7344c04074d8fbf87d8f18ac56205a:d5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('698', '', 'William', 'Docherty', '1963-05-26 00:00:00', 'bill.docherty121@ntlworld.com', '', '816', '01788579619', '', 'e5230fc5e6c2790e75ecf8d6656bd117:26', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('699', '', 'Karen', 'Wilson', '1966-12-06 00:00:00', 'karen.wilson@ode-ltd.co.uk', '', '817', '07905 385335', '', '1968978e9bd094d5b698d0844cf228c3:71', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('700', '', 'kelly', 'kennedy-smith', '1975-07-07 00:00:00', 'kelly.kennedy@bt.com', '', '819', '01440713307', '', 'b82e480c33ac798338f33a4b9be24967:b5', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('701', '', 'andrew', 'webster', '1963-11-29 00:00:00', 'webby999@sky.com', '', '820', '0129824421', '', '407b8f559e8df9ffbcc8139fc5d188e9:5a', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('702', '', 'Mandy', 'Smithers', '1970-04-28 00:00:00', 'mandy.smithers@barnet.gov.uk', '', '821', '02084283159', '', 'dc28b028ed46a1a8880afc2590141a43:61', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('703', '', 'andrew', 'bull', '1964-10-21 00:00:00', 'bully.bull@virgin.net', '', '822', '01297 678109', '', '9da8010a6383f74fbae07d5a39bbedc0:14', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('704', '', 'Chris', 'Longshaw', '1974-08-02 00:00:00', 'chrislongshaw@googlemail.com', '', '823', '01494 638864', '', 'f03f1f5363f313c38d6d6a494a964db5:8b', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('705', '', 'Steve', 'Evans', '1956-10-26 00:00:00', 'steve.evans7@virgin.net', '', '824', '01443 773201', '', '510bafde952cc017f9dd1acc2d9e8444:38', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('706', '', 'Shirley', 'Dawson', '1951-09-26 00:00:00', 'shirleydawson@hotmail.co.uk', '', '825', '01332 553417', '', 'ab7755c1f67bd3dd140601f183e18cd7:e5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('707', '', 'Donna', 'Brannigan', '1977-10-02 00:00:00', 'terryanddonna@live.co.uk', '', '826', '01322664699', '', '73d4ee7bb73173d88592975bebdba3ba:a0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('708', '', 'Gregor', 'Mac Tavish', '1966-04-24 00:00:00', 'gregor.mactavish@yahoo.co.uk', '', '827', '01406 365165', '', 'd8ae31422280f23b1e7ddaa1d6279783:ca', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('709', '', 'nikki', 'johnson', '1969-03-30 00:00:00', 'nikkkirich1@hotmail.co.uk', '', '828', '01633601837', '', 'b66b9b8e90ea313539de20ac3e76e0b0:03', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('710', '', 'Antony', 'Little', '1969-03-29 00:00:00', 'kiwilittles@xtra.co.nz', '', '829', '01708453392', '', '4f2b46dbdc9fc01eb0c3a222d32ce09d:2e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('711', '', 'john', 'wright', '1971-06-24 00:00:00', 'jow180@hotmail.co.uk', '', '830', '07946370844', '', '8dab55cda230ca39e5a510eae8b74053:98', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('712', '', 'AMY', 'ANYON', '1980-12-03 00:00:00', 'amya10@hotmail.co.uk', '', '831', '07779594423', '', 'c5813d0db964bc7c533910501d4e2697:7f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('713', '', 'chris', 'lines', '1965-10-24 00:00:00', 'chris@meadowsend.net', '', '832', '01962 732303', '', 'e60e3cf064c81c75eb7d9a888851e023:60', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('714', '', 'Rachel', 'Ensor', '1966-03-10 00:00:00', 'rachel@keymas.co.uk', '', '833', '01384832052', '', 'aac6a3473acc36961a78d6cf916bc8f6:6d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('715', '', 'LIZ', 'DAVEY', '1972-10-20 00:00:00', 'ms@davey.fsbusiness.co.uk', '', '835', '01639', '', '1674b1a07c7ba36b75a33b2ac3f75f17:1c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('716', '', 'thomas', 'blackham', '1953-07-01 00:00:00', 'thomas_blackham@hotmail.co.uk', '', '836', '01512224772', '', '711caf993f5794fcdac4dd411a55749c:33', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('717', '', 'Bob', 'Belcher', '1953-03-23 00:00:00', 'bob.belcher@sky.com', '', '837', '01308 423941', '', 'f8ea338b5639c07849e867e549c2eee8:2d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('718', '', 'john', 'leggatt', '1979-10-19 00:00:00', 'jleggatt123@btinternet.com', '', '838', '02929849298', '', '1313276a792553d60a2b78a35a0b8e65:e5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('719', '', 'Wiktor', 'Janus', '1982-07-18 00:00:00', 'wiktur@wp.pl', '', '839', '07756920063', '', '84c0cdf060a79d8bf26cf9a72fb4a4d5:f2', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('720', '', 'Louise', 'Gardner', '1980-11-25 00:00:00', 'louiseg26@hotmail.co.uk', '', '840', '07506674849', '', '500111070d4e6763d97a1d2af801bcf2:1d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('721', '', 'Gary', 'Cardwell', '1966-05-29 00:00:00', 'garycardwell@sky.com', '', '842', '07949 321901', '', 'e9bbdce7b19fc4c63a585ee83ddcf87c:36', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('722', '', 'beverley', 'reid', '1963-09-30 00:00:00', 'vodka_iceblack@msn.com', '', '844', '01618655048', '', '8cb2db4fa8c94d4208def9d95778598c:5b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('723', '', 'Mark', 'Winward', '1986-09-08 00:00:00', 'ukmark_1@msn.com', '', '846', '0721044405', '', '960998c5cd15174efff2c25e2554a480:50', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('724', '', 'Jonathan', 'Brace', '1983-04-11 00:00:00', 'jackie.brace@googlemail.com', '', '847', '07588 494179', '', '9e4982f11f1fbc13495cf93e04f3c93c:96', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('725', '', 'Derek', 'Marshall', '1956-01-02 00:00:00', 'derekhmarshall@aol.com', '', '848', '01274 816021', '', 'fdbe1ca1cfc2bdeaa2e8ef32b23c552b:dd', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('726', '', 'Michelle', 'Hanley', '1985-10-04 00:00:00', 'lalaredhead@yahoo.co.uk', '', '849', '0857614481', '', '79635826ca31996a8330257aca473ea7:85', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('727', '', 'William', 'Drew', '1949-07-17 00:00:00', 'edrew@trtllc.com', '', '850', '(770) 516-6121', '', 'b5f9179e0df58149ffaa1740e993f7d3:57', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('728', '', 'Karen', 'Curran', '1990-03-01 00:00:00', 'weebuns@hotmail.co.uk', '', '851', '07706577798', '', '542e368af4c4944573b9e98f670f945a:f6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('729', '', 'kerry', 'howard', '1972-08-06 00:00:00', 'k983291@aol.com', '', '852', '01603 632879', '', '143c1438a52ca0938a2a4e49607df090:e1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('730', '', 'Kenneth S', 'McFarlane', '1979-11-12 00:00:00', 'kennethmcfarlane@fastmail.co.uk', '', '853', '07775677405', '', '4ef3104ed2a6572010c1682799a5efc1:8e', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('731', '', 'David', 'Poole', '1975-07-28 00:00:00', 'dpoole@thejunglegroup.co.uk', '', '854', '07739903470', '', '05bd66e339c2ffb746c17f353e06886b:9b', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('732', '', 'nikki', 'johnson', '1969-03-30 00:00:00', 'nikkirich1@hotmail.co.uk', '', '855', '01633601837', '', 'c70027341b38a046d69d4c32ca0db481:4f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('733', '', 'Catherine', 'Lymer', '1979-01-17 00:00:00', 'catherine.lymer@hotmail.co.uk', '', '857', '07766690962', '', '0ef547ef5b0e95acb26a390005710299:ff', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('734', '', 'Adrian', 'Cullen', '1982-09-24 00:00:00', 'adriancullen04@yahoo.ie', '', '858', '0872431657', '', 'a02602f17fcb18159d974871c2af2c97:89', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('735', '', 'Peter', 'Dawson', '1953-12-06 00:00:00', 'peterdawson53@googlemail.com', '', '859', '07521607861', '', '396649dc087f01cebc61e9a4c6407da1:6c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('736', '', 'Denise', 'Alex', '1967-08-18 00:00:00', 'dalex201@aol.com', '', '860', '2016799330', '', '9f1e4dfb6a63a7ff531d5eab14ba4881:99', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('737', '', 'Caoimhe', 'Reidy', '1976-02-13 00:00:00', 'caoimhereidy@hotmail.com', '', '861', '003536398727', '', 'fe7ab61104d9b0bf8bddfa28a0c93f36:98', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('738', '', 'Chris', 'Gostling', '1975-01-01 00:00:00', 'chris.gostling@hydrex.co.uk', '', '862', '07717588202', '', 'f44cb752054c115ae13e56cf27f06346:9a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('739', '', 'Patrick', 'Reavey', '1989-09-20 00:00:00', 'vintagesg@hotmail.co.uk', '', '864', '02837507559', '', '9789aae6b3dab64c9e224e68eedc7b52:42', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('740', '', 'Michael', 'Myles', '1987-06-24 00:00:00', 'kinglouis1@hotmail.com', '', '865', '07521557792', '', 'c8011e6cd8016c21d80205268c891a29:e4', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('741', '', 'Sara', 'Hopkins', '1966-01-24 00:00:00', 'sh004m5275@blueyonder.co.uk', '', '866', '01922862675', '', '7703bd03535ff040ae5a394b85d3cc93:d5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('742', '', 'david', 'gray', '1954-01-02 00:00:00', 'maggiew3@aol.com', '', '867', '01423865662', '', '14191fd1e1a3f74a2311ba537ec58ceb:21', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('743', '', 'jason', 'guest', '1969-10-13 00:00:00', 'jason.guest69@yahoo.co.uk', '', '868', '07766770408', '', '8955c3aa6a5a2c098ebd8fd1f994b075:72', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('744', '', 'Harry', 'Colley', '1950-09-08 00:00:00', 'harry colley@hotmail.co.uk', '', '870', '01902562879', '', 'ca5691dfdfc478d1f2bef45a958f97f6:63', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('745', '', 'WENDY', 'EMMS', '1960-05-28 00:00:00', 'wendy@aroma.com', '', '871', '01902 670198', '', '434e3d6db7c2f680982381ba9a7c3a8c:86', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('746', '', 'Alex', 'Render', '1969-12-13 00:00:00', 'wagglerman1@googlemail.com', '', '872', '07747 758882', '', 'e187e394b079a235381de251eb65d97a:e1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('747', '', 'Amanda', 'Cradden', '1977-02-21 00:00:00', 'amandacradden@yahoo.com', '', '873', '07624 419166', '', '4eddb611c55f58fe99e500e419183a64:55', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('748', '', 'philip', 'jackson', '1937-01-12 00:00:00', 'jacksonpc@blueyonder.co.uk', '', '875', '01274 739755', '', '7f797a44210e76ad70a6eb1db29eb17c:0a', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('749', '', 'simon', 'barton', '1971-09-23 00:00:00', 'simon-barton@hotmail.co.uk', '', '876', '07867776135', '', '29eb7eaa24708eb7251287da179e7ee2:e9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('750', '', 'mrs sonia', 'simpsn', '1968-09-30 00:00:00', 'soniasimpson30@hotmail.com', '', '878', '0174582252', '', '01bc274a32caaa4268d33a3283bb2976:2f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('751', '', 'janice', 'gale', '1969-11-28 00:00:00', 'galejan@btinternet.com', '', '879', '01962 774921', '', 'd6efd0d60866d56f67b7e2d4dfb0b25b:df', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('752', '', 'steve', 'noble', '1960-01-15 00:00:00', 'SLOWHAND1340@TISCALI.CO.UK', '', '880', '07747 755223', '', '811d33db8cd3632e8d487b93d9d10aa2:09', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('753', '', 'Michael', 'Atkinson', '1984-11-22 00:00:00', 'mike_drip_tray@hotmail.com', '', '882', '07911725079', '', '81e17e201a8e6e965f128cdafc41a1e3:89', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('754', '', 'Svenja', 'Leinung', '1981-07-17 00:00:00', 'ssachtleben@web.de', '', '884', '0049173/5371221', '', '06d537580e9e698848348c6ac70eadeb:34', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('755', '', 'barbara', 'tomkinson', '1939-01-17 00:00:00', 'barbara.tomkinson@sky.com', '', '885', '01270 625795', '', '9a9aae7ade1f8828ca8254a61b0c074b:a7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('756', '', 'ANGELA', 'Baynham', '1970-09-18 00:00:00', 'angelabaynham@btinternet.com', '', '887', '01270761297', '', 'a764ab7b2f3749b37039022b1abbaaae:e2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('757', '', 'Paul', 'Short', '1986-07-22 00:00:00', 'pugpauly@hotmail.com', '', '888', '07890651153', '', 'b70a5f4582581ae9b9d7071b79ee17b4:25', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('758', '', 'Joanna', 'Cliffe', '1976-03-22 00:00:00', 'joannacliffe22@hotmail.co.uk', '', '889', '07727255892', '', '41d70dabe307426256938a993cb003be:f7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('759', '', 'Sarah', 'Finlow', '1977-03-14 00:00:00', 'saz29@hotmail.com', '', '890', '01625 268210', '', '60a11ad55b3abe96b6e53d1d96246a54:04', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('760', '', 'melanie', 'walton', '1971-09-11 00:00:00', 'melaniejwalton@hotmail.com', '', '892', '01483821680', '', '6300f6d5d131826f73846b156e430311:33', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('761', '', 'jeffrey', 'smith', '1961-09-13 00:00:00', 'mrsmiffy47@hotmail.com', '', '893', '01179635653', '', 'd9846830f655324074e73b9d8dd58e31:2f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('762', '', 'Marc', 'Horobin', '1974-12-09 00:00:00', 'marc.horobin@yahoo.com', '', '894', '07779 655302', '', '38786a7454090abb85c1ce87e02a007f:cb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('763', '', 'Tommy', 'McIntosh', '1984-12-03 00:00:00', 'hotscot180@yahoo.co.uk', '', '895', '07865211341', '', '9eaa1f8b4ea758ef47fc081b6c93daec:26', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('764', '', 'dave', 'jones', '1957-07-04 00:00:00', 'davidjones9197@ntlworld.com', '', '896', '07854658737', '', '573cc5ab018ce9d88f942d857bd6d388:a2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('765', '', 'debra', 'raffle', '1958-01-21 00:00:00', 'DRAFFLE@AOL.COM', '', '899', '01255506366', '', '51c668aa56d18ab983ebf51624a8625c:67', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('766', '', 'Julie', 'Wilson', '1964-08-07 00:00:00', 'jwilson@waltham.ac.uk', '', '902', '07958257371', '', '2e24f9d696b3947e712576c5d2f63ef5:a8', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('767', '', 'Christopher', 'Mc Mahon', '1993-05-19 00:00:00', 'christym017@hotmail.com', '', '903', '0876901248', '', 'bfca8c63277cc76d960cf0950f91975c:89', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('768', '', 'barry', 'bowser', '1954-01-07 00:00:00', 'bbowser@ns.sympatico.ca', '', '904', '902-443-4330', '', '8fb43175340cd43b58cc014ba39b5249:f4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('769', '', 'jackie', 'brown', '1073-01-01 00:00:00', 'missbojangles@hotmail.co.uk', '', '905', '07787029532', '', 'a765138a3ec1da958ef5ee1ad2e21834:42', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('770', '', 'Andrew', 'Challis', '1983-08-03 00:00:00', 'bigmanchallis@hotmail.com', '', '906', '07792917005', '', 'b790a06d37d8b68cd34305239694543e:89', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('771', '', 'James', 'Molloy', '1981-09-11 00:00:00', 'jimmy_molloy@hotmail.com', '', '907', '07899990669', '', 'd3f00a76fd2f239c31c40b0aff908ec6:54', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('772', '', 'gary', 'sunley', '1968-01-01 00:00:00', 'gary.sunley@sky.com', '', '908', '01332835066', '', '5c370c7c31ba7dbda8be99db6c1510a0:e3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('773', '', 'lewis', 'mckenna4', '1995-08-23 00:00:00', 'lewis_mckenna.202@hotmail.co.uk', '', '910', '0161-2025311', '', 'e06de8172543f06ba61bc445bfbefc09:77', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('774', '', 'prema', 'simpson', '1979-08-23 00:00:00', 'prema2308@yahoo.com', '', '911', '07595156634', '', '0d072341046be106aaf0ecd9db4ca72a:ea', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('775', '', 'Mark', 'Nicklin', '1978-03-31 00:00:00', 'mnicklin1@hotmail.com', '', '912', '07880986890', '', '3654f5fa4d4e10cd2e66377e37f3c128:00', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('776', '', 'Chun Man Jimmy', 'Liu', '1976-11-23 00:00:00', 'liujimmy@hotmail.com', '', '913', '96330832', '', '248ad66e8c16dd227c4f7da58a0eb95e:ea', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('777', '', 'ESTHER', 'CROSS', '1980-03-04 00:00:00', 'estherjcross@hotmail.co.uk', '', '915', '0116 2863339', '', '679cae4d486365ae0e94238b406c2bcf:39', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('778', '', 'Sue', 'Keaney', '1948-08-28 00:00:00', 'sueb2428@hotmail.co.uk', '', '916', '07825 525836', '', '1a3f4d5c58033bc23f40223dda121735:95', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('779', '', 'Richard', 'Perry', '1976-05-12 00:00:00', 'richardperry9@hotmail.com', '', '917', '0121-530-1314', '', '7b046f233effc45dd33a5e8004978511:8d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('780', '', 'andrew', 'morton', '1968-12-17 00:00:00', 'andymorton01@aol.com', '', '918', '01904766082', '', '91014d49c53aabb6fced89d5d4224941:a7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('781', '', 'Louise', 'Keen', '1979-06-07 00:00:00', 'louise.keen@co-operative.coop', '', '919', '07795 361269', '', 'e0522cf6edb7bcb600b4b6fd365f9dbc:b6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('782', '', 'Grace', 'Edwards', '1975-07-22 00:00:00', 'grace.edwards@analog.com', '', '921', '0861951189', '', '2dd29dd527ef7630007c0da48091293c:5e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('783', '', 'Chris', 'Burton', '1978-01-05 00:00:00', 'c_burton99@yahoo.co.uk', '', '922', '01952 256610', '', 'efa2a215b7653714e3b912d46abe5d31:cf', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('784', '', 'James', 'McKnight', '1983-11-22 00:00:00', 'shakeandbake83@live.com', '', '924', '0208 814 0224', '', '75f8cfdbc2baad23aadd6bb51dcf61cb:f9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('785', '', 'pauline', 'sellors', '1951-03-10 00:00:00', 'paulinesellors@btinternet.com', '', '928', '01298 78301', '', 'e862ca1e3246a6cf2a44df342af3483d:1b', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('786', '', 'Marco', 'Schneider', '1989-09-28 00:00:00', 'marco.schneider@ovechkinstar.ch', '', '930', '0041323033933', '', '441bc03bee0300e67d5995d88fb440ef:1c', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('787', '', 'EMMA', 'PLANT', '1974-08-17 00:00:00', 'EMMAPLANT2003@YAHOO.CO.UK', '', '933', '07974407279', '', 'f30da8cf4033587311f3f8cc88037862:0c', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('788', '', 'Grev', 'Wallington', '1968-07-11 00:00:00', 'grev.wallington@lineone.net', '', '934', '07956 324325', '', 'a5f01a70cf2c2eeb5eb4e50a594dadb4:2d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('789', '', 'Anne', 'Pearson', '1978-10-19 00:00:00', 'anne.pearson@sap.com', '', '935', '07709869156', '', '4af703ae28d5b4625eb76cdc9325ef24:e0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('790', '', 'sid', 'Beckett', '1952-05-09 00:00:00', 'sid.beckett@dfdstorline.com', '', '936', '07977132454', '', 'c78bd6ed4a5e24b3f0becbcfe568f03a:0f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('791', '', 'Rachel', 'Stubbs', '1976-08-28 00:00:00', 'stubbs557@btinternet.com', '', '937', '01270 627091', '', 'c43e717a9880c7156dd9af35a014283e:14', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('792', '', 'Neil', 'Hamilton', '1967-06-18 00:00:00', 'neil.hamilton45@yahoo.co.uk', '', '938', '0115 9261910', '', '26b088091fca528f3f5323cff18ae01c:49', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('793', '', 'Jacqueline', 'Catton', '1978-08-09 00:00:00', 'pinklady82@talktalk.net', '', '939', '07882910424', '', '445670794f62a48c49ac5ae7838168e8:19', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('794', '', 'jennifer', 'woodacre', '2009-01-12 00:00:00', 'jenandamy-louise@hotmail.co.uk', '', '940', '07818552609', '', 'cfc89ef6aaa2c5a45b8b0f13a0b73ba5:55', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('795', '', 'Petri', 'Korte', '1966-12-12 00:00:00', 'petri.korte@phnet.fi', '', '941', '+358500499897', '', '3f94f7b564b0efcec953623f3ed1b4d7:ad', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('796', '', 'Kim', 'Meeking', '1980-02-12 00:00:00', 'k.meeking@btinternet.com', '', '943', '07739588979', '', 'fc225379d5d399379717ef45b0c16482:70', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('797', '', 'Sarah', 'Zaslona', '1970-09-09 00:00:00', 'sarah@purplecherry.co.uk', '', '944', '0000000000000000', '', '48f33557d1411fb49f8a8e259a5307b4:fb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('798', '', 'lauren', 'kipling', '1987-09-29 00:00:00', 'lauren_kipling@msn.com', '', '945', '07545130872', '', '7b20c97ab308694ffbdbcee027fc7682:ee', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('799', '', 'Sally', 'Davies', '1979-08-16 00:00:00', 'sallyddavies@hotmail.com', '', '947', '07812985384', '', 'ec4cecbc199b6b798c839f8f50208881:aa', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('800', '', 'cheryl', 'cooper', '1988-04-01 00:00:00', 'cherylcooper12@hotmail.com', '', '948', '0116 2205933', '', '4724cda82d5a0b37b37d75661da085b7:27', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('801', '', 'Simone', 'Brugnoli', '1983-12-30 00:00:00', 'meiz83@hotmail.it', '', '949', '+393405404670', '', '3d0c1820cc8c3f6bf69845c4ba534143:c3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('802', '', 'David', 'Jones', '1977-12-29 00:00:00', 'scoucey@blueyonder.co.uk', '', '950', '07855699342', '', '48be1d96b366e617f278a326ebb11f0a:ca', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('803', '', 'andrew', 'williams', '1980-11-01 00:00:00', 'gimli284@hotmail.com', '', '951', '01792 524926', '', '327c9b2bad040ff51c04439b9575365c:bd', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('804', '', 'David', 'Meadowcroft', '1959-07-06 00:00:00', 'trainerdave121@hotmail.com', '', '952', '01782 850010', '', '87e4874701da8b65d1cc932a9bdbb1fa:a7', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('805', '', 'Anastasia', 'Olujic', '1982-02-08 00:00:00', 'a.olujic@arcor.de', '', '953', '+497117089209', '', 'c7908e201da1a4c2ba750b37b8ca43f1:57', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('806', '', 'Joanne', 'Bowen', '1971-05-20 00:00:00', 'Jo6lust9@aol.com', '', '954', '01904470092', '', 'efa0cdf38b6b6d176736adab997ea477:24', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('807', '', 'Danielle', 'Boyce', '1981-06-20 00:00:00', 'dmarley00@hotmail.co.uk', '', '955', '07515671971', '', '835ec72ac6879c8029285746e5752fd9:9d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('808', '', 'STEVE', 'BAULCOMB', '1965-02-24 00:00:00', 'stevebaulcomb@aol.com', '', '956', '07923607375', '', '1e889e0388e58dcf5f5645ba8462a8f1:20', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('809', '', 'André', 'Lütkenhorst', '1980-12-25 00:00:00', 'info@dart-devil.de', '', '957', '00491633925128', '', 'b9130359ad64f5255eda02ffeda417b8:9c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('810', '', 'Kerry', 'Hayes', '1975-04-03 00:00:00', 'kerrhayes@gmail.com', '', '958', '00353872598862', '', 'f88cda45318c97a5c7b8f6ab90438a5a:32', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('811', '', 'andrew', 'blake', '1967-05-05 00:00:00', 'andymb22@live.co.uk', '', '960', '01482 213488', '', '8536895f19c7b20ef29387e6ee6727f0:b7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('812', '', 'Sandra', 'Martin', '1963-08-07 00:00:00', 'sandra.virginvie@btinternet.com', '', '961', '07952153240', '', 'b6449bde2266da505fa85d7c72fbf083:1b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('813', '', 'Nathan', 'Phillips', '1988-01-30 00:00:00', 'nathanphillips6@hotmail.co.uk', '', '962', '07864988030', '', '7391ed79e3edec8afbf6430f62c02308:ac', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('814', '', 'erica', 'finney', '1969-01-01 00:00:00', 'ericafinney@hotmail.co.uk', '', '963', '01728652918', '', '81a1f975f13be8b6f5fcc22524759a19:be', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('815', '', 'Jonathan', 'Cowley', '1980-09-23 00:00:00', 'jonnyc@manx.net', '', '964', '07624435678', '', 'd1b9766a8958fbf7b4fb4c318d5e5425:1a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('816', '', 'David', 'Phillips', '1954-01-01 00:00:00', 'nainital@hotmail.co.uk', '', '965', '07874954439', '', '779a5a33f12f1f6a4b5d5a279ca9a7a9:9a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('817', '', 'lorraine', 'metcalfe', '1980-10-03 00:00:00', 'lorraine@lmetcalfe.wanadoo.co.uk', '', '966', '07528551958', '', '8f8e04415783a768925f69eafaf2105e:9f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('818', '', 'alex', 'hughes', '1986-02-18 00:00:00', 'alexhughes605@msn.com', '', '967', '07725460715', '', 'df652ea441195fddd74315d353ada852:bf', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('819', '', 'Mark', 'Lawrence', '1975-03-21 00:00:00', '1mary-ann@o2.co.uk', '', '968', '01922 345678', '', '9d8158dc433de9e33e247a478c19c677:ac', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('820', '', 'diane', 'wynne', '1966-03-10 00:00:00', 'wdia34@aol.com', '', '969', '01782 769503', '', 'd05877c02801531bae4467ff1f83d432:9a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('821', '', 'Rhian', 'Crosland', '1986-12-14 00:00:00', 'rhian_lou@hotmail.co.uk', '', '970', '01484 647725', '', '776efc8c86618de12605232eaab212bc:f0', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('822', '', 'dennis', 'valstar', '1972-09-27 00:00:00', 'famvalstar@casema.nl', '', '971', '0158890362', '', '91d8675e2e80e8148dccf625cba4d802:1d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('823', '', 'Kerrie', 'Stamp', '1979-04-04 00:00:00', 'kerry.stamp@ghnt.nhs.uk', '', '972', '07974673849', '', '356e58d471786f56e920665c6693751f:fa', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('824', '', 'pavel', 'drobne', '1990-10-12 00:00:00', 'paveldr0bne@gmail.com', '', '973', '+38631898260', '', '342227e6a550c74caa3530e43f602711:fb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('825', '', 'dawn', 'edwards', '1965-07-29 00:00:00', 'dawn.edwards3813@ntlworld.com', '', '974', '07871714558', '', 'fd2eb56556b917877884a2a4ddca81de:aa', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('826', '', 'paul', 'rawlinson', '1975-08-15 00:00:00', 'paul.rawlinson@gmail.com', '', '975', '07968967148', '', 'b8d7031eab941fe5a9d9adb5b8511b7d:f3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('827', '', 'ioannis', 'michail', '1974-03-20 00:00:00', 'deadly180rose@gmail.com', '', '976', '00302102815657', '', 'd2ee4a1bad12cb3d7b64f110a1517e98:af', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('828', '', 'joseph', 'stoll', '1993-05-11 00:00:00', 'joe_stoll4@hotmail.co.uk', '', '977', '07828621187', '', '38fa40c033e30242cd601a5fa4e94469:85', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('829', '', 'jordan', 'swift-simpkin', '1980-12-12 00:00:00', 'jordanswift23@yahoo.co.uk', '', '978', '07709139080', '', '746a7d4f06165fe9789846e0c471c39d:bd', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('830', '', 'Graham', 'McEachnie', '1987-09-18 00:00:00', 'graizza@hotmail.co.uk', '', '979', '07704292294', '', '079006f3b1ac5f3657893fe15561c951:d0', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('831', '', 'Joanne', 'Kitteridge', '1960-03-26 00:00:00', 'joannekitteridge@btopenworld.com', '', '980', '07785 997737', '', 'ccd6bb06944ab802eb0d5213fca743b7:9f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('832', '', 'Lee', 'Mcgrory', '1991-05-19 00:00:00', 'mary@gmg.ie', '', '981', '00353861694518', '', '5b406f90a714a4b1a5e71f13777a5a6a:a3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('833', '', 'Gemma', 'Hatcher', '1986-10-02 00:00:00', 'motandmeg@yahoo.co.uk', '', '983', '07506460549', '', '8bb0f636e1b66990ab526dd8117d61b5:3f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('834', '', 'tracy', 'fairclough', '1972-11-23 00:00:00', 'tracyfairclough72@hotmail.co.uk', '', '984', '01206826064', '', 'd2cc5767d978fff26c895982d32dbb2f:04', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('835', '', 'Karen', 'Barnes', '1958-04-13 00:00:00', 'kasbarnes@ntlworld.com', '', '985', '01509558045', '', '57bd6d91db12d9fd14fcad68267a0739:70', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('836', '', 'Chris', 'Routh', '1968-04-25 00:00:00', 'chris.cjr@virgin.net', '', '986', '017827483339', '', '42feae370eb4db411f916035e87dc318:55', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('837', '', 'PHILIP', 'SCHOFIELD', '1968-03-09 00:00:00', 'dstar947@googlemail.com', '', '987', '07702137279', '', '654b92f7a2a82cb267c1f54754bd9cb3:62', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('838', '', 'Jennifer', 'Binney', '1990-06-12 00:00:00', 'x_x_jenni_x_x@hotmail.com', '', '988', '07707101376', '', '6d997c2015875df08d7055979d91c6cd:63', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('839', '', 'Adam', 'Fitzpatrick', '1982-12-04 00:00:00', 'fitzy3369@hotmail.com', '', '989', '01947606995', '', 'a81cebb212f203fc5c6ddc4f1f53bcc1:fd', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('840', '', 'ANDREW', 'ROSS', '1969-04-10 00:00:00', 'andrew.ross38@btinternet.com', '', '990', '07716485287', '', 'a41403002f4255263943f6dc8085935e:c3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('841', '', 'Jennifer', 'Stephen', '1983-04-09 00:00:00', 'jenni0483@live.com', '', '992', '01236727745', '', '4c75ee367e5af8972c8b20c90357d0b9:5c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('842', '', 'adam', 'johnson', '1975-11-08 00:00:00', 'a.johnson42@virginmedia.com', '', '993', '0121 453 4004', '', 'ba574a6b2ba1204aef8291b6692299d3:f7', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('843', '', 'Caroline', 'Curle', '1964-12-07 00:00:00', 'curle.c@sky.com', '', '994', '07977 905549', '', '3d02fb81e2b8327892b989626b1b65c4:fe', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('844', '', 'Sean', 'Catton', '1972-11-17 00:00:00', 'seancatton@googlemail.com', '', '995', '01352 715311', '', '001d3741a76ca315e3812c51b4ec7b03:84', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('845', '', 'Hein', 'Schuncken', '1968-11-21 00:00:00', 'heineman@home.nl', '', '996', '+316-53977025', '', '82b12b0bf9abead651975b712980c7d0:ef', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('846', '', 'Stephanie', 'O\'Toole', '1985-03-06 00:00:00', 'stephanie.otoole@baesystems.com', '', '997', '01229 475857', '', '09c8a65d1985f7a1188f37e9f46ebcbe:d8', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('847', '', 'Matthew', 'Day', '1985-04-08 00:00:00', 'ratt11@hotmail.com', '', '999', '07828844401', '', '99ea4449bf069caf0b45dbfbc38de383:4f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('848', '', 'Clare', 'Rackham', '1977-01-04 00:00:00', 'clarerackham@hotmail.co.uk', '', '1001', '01794521704', '', '53fe14a0a369596fc0383f87e2e4944f:16', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('849', '', 'Kay', 'Raybould', '1962-06-17 00:00:00', 'kay.raybould@ntlworld.com', '', '1002', '01234 300751', '', '842bc2342c5659e89913d67cd0c2e7e2:10', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('850', '', 'Ian', 'Raybould', '1959-04-12 00:00:00', 'ian.raybould@ntlworld.com', '', '1003', '07789772317', '', '73517abc39ae2c787366f3ad99a73a2c:cf', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('851', '', 'Sean', 'Brady', '1987-11-03 00:00:00', 's_brady@live.co.uk', '', '1004', '07754534743', '', 'bab2dafd3353ededd884d44986fcf63b:7d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('852', '', 'gordon', 'fry', '1968-12-06 00:00:00', 'lymost@talk.talk.net', '', '1005', '07870223516', '', '90b256da9799de371f29359077a506bb:6c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('853', '', 'Jack', 'Moxon', '1993-11-29 00:00:00', 'jackmoxon@blueyonder.co.uk', '', '1006', '01274409885', '', '9eedd99fe49c9d3ff2239959f9ce9b46:12', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('854', '', 'chris', 'forsyth', '1977-07-13 00:00:00', 'chrisgolfpro2000@yahoo.co.uk', '', '1007', '07904065440', '', '5cec3d08797681cc63b65ac555f278d3:8f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('855', '', 'Trudi', 'Breadman', '1965-04-18 00:00:00', 't.breadman@sky.com', '', '1008', '07714264284', '', '057a16073693617e4e42f987e8ac1bd5:6d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('856', '', 'Rebecca', 'Morris', '1972-07-16 00:00:00', 'morrisrebecca11@yahoo.co.uk', '', '1009', '07900 618983', '', '15265feb205d349030b2cab2f35981d1:07', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('857', '', 'Michael', 'Sheldrake', '1988-12-16 00:00:00', 'Michael_sheldrake01@live.co.uk', '', '1010', '01924218269', '', '7eb91c38fcd6bf6ef0aa99ae3ddc2287:b5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('858', '', 'Rochelle', 'Ingram', '1980-06-30 00:00:00', 'rochelle.ingram@justice.wa.gov.au', '', '1011', '+61 8 9209 3668', '', 'd970b7730bf1dc09e3876a572bd4164b:d9', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('859', '', 'SUSAN', 'WIGGLESWORTH', '1966-07-18 00:00:00', 'WSUE500@AOL.COM', '', '1012', '07931930364', '', 'c96b319b393697edf8d43fd088864737:42', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('860', '', 'john', 'graham', '1972-08-24 00:00:00', 'jgrahambricklayer@btinternet.com', '', '1014', '07761962605', '', '275a6e0a3c1a5a14055f3e941b7c4dd0:50', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('861', '', 'Sandra', 'Reid', '1956-07-20 00:00:00', 's.y.reid@btinternet.com', '', '1015', '07766015632', '', '0998ae9af9353729346bfa9d89b65ea8:b6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('862', '', 'elizabeth', 'simpson', '1977-01-24 00:00:00', 'jane.simpson@gtuk.com', '', '1016', '07930320158', '', '8546807e24e64ad18b3d0f204cc5115d:ea', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('863', '', 'Charlie', 'Warren', '2003-12-11 00:00:00', 'ncmwarren@btopenworld.com', '', '1019', '07831444271', '', '14203878aee01d3a216f5d23c5d924a1:1e', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('864', '', 'MATTHEW', 'MILLS', '1969-09-12 00:00:00', 'matthewmills69@btinternet.com', '', '1020', '07902357163', '', 'd4711e4274d4c2a32430ca3b2db8deef:f6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('865', '', '特然', '天天', '1960-05-12 00:00:00', 'ggym@soso.com', '', '1021', '22222222', '', '0e3ed57d8162444af0cbc3cf2925ef63:43', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('866', '', 'mrs', 'salerno', '1981-03-17 00:00:00', 'joesalerno@ntlworld.com', '', '1022', '01763232799', '', '0a2c2c09638b2d491b5b5198519baa87:9c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('867', '', 'jason', 'lewis', '1970-07-21 00:00:00', 'jasonlewis2009@hotmail.co.uk', '', '1023', '01367243859', '', '88f190dd391e2b02a83fdb6ad92031dc:0e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('868', '', 'Michael', 'Hampson', '1993-06-10 00:00:00', 'scarface_mike8@hotmail.com', '', '1024', '01902827948', '', '27087b9c21afd7ca362785f7225017ed:ab', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('869', '', 'jordan', 'hanley', '1989-06-11 00:00:00', 'burnleyfan89@hotmail.co.uk', '', '1025', '01282-838936', '', 'e7c948eeda8507669de72fa2087f3e35:69', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('870', '', 'Dennis', 'Basau', '1981-08-10 00:00:00', 'yugimutzi@msn.com', '', '1026', '02381/9738282', '', 'b19ee7c1b49720821c63c7fa67c9aadf:be', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('871', '', 'robert', 'larke', '1981-01-19 00:00:00', 'robertlarke@rocketmail.com', '', '1027', '07871718071', '', '826ab38d09773a9d015e4238a1af1ccd:ac', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('872', '', 'Ruth', 'Mitchell', '1969-12-01 00:00:00', 'ruth@ruthbrown.orangehome.co.uk', '', '1028', '014057', '', '22e1a95a3f77204aaa4874b5a5bb5099:b5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('873', '', 'Maighread', 'ODuill', '1978-01-01 00:00:00', 'MAIGHREADNI@YAHOO.CO.UK', '', '1031', '07965476854', '', 'fec70827954bd33791565b8aa709d98e:78', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('874', '', 'Patrick', 'Neumärker', '1992-09-11 00:00:00', 'worldwidechairproduction@web.de', '', '1032', '051323705', '', '62d8e564f71d82cec660140bed06d65b:6d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('875', '', 'Mikael', 'Merlit', '1967-09-01 00:00:00', 'mmerlit@gmail.com', '', '1033', '29909293', '', 'ea521a8bc463d6fc847b4ca7c7e410a2:60', '1', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('876', '', 'Michael', 'Stotz', '1973-12-31 00:00:00', 'stotzmichael@googlemail.com', '', '1034', '00494315917729', '', '84914fcd4f778deffb45df1cc04e07bc:b8', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('877', '', 'Michael', 'Kreuz', '1972-04-13 00:00:00', 'cm.kreuz@t-online.de', '', '1035', '00496824/701970', '', 'f741c39031429cacbd51a19f2ae3659f:7d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('878', '', 'Wilfried', 'Ben Merabet', '1964-08-16 00:00:00', 'w.ben_merabet@t-online.de', '', '1036', '+491726581922', '', '2bb8386c1ed5fce7d800d1ab7b81a2e7:71', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('879', '', 'Wayne', 'Shannon', '1960-06-30 00:00:00', 'wkshannon@bigpond.com', '', '1038', '0407553545', '', '0dfc5249d630f8b36525fabf1b4cfa2e:08', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('880', '', 'Stacey', 'Thom', '1969-11-19 00:00:00', 'stacey@sthom1.wanadoo.co.uk', '', '1039', '01224820511', '', 'a32cc97fba859b1056930c46baf13eaa:fc', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('881', '', 'katherine', 'boness', '1964-11-21 00:00:00', 'friarsview@aol.com', '', '1040', '07872536471', '', '865008db206d80ac7d625728a44ffee0:49', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('882', '', 'kelly', 'griffin', '1977-04-02 00:00:00', 'kelly-griffin@live.co.uk', '', '1041', '07791428439', '', '5753bd564dbbd66a88ca11dfc52b42c7:6c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('883', '', 'Terry', 'Dale', '1966-12-24 00:00:00', 'baldski@sky.com', '', '1042', '01604 404004', '', '1770b90fb03163e882ba33cd0e7d913c:ac', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('884', '', 'Paul', 'Hooper', '1977-01-08 00:00:00', 'paul_hooper77@hotmail.com', '', '1043', '07834171760', '', '22436cd0a8a4a41634dd703de19e4854:dc', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('885', '', 'michael', 'withey', '1974-01-26 00:00:00', 'mike-180@live.co.uk', '', '1044', '07791428439', '', 'ab55a33cd06c21a1c581d06bf132f8f3:2a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('886', '', 'thomas', 'wiley', '1984-01-12 00:00:00', 'thomaswiley180@eircom.net', '', '1045', '00353857047979', '', '8ed5ed9939c6d87518b687abe0f4fb3d:a1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('887', '', 'carla', 'smith', '1972-03-03 00:00:00', 'carla.m.smith@hotmail.com', '', '1046', '01484321090', '', 'a19ad78978eba9a9937f6cbb1d723b70:64', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('888', '', 'paul', 'williams', '1981-03-15 00:00:00', 'shush_williams@yahoo.co.uk', '', '1047', '01792463610', '', '03590472a1aac51f62f2cf962fe4fb09:3a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('889', '', 'adrian', 'smith', '1960-12-06 00:00:00', 'shazzer2k1@blueyonder.co.uk', '', '1048', '01179402551', '', 'b1059a747ebe658ba59c45e18bbe9dc1:9b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('890', '', 'Szilágyi', 'Levente', '1993-01-05 00:00:00', 'tryallevi@gmail.com', '', '1049', '06 30 377 32 94', '', '39a5a72ffb5cbefa38f6b4a78fd6ebf6:09', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('891', '', 'Simon', 'Repko', '1984-12-12 00:00:00', 'usd_mindgame@hotmail.com', '', '1050', '07709592126', '', '18d5838f9c1a7afdafca1a942443d209:99', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('892', '', 'caroline', 'mchugh', '1972-04-12 00:00:00', 'COOLCAZ99@HOTMAIL.CO.UK', '', '1051', '02392455902', '', 'fcc38704fd62900a68a4202a1367e64d:36', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('893', '', 'Robert', 'McRae', '1964-07-17 00:00:00', 'mcraes35@tesco.net', '', '1052', '01738860094', '', '4ddb311f5c59868d493e7a500292a24f:f1', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('894', '', 'Paul', 'Duffett', '1977-03-25 00:00:00', 'pduffblue@yahoo.com.au', '', '1053', '01946 810093', '', '2c4536395bbd005ae32a5ed5c0d849c7:c4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('895', '', 'Wilske', 'Thomas', '1977-04-26 00:00:00', 'frechdachs77@live.de', '', '1054', '01626747383', '', 'e616c431943fc570ac6af483f31d46bf:57', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('896', '', 'maxine', 'davis', '1964-10-19 00:00:00', 'maxine136@hotmail.co.uk', '', '1055', '07815905072', '', '5bf8ee87916bc0364f941c890e900c3b:b9', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('897', '', 'Hans Wilhelm', 'von Wirth', '1982-06-23 00:00:00', 'hansvonwirth@t-online.de', '', '1058', '02463-5682', '', '66ac1254c10cbc6aa2f8651f12216cfd:aa', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('898', '', 'Waltraud', 'Huntzinger', '1959-10-02 00:00:00', 'wkegeln@neuf.fr', '', '1059', '0388809111', '', '41135cbb8269a0f49ff72b1707bbcad2:f7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('899', '', 'Thomas', 'Krüger', '1970-11-19 00:00:00', 'tato2119@gmx.de', '', '1060', '+492345444419', '', '436da8aa35c6e080ccddb773fbfc6b2e:7c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('900', '', 'Martina', 'Johne', '1965-03-20 00:00:00', 'm.johne@gmx.org', '', '1061', '0491776520720', '', '201ba8c6a17c80a47f13db3f58fb3917:f7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('901', '', 'ALLISON', 'DAWSON', '1966-05-04 00:00:00', 'allisonrossross@aol.com', '', '1062', '07929161556', '', '59a3f50ed95cd94f77c0541ec9dcbeb7:36', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('902', '', 'liam', 'stedman', '1982-03-01 00:00:00', 'liamstedman@live.co.uk', '', '1063', '07515116127', '', 'cdf090eba54544b88c0e6090b2b2daa6:98', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('903', '', 'gavin', 'jones', '1981-07-30 00:00:00', 'gavinafc_101@hotmail.com', '', '1064', '02083725136', '', '899ba1bc2681a7089a82261c4bb390b5:62', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('904', '', 'simon', 'Ludlow', '1966-01-23 00:00:00', 'simon.ludlow@talktalk.net', '', '1065', '01733320199', '', '917e0efd5442497e7c22bcc3ae0a960b:df', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('905', '', 'angela', 'thomas', '1948-05-02 00:00:00', 'thomasangela2@sky.com', '', '1066', '01516529302', '', '667352abc4bfa7ce65a932376356742a:4c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('906', '', 'Tina', 'Douglas', '1981-10-01 00:00:00', 'douglas.tina@googlemail.com', '', '1067', '01343559578', '', '7aeacad58f7122c2e8436d4eb61e4b10:fc', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('907', '', 'Mirco', 'Schiller', '1990-10-11 00:00:00', 'mirco1990@aol.com', '', '1068', '03920362544', '', '456d0cd15aad469cf300e9a26a30294b:c0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('908', '', 'Mark', 'Ballard', '1986-02-03 00:00:00', 'markballard12@yahoo.co.uk', '', '1069', '07840547251', '', 'c660c455f21123819f58640d25b38051:14', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('909', '', 'Niclas', 'Brück', '1991-06-02 00:00:00', 'nicvonspall@aol.com', '', '1071', '+4967061620', '', '3712555590931c060fbd157c6970a6ea:cc', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('910', '', 'Paul', 'Whiting', '1972-09-19 00:00:00', 'whitingpaul99@yahoo.co.uk', '', '1072', '07899774355', '', 'ec967bdf88ae3e6ed632c4385525dc65:a2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('911', '', 'laura', 'thompson', '1979-09-15 00:00:00', 'laurat.7@hotmail.co.uk', '', '1073', '01636700963', '', 'dfb66f5f7c949dbda58db405013a149e:4e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('912', '', 'dominik', 'playl', '1993-06-08 00:00:00', 'dominikplayl@yahoo.de', '', '1074', '069911102137', '', '5f6ce782274697cdb16c5074a8f81c57:d3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('913', '', 'Gary', 'Hamilton', '1962-04-16 00:00:00', 'hamiltondolan@btinternet.com', '', '1075', '01516091276', '', '93cbc3d85f4f2a742326c68c282f9a26:e3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('914', '', 'robert', 'smith', '1976-08-16 00:00:00', 'itsafunnyoldgame@msn.com', '', '1076', '0141 564 8095', '', '2e37f865c1d730b2de1accac38fff6a3:ca', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('915', '', 'Joel', 'Fayers', '1975-09-24 00:00:00', 'j_fayers@hotmail.co.uk', '', '1077', '07801491678', '', '78db8bce8b2db41892e6b089fe0f2b82:a9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('916', '', 'Joel', 'Fayers', '1975-09-24 00:00:00', 'j_fayers@hotmail.com', '', '1078', '07801491678', '', 'adbfd6407bb657e3454da4aaa78da49a:fe', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('917', '', 'Ralf', 'Michel', '1967-05-03 00:00:00', 'ralf_michel@yahoo.de', '', '1080', '+491718363053', '', '53cfa992c7d6ee7a71de2c09c642b9aa:00', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('918', '', 'james', 'kenny', '1984-10-17 00:00:00', 'j.kenny84@hotmail.com', '', '1081', '07826848395', '', 'ea4b4e76a188dc5e5cd40c1e1ebf98bc:7b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('919', '', 'ROSS', 'BEAVERSTOCK', '1979-10-06 00:00:00', 'rossbeaverstock@yahoo.co.uk', '', '1082', '07738533587', '', '2a5865c426c814a980ebfb7fdd28dd5f:3d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('920', '', 'Thomas', 'Krause', '1963-09-06 00:00:00', 'tttt.krause@t-online.de', '', '1083', '+49-69-36402295', '', 'ca12a2b927a8b7a2e5f2f14732d0022c:2f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('921', '', 'franz', 'kovarik', '1948-09-28 00:00:00', 'consensuss@a1.net', '', '1084', '00436641497454', '', '3688c33a8462da7897742af061fb2717:1b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('922', '', 'Dominick', 'Taylor', '1971-08-03 00:00:00', 'dom@bridtownafc.co.uk', '', '1085', '01262 677962', '', 'e37cf13390b1efb075e72b2021271615:ab', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('923', '', 'Clare', 'Roberts', '1969-08-24 00:00:00', 'clarescreases@hotmail.co.uk', '', '1086', '07884007925', '', '338ab93356d221d2329f1febceff9329:b0', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('924', '', 'Mark', 'Szostak', '1964-05-30 00:00:00', 'Myran999@hotmail.com', '', '1087', '01522 537435', '', '19685f718ac1a86aeb2ecc485b5e264c:7e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('925', '', 'Gareth', 'Evans', '1985-10-21 00:00:00', 'roxymusic17654@hotmail.com', '', '1088', '07791996803', '', '9cc20176dfcfc16e2193acc8bc59b5d8:bf', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('926', '', 'Gareth', 'Reynolds', '1990-10-19 00:00:00', 'boselecta_gazzi@hotmail.com', '', '1089', '01443492842', '', '980a4c9dd2134ce4de34acd5c2b95671:d6', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('927', '', 'Michael', 'Holzer', '1997-01-16 00:00:00', 'Fudi10@sms.at', '', '1090', '06643879701', '', '8a561bed25c310f85b6067eb207810e1:a7', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('928', '', 'Kurt', 'Steinert', '1965-06-18 00:00:00', 'svalentino46@aol.com', '', '1091', '0049-178-1806546', '', 'f800cb2bc2eb56e7fcd4ccc57fa69950:05', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('929', '', 'Laurent', 'Klein', '1981-08-20 00:00:00', 'lauklein2003@yahoo.de', '', '1092', '621167053', '', '66b716ad6b631b8659d32add30edb808:21', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('930', '', 'Steffi', 'Pabst', '1987-05-01 00:00:00', 'staef@gmx.net', '', '1093', '0049 1520 8771184', '', '6985a2fb90228feb68b15bc292d07fc5:22', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('931', '', 'Mark', 'Stainer', '1987-09-30 00:00:00', 'stainer666@hotmail.com', '', '1094', '07847461240', '', 'bed6719fa20ba299e1588c2f006061c9:47', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('932', '', 'Craig', 'BUTLER', '1978-10-29 00:00:00', '2737butle@armymail.mod.uk', '', '1095', '004915777588612', '', 'f9a37b1112e87a01b2f3ef44fd1b7e26:51', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('933', '', 'Lee', 'Gunner', '1974-02-07 00:00:00', 'leegunner@btinternet.com', '', '1096', '07920024035', '', 'd9cbbdbe839679a6bf1d6b5723be05a8:65', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('934', '', 'Alexander', 'Pomberger', '1984-04-17 00:00:00', 'alex.pomberger@gmx.at', '', '1097', '0043/664/3715951', '', '8dadb4dfba26b8369445947644569ff3:1b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('935', '', 'Thomas', 'Wiegard', '1962-01-02 00:00:00', 'thomnas.thepower@googlemail.com', '', '1098', '01736607059', '', '301cb774a54ae75f641f01dd74eb104a:9e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('936', '', 'Thomas', 'Wiegard', '1962-01-02 00:00:00', 'thomas.thepower@googlemail.com', '', '1099', '01736607059', '', 'e965a72fbfa3df3b3d9f1be29a11744b:08', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('937', '', 'DIRK', 'DE MAESSCHALCK', '1968-02-16 00:00:00', 'marek16@skynet.be', '', '1100', '+32:495.23.37.22', '', 'c8ae9f521b07685ca69f4348df223b39:d9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('938', '', 'jamie', 'lewis', '1986-11-10 00:00:00', 'jamie.lewis@hotmail.com', '', '1102', '0138474985', '', '9d91e8c272e10335bc5eee1e6b86172c:2d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('939', '', 'edwina', 'cahill', '1978-02-03 00:00:00', 'mollyicu@hotmail.com', '', '1103', '00353871328327', '', '16ff619453f3eb449e0056bc05246da7:8d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('940', '', 'Sam', 'Hawcroft', '1978-08-07 00:00:00', 'samhawcroft@jointventure.karoo.co.uk', '', '1104', '07974814786', '', 'd954eeef99c352ab6826dd7c081e71d2:fe', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('941', '', 'Sally', 'Watson', '1987-10-23 00:00:00', 'salszoo@ntlworld.com', '', '1105', '07701045905', '', '4efdd61a63946bc08a2de217bd556203:1b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('942', '', 'john', 'stevens', '1967-04-16 00:00:00', 'john.stevens20@ntlworld.com', '', '1107', '07989471476', '', '5973b4b1cc4fb51c1781ce6764ab2359:32', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('943', '', 'BRIAN', 'HILL', '1965-10-21 00:00:00', 'bhill1968@googlemail.com', '', '1108', '01952 409141', '', '7ffb47daef6d5dad3ceadd80363871b3:e8', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('944', '', 'Heiko', 'Stöger', '1983-12-25 00:00:00', 'the180@web.de', '', '1109', '06384-993235', '', '64bd31696a1a2125100200033102213b:27', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('945', '', 'Bernd', 'Feldkirchner', '1963-06-28 00:00:00', 'bfnbg@yahoo.de', '', '1111', '0499113846513', '', '727e79fd49c1ad158a271c2155818759:6d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('946', '', 'JAMES', 'RAMSDEN', '1977-04-24 00:00:00', 'jimbob365@hotmail.com', '', '1112', '01756 790926', '', '483a8b5929e6f95b6f1a7eac16cca0f1:da', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('947', '', 'Joe', 'Norton', '1957-06-20 00:00:00', 'jcnorton@rcn.com', '', '1113', '508-628-3166', '', 'dcad203b027dcedb064f0dbcd3fc64cc:23', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('948', '', 'TRACEY', 'GAYTHORPE', '1973-05-26 00:00:00', 'tag73@hotmail.co.uk', '', '1114', '01204405007', '', 'b463fe07a688f90b7f34a3624b601a58:ed', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('949', '', 'Kevin', 'Ready', '1957-11-26 00:00:00', 'kpready@sky.com', '', '1115', '01953605229', '', 'bfbf77a013c293a19da093a00a6768ea:1a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('950', '', 'Philipp', 'Zebisch', '1988-03-11 00:00:00', 'philipp.zebisch@web.de', '', '1116', '0049 331 5884170', '', '7fa4f3c573eff0d688642bb7389a08e4:8c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('951', '', 'Henry', 'Barrett', '1971-12-31 00:00:00', 'henrybarrett@hotmail.co.uk', '', '1117', 'O7747353840', '', 'efbe98068fd12d9aa60aec639d02518b:fa', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('952', '', 'JULIAN', 'OAKLEY', '1972-12-17 00:00:00', 'JULIAN.OAKLEY@SKY.COM', '', '1118', '07805358410', '', 'b741d236b099d3380784c49981a31d3e:0e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('953', '', 'Deborah', 'Mitchell', '1966-03-17 00:00:00', 'mitchelld@sky.com', '', '1119', '01209 214948', '', '1e86a99f9af2d9a91129fba9b6a4aad1:29', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('954', '', 'lorraine', 'o hagan', '1971-01-17 00:00:00', 'lozzie52@yahoo.co.uk', '', '1120', '07779190912', '', '1d111fb1164b6466f34571378ce1f7ec:b7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('955', '', 'robert', 'brindley', '1969-02-10 00:00:00', 'doncarlo7@hotmail.co.uk', '', '1121', '07794479935', '', 'cb0c52a119ad13ef0b4b93fd92018e5a:05', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('956', '', 'Holger', 'Merzenich', '1977-04-09 00:00:00', 'H.Merzenich@gmx.de', '', '1122', '015771405718', '', 'b87a344a21caeaee6db4f87389a6f9cf:d1', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('957', '', 'Horst', 'Oppelt', '1961-07-26 00:00:00', 'lionshopper@web.de', '', '1123', '+4976338066048', '', 'ca1f0c5b1047ee04e93813f5dc10f869:3c', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('958', '', 'Sarah', 'Farrell', '1978-05-24 00:00:00', 'sarah_farrell@sky.com', '', '1124', '01474 568009', '', '1e07e4a47574c77c3865cc1be822197b:be', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('959', '', 'andrea', 'beck', '1986-03-02 00:00:00', 'andreabeck86@hotmail.com', '', '1126', '07783185245', '', 'adc18c2292b4298e2bad6450430d1dc7:63', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('960', '', 'Angus', 'Maitland', '1979-09-13 00:00:00', 'angusmaitland@westnet.com.au', '', '1127', '+61401288671', '', 'bd4e2e62890fe99443bd1c71b166a4ff:13', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('961', '', 'Andreas', 'Slabe', '1971-10-09 00:00:00', 'andreas.slabe@t-online.de', '', '1128', '+49-2403-66326', '', 'c746a6af3c2cc8757680b8925ac79bb5:2d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('962', '', 'Stefan', 'Groß', '1980-03-17 00:00:00', 'redbull88@web.de', '', '1129', '015209135667', '', 'e5f9727bc458740c435626a9e0783d2c:ed', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('963', '', 'Amanda', 'Davies', '1980-06-01 00:00:00', 'ajselwood@yahoo.co.uk', '', '1130', '07976952519', '', '5b1161c48195095e65ef4b9a2837dc41:f2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('964', '', 'Iakovos', 'Petidis', '1980-05-30 00:00:00', 'petidis@hotmail.com', '', '1131', '00306947690222', '', '968f025f5084673dece6b241272dc333:7e', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('965', '', 'MATTHEW', 'EDWARDS', '1974-04-19 00:00:00', 'medwards74@ymail.com', '', '1132', '00353871385678', '', '1c16297b01771eb893b986475fed67a2:05', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('966', '', 'Carol', 'Thomas', '1975-09-17 00:00:00', 'richardandcarol@sky.com', '', '1133', '01623 643032', '', 'c3ca6535adda5952c9b822b9f73c0c79:28', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('967', '', 'FAHEEM AHMED', 'SHAH', '1989-06-02 00:00:00', 'ffaheemahmed@yahoo.com', '', '1134', '03218773962', '', '3dddfc403e180c76a248a4ebc98dd644:9f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('968', '', 'Paul', 'Curry', '1964-02-10 00:00:00', 'pc210@aol.com', '', '1135', '07949 602273', '', 'e8c351927cac4a0fca37e772df33f86f:45', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('969', '', 'Martin', 'Judkins', '1954-09-08 00:00:00', 'martin@judkins.org', '', '1136', '00315954622154', '', '260ce33479167f6b4e8cc6c93c5dad4d:61', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('970', '', 'chris', 'blackburn', '1990-03-17 00:00:00', 'wlajuve@hotmail.it', '', '1137', '01913781959', '', 'd83285b2a0e4dc008d2084e4d461d8a8:b7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('971', '', 'daniel', 'Matless', '1980-11-07 00:00:00', 'danmatless@hotmail.co.uk', '', '1138', '07737006116', '', '4cbe361deb82d3dd39871495a8e05498:fc', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('972', '', 'JENNIFER', 'MENSFORTH', '1947-04-25 00:00:00', 'lin_jen@hotmail.co.uk', '', '1139', '01282 770108', '', 'cc6b50aa5dcfc413ca53fd2b852b01cc:62', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('973', '', 'david', 'cook', '1982-07-03 00:00:00', 'david.cook543@talktalk.net', '', '1140', '07747123595', '', '90b8f45fe2de7e3f5c1ce9152426c9c6:82', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('974', '', 'Marcus', 'Eggl', '1977-05-02 00:00:00', 'meggl@gmx.net', '', '1141', '004915123021706', '', '42fc8b5766f098474d3b7487c30eb070:7e', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('975', '', 'Daniel', 'Broad', '1977-08-11 00:00:00', 'broadd@btinternet.com', '', '1142', '01622 692632', '', '579244429663d6e5def4b3ab470a154a:80', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('976', '', 'scott', 'reid', '1977-10-16 00:00:00', 's.reid92@btinternet.com', '', '1143', '01224 275752', '', '657b3eb096ceab702c82e6588998b8ce:68', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('977', '', 'Richard', 'Headington', '1964-04-23 00:00:00', 'richard.headington@cwgsy.net', '', '1144', '07781 108739', '', '3bad86295b53804b93dafb39d7fcc990:50', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('978', '', 'Jemma', 'beacroft', '1984-01-13 00:00:00', 'boacky@aol.com', '', '1145', '01284769229', '', 'de8ac83a435765c34ae37ffa72f72c9b:f9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('979', '', 'Adrian', 'Hanley', '1984-02-07 00:00:00', 'adrian.hanley@agl-london.co.uk', '', '1146', '020 7465 5117', '', 'add18d635fceab999dedaa16aa35dc6a:5f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('980', '', 'peter', 'barber', '1950-06-22 00:00:00', 'peterbarber50@hotmail.com', '', '1147', '01827261464', '', '9378e792f93cded330a6c98aa23e2675:77', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('981', '', 'SUZANNE', 'CHADWICK', '1969-04-16 00:00:00', 'suechadwick3@sky.com', '', '1148', '07894729260', '', '2ce73baf228cfff2dab15ff4ea32daba:cb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('982', '', 'DAVE', 'Bridle', '1963-12-29 00:00:00', 'david@dbridle3.wanadoo.co.uk', '', '1149', '07818636024', '', 'fb5905f2ab1ea00eac4ee0fdfe24f053:0f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('983', '', 'Paul', 'Kyriacou', '1962-12-31 00:00:00', 'mrpkyriacou@btinternet.com', '', '1150', '07717710616', '', 'ae6bed0a18404aed154d88e41162812a:d1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('984', '', 'Josh', 'Weatherby', '1988-04-06 00:00:00', 'josh.weatherby@tiscali.co.uk', '', '1151', '01455 446763', '', '5094ba87781832aa2a64246975b1d1f6:6d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('985', '', 'graham', 'cotton', '1958-08-19 00:00:00', 'graham.cotton300@ntlworld.com', '', '1152', '01782765953', '', '4defb39532bdd40a3787d4e50d27f126:35', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('986', '', 'Reiner', 'Schmidt', '1961-03-29 00:00:00', 'reischmidt@web.de', '', '1153', '49 911 4802659', '', 'ddd452451e6c003954eb2fb09b7ad85e:f2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('987', '', 'Paul', 'Jeater', '1953-06-02 00:00:00', 'essexwomble@aol.com', '', '1154', '07889232042', '', '1bbf63350bd01c07a1bb7477c240f874:0d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('988', '', 'Christopher', 'Burazer', '1988-05-14 00:00:00', 'Dr-Chris@Live.de', '', '1155', '01726010840', '', 'd2a97b7b4234f74c57460501c12618c6:35', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('989', '', 'Thomas', 'Traun', '1990-03-23 00:00:00', 'thomas.traun@gmx.net', '', '1156', '06641667920', '', 'e6fbef93bdc7f63d02659b738e3b499b:6b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('990', '', 'tracey', 'oldham', '1964-03-15 00:00:00', 'tracey@tomlinson7770.freeserve.co.uk', '', '1157', '01636702991', '', 'fb36987c361ca148e19d6fb555071490:41', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('991', '', 'james', 'thomas', '1991-05-22 00:00:00', 'jtps3@live.com', '', '1158', '01736788347', '', '64163a7c702b846f2962d4d523bce0fc:69', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('992', '', 'Mandy', 'Sayers-Brown', '1975-10-01 00:00:00', 'mandymoo10175@hotmail.com', '', '1159', '07590 805292', '', 'afd5378049c564caec1df71d89ab8a05:8c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('993', '', 'Manuel', 'Szakacs', '1984-11-08 00:00:00', 'Manuel.Szakacs@gmx.at', '', '1161', '+43 699/81196496', '', 'af457cdbdce64e5aeead35f22784bc5c:77', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('994', '', 'paul', 'michaelennis', '1978-05-02 00:00:00', 'grafiklounge@gmail.com', '', '1162', '07897606280', '', '77dadc003761a59cc4d6b78f3246e225:17', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('995', '', 'max', 'cummings', '1998-07-07 00:00:00', 'max.cummings98@yahoo.co.uk', '', '1163', '07972438548', '', 'cc2ec247345e48a1d24c739e2999ec4c:31', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('996', '', 'david', 'catton', '1979-08-10 00:00:00', 'sarahdave31@aol.com', '', '1164', '07764682182', '', 'a4e2576b35986d27a5a0c14901db1bf4:0c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('997', '', 'Sinead', 'McAteer', '1975-06-07 00:00:00', 'sineadmcateer@btinternet.com', '', '1165', '07815649494', '', '98102ea9d57a0365495ba0cd62218488:67', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('998', '', 'dean', 'cook', '1969-02-09 00:00:00', 'deanscook@fsmail.net', '', '1167', '07830499765', '', 'e567b23e255e602df720d1a37903db49:0d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('999', '', 'adrian', 'kelly', '1977-06-04 00:00:00', 'akgolfnut@aol.com', '', '1169', '01484719525', '', '3830be3a6e9dff4b5fb61dce566c9b3d:d4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1000', '', 'Sladjan', 'Popovic', '1982-10-28 00:00:00', 'sladjo007@gmail.com', '', '1170', '070262169', '', 'd974c32735528386889b5bc699c1d774:82', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1001', '', 'lorraine', 'nutt', '1957-12-16 00:00:00', 'katieln@hotmail.com', '', '1171', '01656841796', '', 'ee3039e970e6cc295a8e042330b6157c:33', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1002', '', 'jason', 'brown', '1975-12-08 00:00:00', 'sara_brown2@sky.com', '', '1173', '01493 669926', '', 'ae95547b11cfa0b142d68e942c031de0:10', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1003', '', 'graham', 'lowe', '1981-04-07 00:00:00', 'grahamlowee@hotmail.com', '', '1174', '012790451066', '', 'f2d14b19b614dc846ac5abe1c401373f:87', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1004', '', 'Ruth', 'Pietras', '1957-11-15 00:00:00', 'speeder1974@yahoo.com', '', '1176', '804-224-0479', '', 'b3b3377680f8612ef1182dc8ab8e67d0:f4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1005', '', 'martina', 'monahan', '1982-05-21 00:00:00', 'martina37monahan@live.ie', '', '1177', '00353863657071', '', '5bceb679cc60258b3fcb180035bbc429:c4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1006', '', 'Natalie', 'Walker', '1980-06-02 00:00:00', 'walkern@the-perfume-shop.com', '', '1178', '07920 571205', '', '71a49b8963fbde8108da463e884451ed:b2', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1007', '', 'ian', 'baker', '1962-12-10 00:00:00', 'ianbaker62@yahoo.co.uk', '', '1180', '01522 778699', '', 'e8804d08c4fe7259e17753d70851d66c:9b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1008', '', 'darren', 'armitage', '1970-10-20 00:00:00', 'dazarmitage@hotmail.com', '', '1181', '01274 619566', '', 'd10bb5388cf61c9a36dfdfb4c6bcbf38:79', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1009', '', 'ian', 'ward', '1973-12-25 00:00:00', 'ian.ward227@ntlworld.com', '', '1182', '01509 827068', '', '818266b81271befbf61f371e4677263b:ee', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1010', '', 'steve', 'lane', '1971-11-24 00:00:00', 'zoelane@blueyonder.co.uk', '', '1183', '07970901420', '', '04c849b1eba5f8904ce87eea800782b7:0a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1011', '', 'CLAIRE', 'LLEWELLYN', '1980-03-20 00:00:00', 'LLLEWELLYN@SKY.COM', '', '1184', '07799541876', '', '399a46928735f9cc9e9b0be4075da4c4:b6', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1012', '', 'Rebecca', 'Taylor', '1983-01-22 00:00:00', 'Timmy1674@aol.com', '', '1185', '01934520548', '', '8b89de1a3a1bf39709705b21d0b811e6:5a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1013', '', 'ashley', 'henderson', '1975-10-05 00:00:00', 'henderson76@btinternet.com', '', '1186', '01254385225', '', '25e139278a6c0993b2109d62ef708cbb:68', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1014', '', 'Dawn', 'Hunter', '1974-08-16 00:00:00', 'dawn.hunter1@yahoo.co.uk', '', '1187', '07794085830', '', '2fad981e64f6d75c779b78206acc5925:60', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1015', '', 'Karen', 'Cliberon', '0000-00-00 00:00:00', 'princessdarcie25@hotmail.com', '', '1188', '07743599415', '', '0c3a889f60640b09b3433e567de524ce:c8', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1016', '', 'andrew', 'meichan', '1979-05-19 00:00:00', 'andrewmeichan@yahoo.com', '', '1189', '07596164429', '', '496cdcc863514fa46e1f292107626237:cb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1017', '', 'Joanne', 'Macartney', '1988-12-11 00:00:00', 'jo_legend07@hotmail.co.uk', '', '1190', '02838350785', '', 'f83b0431d594daba164eb04275eb400e:8a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1018', '', 'Shelley', 'Farmer', '1974-07-06 00:00:00', 'shelley.farmer@bt.com', '', '1191', '07714662466', '', '3308ee2d4073c4ddcab6c7d6a46ce81c:b7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1019', '', 'richard', 'sutton', '1953-05-14 00:00:00', 'richardjohnsutton@hotmail.com', '', '1192', '01603446686', '', '7cf0614c6c5038dc41ce3b330613633d:76', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1020', '', 'Spencer', 'Appleton', '2007-02-04 00:00:00', 'lisatomo100@hotmail.co.uk', '', '1193', '01617735523', '', '020793c591ec656f345e2fb0736f5adc:54', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1021', '', 'stephen', 'harrison', '1980-06-27 00:00:00', 'steh26@hotmail.co.uk', '', '1194', '07894065825', '', '18a460b4f8473616b9d34a59d1cfab09:2a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1022', '', 'Steffen', 'Lohfink', '1971-10-12 00:00:00', 'steffen.lohfink@gmx.de', '', '1195', '+49/151/12571056', '', '25648dbd6697f0d57b3f781f6c9863a7:e7', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1023', '', 'Lisa', 'Shortland', '1969-12-25 00:00:00', 'Lissa.Shortland@gmail.com', '', '1197', '07545178326', '', '70fc16693d1e2eb24fbae9cb44a1c931:10', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1024', '', 'Andreas', 'Pomayr', '1992-08-19 00:00:00', 'manfred.heindl@gmx.at', '', '1198', '00436769061464', '', 'ea4870413bfa011ab9b7aebe2e662495:d6', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1025', '', 'john', 'herrmann', '1967-07-07 00:00:00', 'jago7767@hotmail.com', '', '1199', '01827892133', '', '81029629463465bb29dce6c4529111cf:84', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1026', '', 'Elisabeth', 'Kobald', '1967-09-18 00:00:00', 'xMaNiix@gmx.at', '', '1200', '06506002322', '', 'edfcd59bf7cf0300477e949030f8a9d2:62', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1027', '', 'michelle', 'tyrrell', '1969-02-13 00:00:00', 'michelletyrrell@btinternet.com', '', '1201', '01782 773483', '', '64ef937c2487916a3b8b9b5c84570dd8:57', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1028', '', 'Kerry', 'Yannetta', '1983-07-05 00:00:00', 'k_yannetta@hotmail.com', '', '1202', '07884437593', '', '2f2d83412229a5dac69a7f45086fe2d7:10', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1029', '', 'matt', 'franks', '1978-01-03 00:00:00', 'mattfranks1@aol.com', '', '1204', '01827 894410', '', '46fbf7d4be2ec597eb7bda9a92cc9a03:16', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1030', '', 'Wayne', 'Caudwell', '1989-05-10 00:00:00', 'popeye_07@hotmail.co.uk', '', '1205', '01246477058', '', 'c9c26b3a0e86fd518961db7c9eec4c98:eb', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1031', '', 'Richard', 'Baker', '1963-06-03 00:00:00', 'richardb161@yahoo.com', '', '1206', '2536611125', '', '241db8e36e8914767fc52f0121d3e320:77', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1032', '', 'Ryan', 'McCue', '1984-03-02 00:00:00', 'koemz2003@yahoo.co.uk', '', '1207', '07871047568', '', '6a3e6dea3dfd0b6164d50d813af9c0ec:79', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1033', '', 'Anna', 'Fagan', '1955-08-27 00:00:00', 'fagan180@hotmail.com', '', '1208', '403-474-1823', '', '2103691c6a20f80f77da2a520de0473c:1a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1034', '', 'Emily', 'Edwards', '1983-04-27 00:00:00', 'eedwards1983@googlemail.com', '', '1209', '01260279968', '', '247e98984f6468e8535e598f0e0cfc09:bf', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1035', '', 'Sebastian', 'Zameit', '1989-11-09 00:00:00', 'Sebastian.Zameit@googlemail.com', '', '1211', '004946136177', '', '3df639666a350c90e8b4d0d7806e98cc:ea', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1036', '', 'Andreas', 'Weber', '1965-05-25 00:00:00', 'adiweb@gmx.de', '', '1212', '+4963419287666', '', '20d7ae2b670166925a0698867c7b835e:a0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1037', '', 'John', 'Gibson', '1983-01-31 00:00:00', 'jgibson83@sky.com', '', '1213', '07545125024', '', '73118bb70d61ee2eb841cacc72b24a1a:2b', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1038', '', 'kim', 'rissen', '1965-02-09 00:00:00', 'krissen@hillingdongrid.org', '', '1214', '07932594993', '', 'cbf95821fa98db99faea613a9555064c:23', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1039', '', 'Mark', 'Williamson', '1979-12-28 00:00:00', 'willim2@airproducts.com', '', '1215', '07807 281192', '', '9a052d8759fa6e811434b0e6f85847ca:6c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1040', '', 'wayne', 'hodgkinson', '1975-02-07 00:00:00', 'waynehodgkinson@googlemail.com', '', '1217', '01538724215', '', 'a5f070c96f8113a348100effaab45977:2e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1041', '', 'Bernhard', 'Engleder', '1985-04-15 00:00:00', 'bernhard@engleder.eu', '', '1218', '00436767703336', '', '23cf953135411c87158d4fc199bfe07e:d5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1042', '', 'Sebastian', 'Storch', '1983-01-05 00:00:00', 'crown_odyssey@t-online.de', '', '1219', '01741662089', '', '9f8b94821e2e6f88f17bd042385018aa:a5', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1043', '', 'Vera', 'Niederste-Hollenberg', '1975-09-15 00:00:00', 'vnhollenberg@fairmedia.de', '', '1220', '0049-177-4678507', '', '67ea5825d45279b9ea850d99b149be63:b7', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1044', '', 'Nena', 'Butter', '1985-10-01 00:00:00', 'Nena.Butter@gmx.de', '', '1221', '037329719994', '', '1500ae9909a77eb5ca7781150b7df0f7:0d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1045', '', 'daniel', 'astin', '1986-09-13 00:00:00', 'dannyastin@hotmail.co.uk', '', '1222', '07900364686', '', '98eb79d7f15ebcdf9599d69d0ea2537c:9c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1046', '', 'Neil', 'Campbell', '1978-07-11 00:00:00', 'nccampbell@gmail.com', '', '1223', '07796307141', '', 'c376b96425ba6e7019424a15e2f58cb4:2e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1047', '', 'Markus', 'Kieslich', '1982-06-17 00:00:00', 'Junior-thepower@web.de', '', '1224', '0049893592031', '', '9b8d3d7bd39108aaf9dce5e22f41a293:6e', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1048', '', 'iain', 'bibby', '1980-08-13 00:00:00', 'bibbaroo22@hotmail.com', '', '1225', '07717663750', '', '0e955f68c264410dd4fdbc08c86ca164:43', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1049', '', 'David', 'Coleman', '1950-01-20 00:00:00', 'dwcoleman04@hotmail.com', '', '1226', '01623 460231', '', '0ac4d262cc2e0c8320c2d53132f095cf:a4', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1050', '', 'MARK', 'WALKER', '1966-09-20 00:00:00', 'marwels2210@live.co.uk', '', '1227', '07535709976', '', 'd3abf1f58ad57152b0b3a70b6ae4e18f:a3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1051', '', 'Steffen', 'Ganser', '1970-05-31 00:00:00', 'Steffen.Ganser@web.de', '', '1228', '01702464432', '', '8d14ebb3b7bcfeafba519783816b3274:da', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1052', '', 'claire', 'baron', '1988-01-04 00:00:00', 'claire.baron@live.co.uk', '', '1229', '07773277234', '', '190ed1bd600bcd30ef7f0738b27f0b9b:48', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1053', '', 'Daniel', 'Otten', '1974-01-18 00:00:00', 'daniel.otten@hotmail.com', '', '1230', '0032/475924157', '', 'edd58e96890e8175c311c304d8929a90:cc', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1054', '', 'Lutz-Michael', 'Sander', '1950-10-17 00:00:00', 'webmaster@lutzsander.de', '', '1231', '+491778572507', '', 'd93840549ba40e48e439d18c39b1ffe2:7b', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1055', '', 'PASQUE', 'DAVID', '1984-05-20 00:00:00', 'pasquedavid@bbox.fr', '', '1232', '0664090070', '', '0fb5f702424334452dc49931d7b70701:a9', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1056', '', 'paddy', 'hagan', '1978-10-14 00:00:00', 'paddyhagan@eircom.net', '', '1233', '00353868526956', '', 'c32c8a488ba2b59b286a499d919eb277:b1', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1057', '', 'Thorsten', 'Menger', '1973-01-28 00:00:00', 'thorstenmenger@kabelmail.de', '', '1234', '00049 6324 81249', '', 'e829b75f37d128cae3b8b36afda1bdee:6d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1058', '', 'Steve', 'Woodham', '1972-03-17 00:00:00', 's.woodham@sky.com', '', '1235', '07813 247954', '', '6e8cf855f164225a67161e0bea474a0c:ea', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1059', '', 'Christoph', 'Woegerer', '1982-04-19 00:00:00', 'reds1@gmx.at', '', '1239', '00436645216913', '', '4e3aefef4f6d412456959bf31919e20b:d0', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1060', '', 'Darren', 'Coffey', '1972-03-14 00:00:00', 'darren@mosescoffey.ie', '', '1240', '00353 86 3853729', '', '99cbacada924903c82943aa7830589b2:f8', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1061', '', 'matthew', 'copeland', '1968-02-23 00:00:00', 'matthew.copeland@homecall.co.uk', '', '1241', '01655740295/ 07887557307', '', 'dbdd1bc8767ed29d26f35dd7da8d53c2:b3', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1062', '', 'Philip', 'Hubbard', '1975-04-09 00:00:00', 'pjhnice@hotmail.com', '', '1242', '0`909532018', '', '8f71e8445a5f4757b585521d0f5d0714:81', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1063', '', 'Gerard', 'Hanks', '1975-06-22 00:00:00', 'gerardhanks@hotmail.com', '', '1243', '0407095841', '', '6f7c6ea5cc28303df8c80ff656330d54:40', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1064', '', 'Stephan', 'Marwedel', '1982-07-19 00:00:00', 'Stephan.marwedel@web.de', '', '1244', '0170 / 7735993', '', '7aa119c3f5b70f9ebf299aba0129c7b6:ca', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1065', '', 'Kurt', 'Jost', '1964-04-25 00:00:00', 'jostkurt@hotmail.com', '', '1245', '0041 7591177', '', '1cff0607081ad306efcf72438abc8f25:f4', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1066', '', 'Brian', 'MORGAN', '1970-02-07 00:00:00', 'brian.morgan@veolia.co.uk', '', '1246', '07854197957', '', 'ec3c5739fafe5ba6345eec5996ef0ef9:64', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1067', '', 'Michael', 'King', '1965-04-18 00:00:00', 'michael.king@barclays.com', '', '1247', '07775554070', '', '87f5b723ebf9abef2f9ad4667719a980:0f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1068', '', 'Lukas', 'Meyer', '1991-02-20 00:00:00', 'lukas-meyer@gmx.net', '', '1250', '015121626821', '', '510cbb87cd371e4e2490d02169c772bd:ed', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1069', '', 'Dale', 'Weatherby', '1989-03-29 00:00:00', 'dale_weatherby@hotmail.com', '', '1251', '01455446763', '', '38d5981c82bd7fc38aaac8f614cd3c51:f8', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1070', '', 'Holger', 'Klein', '1968-10-18 00:00:00', 'hlklein@web.de', '', '1252', '01754074762', '', '312d72bc51faf73ae169dea3cb753dc7:64', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1071', '', 'Niall', 'Fox', '1983-01-27 00:00:00', 'n_fox2000@yahoo.com', '', '1254', '+353868620841', '', 'e53ecd6ba78f9a01264e2b47707d0de6:47', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1072', '', 'lauren', 'o\'dea', '1990-09-04 00:00:00', 'laurenodea@hotmail.com', '', '1255', '00353879664299', '', '399dc1cab2860d405813b4f8fafed624:07', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1073', '', 'Gary', 'hussein', '1981-07-27 00:00:00', 'garyhussein@hotmail.com', '', '1256', '07961022432', '', '33c34417dd725c7ab97d0a972e353708:0d', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1074', '', 'Krisztian', 'Heppes', '1976-12-07 00:00:00', 'hepinyo@yahoo.com', '', '1257', '0036304982339', '', 'b927e56a37dc08eb24b2cf488fdd45a7:9f', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1075', '', 'Steve', 'Begley', '1962-12-21 00:00:00', 'stevebegley@hotmail.co.uk', '', '1258', '01582 566692', '', 'a10ffe86cb7b9884fcada422eb8cad04:cc', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1076', '', 'James', 'Shore', '1980-11-04 00:00:00', 'shoro100@hotmail.com', '', '1259', '0121 704 6853', '', '63b9641945e4dd64a1bf743a94e56f8a:06', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1077', '', 'Sebastian', 'Zeuner', '1985-03-03 00:00:00', 'seb.zeuner@t-online.de', '', '1260', '+491622777449', '', 'a35a6b47015b85cb15e2f16183234b53:07', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1078', '', 'Chris', 'Hutton', '1979-04-28 00:00:00', 'chris.hutton@gilbertfinance.co.uk', '', '1261', '07827927619', '', '5f7a24384b5d5c2bc8b2ef2fd24485a2:72', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1079', '', 'Bart', 'Ugen', '1986-11-17 00:00:00', 'bartugy@hotmail.com', '', '1263', '+31645036765', '', '545dd0704befc2b1d70eacc9e8bf5b71:75', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1080', '', 'rebecca', 'whitfield', '1981-05-25 00:00:00', 'rebecca25@gmx.com', '', '1264', '01664851675', '', '7e27cbf29642db3fdd35f01f5e4ce5c0:da', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1081', '', 'Colin', 'Thomson', '1982-04-19 00:00:00', 'c_thomson82@hotmail.com', '', '1265', '07775603802', '', '9333f8752b967474da2ab3abeb9928bf:78', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1082', '', 'Duncan', 'Teal', '1960-08-13 00:00:00', 'bigtimedunky@aol.com', '', '1266', '07795-253272', '', 'b1fd117dd06d17512bde43af02c11e53:28', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1083', '', 'STEPHEN', 'CRAWFORD', '1984-09-07 00:00:00', 'paula2988@hotmail.com', '', '1267', '07834271794', '', '3bc96de14c72cf33d243f04dc75273a2:c0', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1084', '', 'Simon', 'Collins', '1975-04-15 00:00:00', 'jmourinho1@live.com', '', '1268', '0131 467 5354', '', 'b2695a0c3ef877857f6f941d5d4d793f:1c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1085', '', 'paul', 'self', '1981-04-23 00:00:00', 'paulself@tiscali.co.uk', '', '1269', '07909111496', '', 'c2113c85f1a1e7a3250a742b8174dddd:f5', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1086', '', 'Mathias', 'Lüder', '1977-06-26 00:00:00', 'matze266@web.de', '', '1270', '0493320144536', '', '0b286e66c525d4c3bdc3bc3980c51be2:38', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1087', '', 'Adam', 'Dix', '1987-08-21 00:00:00', 'adamdix24@hotmail.com', '', '1271', '07769296352', '', 'f756daa0ff8c8bbce5bff8c0db3cd4c2:a1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1088', '', 'Simon', 'Hedley', '1970-05-21 00:00:00', 'byronhedley@hotmail.com', '', '1272', '07742871676', '', 'a65c3de16b482c2151ad14be3e69addf:0b', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1089', '', 'gillian', 'cornforth', '1970-07-13 00:00:00', 'gillcornforth@fsmail.net', '', '1273', '01429 598285', '', 'f2aaa407439fcc9f7b7f8936d07eef1e:90', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1090', '', 'Angela', 'Mcphee', '1981-08-06 00:00:00', 'angela.mcphee@blueyonder.co.uk', '', '1274', '0191 4216379', '', '265fe4d986284b1f945be9979e9f6fbc:22', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1091', '', 'Scott', 'Braese', '1975-11-14 00:00:00', 'scottbraese@cox.net', '', '1275', '1-757-819-8397', '', '4c21e8dcc48fddf77b28bb1ddae35291:95', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1092', '', 'Brendan', 'Doyle', '1973-06-06 00:00:00', 'bulba2@yahoo.com', '', '1276', '0864097714', '', 'a3e8cd83b9dbcab0398cc15c5853c624:4d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1093', '', 'Gary', 'Morris', '1962-01-23 00:00:00', 'gary.c.morris007@hotmail.co.uk', '', '1277', '01277 655672', '', 'a45e179fd72d1bde23e5bcd0eeaf7558:52', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1094', '', 'Melania', 'Kerr', '1975-11-24 00:00:00', 'melania.ferguson@quinn-group.com', '', '1278', '07780663399', '', '633f0b42f15081817358e312c660687e:2c', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1095', '', 'Harald', 'Janßen', '1964-08-11 00:00:00', 'harald.janssen@bwfuhrpark.de', '', '1280', '022411650475', '', 'cc2f8e6ce237a41332f25fe9b2ffb94c:2b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1096', '', 'LEAH', 'DAVIES', '1982-06-26 00:00:00', 'leahdavies26@talktalk.net', '', '1281', '01685844543', '', 'eb5c125a4408da2c97db2f8e04f8c64b:0f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1097', '', 'Alexander', 'Wessa', '1976-10-31 00:00:00', 'alexanderwessa@web.de', '', '1282', '0049 6324 982204', '', '72224e3018bf5c5be910994b72973032:97', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1098', '', 'Barry', 'FItzgerald', '1976-11-29 00:00:00', 'letterkennycity@gmail.com', '', '1283', '+353879046073', '', '52f6104ec6ad565f33ab4d7e6a8cee83:50', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1099', '', 'Stuart', 'Ratcliffe', '1980-03-08 00:00:00', 'stuartratcliffe711@hotmail.com', '', '1284', '01258 489353', '', 'e8c617b2c18b2e9888be1f22dc4f60bb:ae', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1100', '', 'Volker', 'Schmidt', '1978-09-22 00:00:00', 'volker_schmidt6@gmx.de', '', '1286', '0049405004410', '', '86a69fcd4d1b5f6ea370483132eca7e7:8b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1101', '', 'Tracey', 'Matthews-White', '1980-08-07 00:00:00', 'tr.white@hotmail.co.uk', '', '1287', '07813720594', '', 'ab6bdcec52a5b2dd70befb9ae87fa184:c1', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1102', '', 'Cesur', 'Cildir', '1977-10-18 00:00:00', 'cesur_cildir@hotmail.com', '', '1288', '00495115342891', '', '0a2f7fcd26f38908f43468e582d79256:c1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1103', '', 'Pavel', 'Adamik', '1986-07-31 00:00:00', 'kendyz@seznam.cz', '', '1289', '+420733227353', '', '4766c8823b6933c694f82dc86f0e9abb:14', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1104', '', 'Jermaine', 'Lander', '1988-03-08 00:00:00', 'brack83339@hotmail.com', '', '1290', '01243782996', '', '99736af8ed3e31c4039920f91a45524f:9a', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1105', '', 'Marco', 'Lenz', '1991-11-15 00:00:00', 'Lenzmarco@msn.com', '', '1291', '+491758570091', '', '2b5f62489c2b27b90f941c70c2b72605:3b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1106', '', 'Laurie', 'Workman', '1983-07-25 00:00:00', 'Laurie1111111111@hotmail.com', '', '1292', '07526621121', '', 'fe1556e4c3964a384c4bcda97dffcfd7:8b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1107', '', 'glenn', 'sewell', '1966-03-30 00:00:00', 'glenco180@live.com', '', '1293', '07977541373', '', '6a1931077950c6f3ef564d91bb6b484c:55', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1108', '', 'Joanne', 'Myles', '1987-06-24 00:00:00', 'joblondie24@hotmail.com', '', '1294', '0151 291 4610', '', '69379d064591a61b7617a4a92316b50c:51', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1109', '', 'mrs emma', 'thompson', '1990-06-12 00:00:00', 'emma_davies@live.com', '', '1295', '00491717306650', '', '65c86a3ee01ef7710a26e437dd3bb2c0:75', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1110', '', 'Jonathan', 'Sheldrake', '1982-09-04 00:00:00', 'jonathansheldrake@sky.com', '', '1296', '07880953641', '', 'f362dac6d1a4c7f4e967ab2b7893398a:11', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1111', '', 'Bernd', 'Gressl', '1984-01-22 00:00:00', 'bernd.gressl@ainet.at', '', '1297', '0043/664 4423457', '', 'de3d07aab5e6f5b2a8388dea2385382b:54', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1112', '', 'Jonathan', 'Harvey', '1990-03-27 00:00:00', 'harvey18@live.co.uk', '', '1298', '0115 8599834', '', 'd293d00acdce2fdd942a1798a7bce525:26', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1113', '', 'Christoph', 'Arzt', '1961-10-07 00:00:00', 'christoph.arzt@vamed.com', '', '1299', '0043676831272431', '', '1961956addd181f764e4257f33987ecc:33', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1114', '', 'ROB', 'BEWIG', '1964-08-15 00:00:00', 'americannorseman@yahoo.com', '', '1300', '3144957022', '', '5b1c8be40f1aee33ecafafae92eaeac3:65', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1115', '', 'Ann', 'Berrisford', '1970-12-02 00:00:00', 'aberrisford@sgfl.org.uk', '', '1301', '01782 861197', '', '76c4da1156a72523be3b5b56b934ab06:b8', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1116', '', 'Christian', 'Dreifert', '1968-05-30 00:00:00', 'crdreifert@t-online.de', '', '1302', '0049 7161 250663', '', '85f9ea9baf242ecc55344f78ebfda313:e1', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1117', '', 'Wayne', 'Nowak', '1973-02-28 00:00:00', 'wayne.nowak@directline.com', '', '1303', '07958 766577', '', '29bb9d7d47fd1d1db55f06c1639284c3:fb', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1118', '', 'Chris', 'Banks', '1982-12-07 00:00:00', 'cbanks2@hotmail.com', '', '1304', '07739351660', '', '5622ca339147f37c9170951e26d2b419:98', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1119', '', 'RICHARD', 'AINSLIE', '1983-09-02 00:00:00', 'richard_ainslie@hotmail.com', '', '1305', '07967491341', '', '50c6db06c3d291d9e2ffc8ab72d2d823:3d', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1120', '', 'Paul', 'Hoy', '1984-05-22 00:00:00', 'hoytheboy@hotmail.co.uk', '', '1306', '07828999915', '', '77829d648d820dc4b65171cc5e003c5d:3a', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1121', '', 'joanne', 'gearing', '1977-01-05 00:00:00', 'joanneblowers@aol.com', '', '1307', '01502 573777', '', '2ebbf9395da6eefd8504f540c3867818:84', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1122', '', 'Lisa', 'Bowley', '1972-12-28 00:00:00', 'bowleylisa@hotmail.com', '', '1308', '07909 981013', '', 'b8e6cdc1269a924444f2241189c3de0d:44', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1123', '', 'Michael', 'Koch', '1973-12-23 00:00:00', 'michael@time2dive.at', '', '1309', '00436641107475', '', '2791c3c04396840d09283e7f845d1406:60', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1124', '', 'Aaron', 'Biesenberger', '1990-12-12 00:00:00', 'aaron.biesenberger@wavenet.at', '', '1310', '00436509259850', '', '0b105fe4f8719800380daed73ec3b1a1:ec', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1125', '', 'mark', 'Robinson', '1969-01-14 00:00:00', 'robboreds4.ever@yahoo.co.uk', '', '1311', '01785 229869', '', '7252f24e63ae21ef9c88395e8aeab2db:07', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1126', '', 'Lee-Jane', 'Stanley', '1982-02-15 00:00:00', 'sangel2992@yahoo.com', '', '1312', '01506 670919', '', 'b744c0cc1758c15a8dceace51f39002a:6b', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1127', '', 'sharon', 'edwards', '1943-03-02 00:00:00', 'sharonedward3@virginmedia.com', '', '1313', '01737 552725', '', '8e579ad1f2d269b1db65275beb85ea28:47', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1128', '', 'michael', 'richards', '1989-12-22 00:00:00', 'mikey_snowman@hotmail.com', '', '1314', '01793 876813', '', 'd0b2e92e0c35ae334a03a66b1b508100:ca', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1129', '', 'lee', 'burlton', '1973-07-12 00:00:00', 'leeburlton@sky.com', '', '1315', '07595926099', '', '11b3f4e5f63a77f178f4dfd0f0a8680b:4c', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1130', '', 'Maria', 'Crouch', '1985-04-12 00:00:00', 'mcorangemini@hotmail.co.uk', '', '1316', '023 8084 4253', '', '8ae2bcf2fec5aa5bdc463d834f5ed07d:8f', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1131', '', 'Craig', 'Clarke', '1988-11-02 00:00:00', 'cclarkepp@hotmail.co.uk', '', '1317', '01773 570960', '', '2572c4e49c9e7a33700e9a320bafea11:ad', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1132', '', 'Ross', 'Peachey', '1977-06-20 00:00:00', 'rosspeachey@live.co.uk', '', '1318', '07590687670', '', '0401aa42784612e0d08f6811aa5e32d3:ef', '0', '0', 'TEXT', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1133', '', 'michael', 'horne', '1968-01-05 00:00:00', 'mick.horne@gmail.com', '', '1320', '01282866506', '', '61ceb30cc28c7ba8fea27ec89b80108f:b9', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `customers`(`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_nick`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`, `customers_group_pricing`, `customers_email_format`, `customers_authorization`, `customers_referral`, `customers_paypal_payerid`, `customers_paypal_ec`) VALUES ('1134', '', 'Joerg', 'Meinke', '1960-09-20 00:00:00', 'hogweed@hogweed1960.de', '', '1321', '0049-441-682281', '', '93f5544ee09a3976a8d4cec67b3e9ce9:18', '0', '0', 'HTML', '0', '', '', '0');
INSERT INTO `